chore: bump version (#2210)

This commit is contained in:
Himself65
2023-05-02 16:50:58 -05:00
committed by GitHub
parent 4eff5f3c38
commit 12b61d34c3
13 changed files with 672 additions and 661 deletions
+7 -7
View File
@@ -30,9 +30,9 @@
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.8",
"@mui/base": "5.0.0-alpha.127",
"@mui/base": "5.0.0-alpha.128",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.2",
"@mui/material": "^5.12.3",
"@popperjs/core": "^2.11.7",
"@radix-ui/react-avatar": "^1.0.2",
"@toeverything/hooks": "workspace:*",
@@ -48,11 +48,11 @@
"react-is": "^18.2.0"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/editor": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/global": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/blocks": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/editor": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/global": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/icons": "^2.1.15",
"@blocksuite/store": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/store": "0.0.0-20230501021333-90d9a4af-nightly",
"@storybook/addon-actions": "^7.0.7",
"@storybook/addon-coverage": "^0.0.8",
"@storybook/addon-essentials": "^7.0.7",
@@ -77,7 +77,7 @@
"storybook": "^7.0.7",
"storybook-dark-mode": "^3.0.0",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vite": "^4.3.4",
"wait-on": "^7.0.1",
"yjs": "^13.6.0"
},
+2 -2
View File
@@ -4,8 +4,8 @@
"main": "./src/index.ts",
"module": "./src/index.ts",
"devDependencies": {
"@blocksuite/global": "0.0.0-20230429153208-4ac043ec-nightly",
"next": "=13.2.3",
"@blocksuite/global": "0.0.0-20230501021333-90d9a4af-nightly",
"next": "^13.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.21.4"
+2 -2
View File
@@ -31,9 +31,9 @@
"react-i18next": "^12.2.2"
},
"devDependencies": {
"@types/node": "^18.16.2",
"@types/node": "^18.16.3",
"@types/prettier": "^2.7.2",
"next": "=13.2.3",
"next": "^13.3.4",
"prettier": "^2.8.8",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1",
+4 -4
View File
@@ -7,10 +7,10 @@
"jotai": "^2.0.4"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/editor": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/global": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/store": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/blocks": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/editor": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/global": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/store": "0.0.0-20230501021333-90d9a4af-nightly",
"lottie-web": "^5.11.0"
},
"peerDependencies": {
+1 -1
View File
@@ -14,7 +14,7 @@
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.15.2",
"@types/node": "^18.16.2"
"@types/node": "^18.16.3"
},
"engines": {
"node": ">= 10"
+1 -1
View File
@@ -21,7 +21,7 @@
}
},
"devDependencies": {
"vite": "^4.3.3",
"vite": "^4.3.4",
"vite-plugin-dts": "^2.3.0"
}
}
+3 -3
View File
@@ -28,9 +28,9 @@
"idb": "^7.1.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/store": "0.0.0-20230429153208-4ac043ec-nightly",
"vite": "^4.3.3",
"@blocksuite/blocks": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/store": "0.0.0-20230501021333-90d9a4af-nightly",
"vite": "^4.3.4",
"vite-plugin-dts": "^2.3.0",
"y-indexeddb": "^9.0.10"
},