chore: bump version (#2178)

This commit is contained in:
Himself65
2023-04-27 17:59:54 -05:00
committed by GitHub
parent 567092a1ff
commit 3df3498523
15 changed files with 538 additions and 818 deletions

View File

@@ -40,7 +40,7 @@
"@vanilla-extract/dynamic": "^2.0.3",
"clsx": "^1.2.1",
"jotai": "^2.0.4",
"lit": "^2.7.2",
"lit": "^2.7.3",
"lottie-web": "^5.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -48,11 +48,11 @@
"react-is": "^18.2.0"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230426054154-cbe3dbce-nightly",
"@blocksuite/editor": "0.0.0-20230426054154-cbe3dbce-nightly",
"@blocksuite/global": "0.0.0-20230426054154-cbe3dbce-nightly",
"@blocksuite/blocks": "0.0.0-20230427041825-7fff957d-nightly",
"@blocksuite/editor": "0.0.0-20230427041825-7fff957d-nightly",
"@blocksuite/global": "0.0.0-20230427041825-7fff957d-nightly",
"@blocksuite/icons": "^2.1.13",
"@blocksuite/store": "0.0.0-20230426054154-cbe3dbce-nightly",
"@blocksuite/store": "0.0.0-20230427041825-7fff957d-nightly",
"@storybook/addon-actions": "^7.0.7",
"@storybook/addon-coverage": "^0.0.8",
"@storybook/addon-essentials": "^7.0.7",
@@ -66,9 +66,9 @@
"@storybook/react-vite": "^7.0.7",
"@storybook/test-runner": "^0.10.0",
"@storybook/testing-library": "^0.1.0",
"@types/react": "^18.0.38",
"@types/react": "^18.2.0",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "18.0.11",
"@types/react-dom": "18.2.1",
"@vanilla-extract/css": "^1.11.0",
"@vitejs/plugin-react": "^4.0.0",
"concurrently": "^8.0.1",
@@ -77,7 +77,7 @@
"storybook": "^7.0.7",
"storybook-dark-mode": "^3.0.0",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vite": "^4.3.3",
"wait-on": "^7.0.1",
"yjs": "^13.6.0"
},