chore: bump version (#3955)

This commit is contained in:
Alex Yang
2023-08-25 11:52:33 -05:00
committed by GitHub
parent 98b8fbc8cf
commit 7906b7bc5f
38 changed files with 2184 additions and 2231 deletions

View File

@@ -26,9 +26,9 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/base": "5.0.0-beta.11",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.5",
"@mui/base": "5.0.0-beta.12",
"@mui/icons-material": "^5.14.6",
"@mui/material": "^5.14.6",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3",
@@ -40,7 +40,7 @@
"@vanilla-extract/dynamic": "^2.0.3",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"jotai": "^2.3.1",
"jotai": "^2.4.0",
"lit": "^2.8.0",
"lottie-web": "^5.12.2",
"react": "18.2.0",
@@ -51,18 +51,18 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/icons": "^2.1.31",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly",
"@types/react": "^18.2.20",
"@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"@types/react": "^18.2.21",
"@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",
"@vanilla-extract/css": "^1.13.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"yjs": "^13.6.7"
},