chore: bump version (#3394)

This commit is contained in:
Alex Yang
2023-07-26 21:02:18 -07:00
committed by GitHub
parent 1e38d36161
commit 1e72d3c270
17 changed files with 1599 additions and 1884 deletions
+4 -4
View File
@@ -28,7 +28,7 @@
"@emotion/styled": "^11.11.0",
"@mui/base": "5.0.0-beta.8",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.1",
"@mui/material": "^5.14.2",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3",
@@ -58,13 +58,13 @@
"@blocksuite/icons": "^2.1.27",
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"@types/react": "^18.2.15",
"@types/react-datepicker": "^4.11.2",
"@types/react": "^18.2.17",
"@types/react-datepicker": "^4.15.0",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "^18.2.7",
"@vanilla-extract/css": "^1.12.0",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vite": "^4.4.7",
"yjs": "^13.6.7"
},
"version": "0.7.0-canary.52"
+1 -1
View File
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/lodash-es": "^4.17.8",
+1 -1
View File
@@ -31,7 +31,7 @@
"react-i18next": "^13.0.2"
},
"devDependencies": {
"@types/node": "^18.16.20",
"@types/node": "^18.17.1",
"@types/prettier": "^2.7.3",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
+1 -1
View File
@@ -31,7 +31,7 @@
"devDependencies": {
"async-call-rpc": "^6.3.1",
"electron": "link:../../apps/electron/node_modules/electron",
"vite": "^4.4.6",
"vite": "^4.4.7",
"vite-plugin-dts": "3.3.1"
},
"peerDependencies": {
+1 -1
View File
@@ -19,7 +19,7 @@
"license": "MPL-2.0",
"devDependencies": {
"@napi-rs/cli": "^2.16.1",
"@types/node": "^18.16.20",
"@types/node": "^18.17.1",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"rxjs": "^7.8.1",
+1 -1
View File
@@ -44,7 +44,7 @@
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
"vite": "^4.4.6",
"vite": "^4.4.7",
"vite-plugin-dts": "3.3.1"
},
"peerDependencies": {
+1 -1
View File
@@ -39,7 +39,7 @@
"@affine/y-provider": "workspace:*",
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"vite": "^4.4.6",
"vite": "^4.4.7",
"vite-plugin-dts": "3.3.1",
"y-indexeddb": "^9.0.11"
},