chore: bump version (#2950)

This commit is contained in:
Alex Yang
2023-07-01 16:26:43 +08:00
parent fbc196e828
commit 8f09df655c
15 changed files with 1037 additions and 787 deletions

View File

@@ -22,7 +22,7 @@
"@blocksuite/blocks": "0.0.0-20230630081054-55a25248-nightly",
"@blocksuite/editor": "0.0.0-20230630081054-55a25248-nightly",
"@blocksuite/global": "0.0.0-20230630081054-55a25248-nightly",
"@blocksuite/icons": "^2.1.23",
"@blocksuite/icons": "^2.1.24",
"@blocksuite/lit": "0.0.0-20230630081054-55a25248-nightly",
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
"@dnd-kit/core": "^6.0.8",
@@ -32,8 +32,8 @@
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.6",
"@react-hookz/web": "^23.0.1",
"@sentry/nextjs": "^7.55.2",
"@react-hookz/web": "^23.1.0",
"@sentry/nextjs": "^7.57.0",
"@toeverything/hooks": "workspace:*",
"@toeverything/infra": "workspace:*",
"@toeverything/plugin-infra": "workspace:*",
@@ -49,7 +49,7 @@
"react": "18.3.0-canary-8ec962d82-20230623",
"react-dom": "18.3.0-canary-8ec962d82-20230623",
"react-is": "^18.2.0",
"react-resizable-panels": "^0.0.51",
"react-resizable-panels": "^0.0.53",
"rxjs": "^7.8.1",
"swr": "^2.1.5",
"y-protocols": "^1.0.5",
@@ -66,10 +66,10 @@
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/webpack-env": "^1.18.1",
"@vanilla-extract/css": "^1.11.1",
"@vanilla-extract/css": "^1.12.0",
"@vanilla-extract/next-plugin": "=2.1.2",
"dotenv": "^16.3.1",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.7",
"eslint-plugin-unicorn": "^47.0.0",
"express": "^4.18.2",
@@ -80,8 +80,8 @@
"redux": "^4.2.1",
"swc-plugin-coverage-instrument": "^0.0.18",
"ts-node": "^10.9.1",
"typescript": "^5.1.5",
"webpack": "^5.88.0"
"typescript": "^5.1.6",
"webpack": "^5.88.1"
},
"stableVersion": "0.0.0"
}