chore: bump version (#2559)

This commit is contained in:
Himself65 2023-05-27 16:08:07 +08:00 committed by GitHub
parent a0b64ca3e3
commit 83d2ed8ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 714 additions and 509 deletions

View File

@ -37,7 +37,7 @@
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.16.13",
"@types/node": "^18.16.16",
"@types/supertest": "^2.0.12",
"c8": "^7.13.0",
"nodemon": "^2.0.22",

View File

@ -62,7 +62,7 @@
"@types/react-dom": "^18.2.4",
"@types/webpack-env": "^1.18.0",
"@vanilla-extract/css": "^1.11.0",
"@vanilla-extract/next-plugin": "^2.1.2",
"@vanilla-extract/next-plugin": "^2.1.3",
"dotenv": "^16.0.3",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.4",

View File

@ -55,7 +55,7 @@
"@taplo/cli": "^0.5.2",
"@testing-library/react": "^14.0.0",
"@types/eslint": "^8.40.0",
"@types/node": "^18.16.13",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vanilla-extract/vite-plugin": "^3.8.2",
@ -72,7 +72,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"fake-indexeddb": "4.0.1",
"got": "^12.6.0",
"got": "^12.6.1",
"happy-dom": "^9.20.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
@ -85,7 +85,7 @@
"react-dom": "18.3.0-canary-16d053d59-20230506",
"serve": "^14.2.0",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vite-plugin-istanbul": "^4.0.1",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.31.1",

View File

@ -34,10 +34,10 @@
"@mui/base": "5.0.0-beta.2",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.2",
"@popperjs/core": "^2.11.7",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-collapsible": "^1.0.2",
"@radix-ui/react-toast": "^1.1.3",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@toeverything/hooks": "workspace:*",
"@toeverything/theme": "^0.5.9",
"@vanilla-extract/dynamic": "^2.0.3",
@ -58,17 +58,17 @@
"@blocksuite/icons": "^2.1.19",
"@blocksuite/lit": "0.0.0-20230526024755-74df4d56-nightly",
"@blocksuite/store": "0.0.0-20230526024755-74df4d56-nightly",
"@storybook/addon-actions": "^7.0.17",
"@storybook/addon-actions": "^7.0.18",
"@storybook/addon-coverage": "^0.0.8",
"@storybook/addon-essentials": "^7.0.17",
"@storybook/addon-interactions": "^7.0.17",
"@storybook/addon-links": "^7.0.17",
"@storybook/addon-storysource": "^7.0.17",
"@storybook/blocks": "^7.0.17",
"@storybook/builder-vite": "^7.0.17",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-storysource": "^7.0.18",
"@storybook/blocks": "^7.0.18",
"@storybook/builder-vite": "^7.0.18",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.0.17",
"@storybook/react-vite": "^7.0.17",
"@storybook/react": "^7.0.18",
"@storybook/react-vite": "^7.0.18",
"@storybook/test-runner": "^0.10.0",
"@storybook/testing-library": "^0.1.0",
"@types/react": "^18.2.6",
@ -79,10 +79,10 @@
"concurrently": "^8.0.1",
"jest-mock": "^29.5.0",
"serve": "^14.2.0",
"storybook": "^7.0.17",
"storybook": "^7.0.18",
"storybook-dark-mode": "^3.0.0",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite": "^4.3.9",
"wait-on": "^7.0.1",
"yjs": "^13.6.1"
},

View File

@ -31,7 +31,7 @@
"react-i18next": "^12.3.1"
},
"devDependencies": {
"@types/node": "^18.16.13",
"@types/node": "^18.16.16",
"@types/prettier": "^2.7.2",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",

View File

@ -15,8 +15,8 @@
},
"license": "MPL-2.0",
"devDependencies": {
"@napi-rs/cli": "^2.15.2",
"@types/node": "^18.16.13",
"@napi-rs/cli": "^2.16.0",
"@types/node": "^18.16.16",
"@types/uuid": "^9.0.1",
"cross-env": "^7.0.3",
"rxjs": "^7.8.1",

View File

@ -30,7 +30,7 @@
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230526024755-74df4d56-nightly",
"@blocksuite/store": "0.0.0-20230526024755-74df4d56-nightly",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0",
"y-indexeddb": "^9.0.11"
},

1175
yarn.lock

File diff suppressed because it is too large Load Diff