chore: unify version (#1123)

This commit is contained in:
Himself65
2023-02-19 02:40:39 -06:00
committed by GitHub
parent aa1de57d96
commit ae4105e961
26 changed files with 1286 additions and 1694 deletions

View File

@@ -12,14 +12,14 @@
"@blocksuite/blocks": "0.4.1",
"@blocksuite/editor": "0.4.1",
"@blocksuite/global": "0.4.1",
"@blocksuite/icons": "^2.0.2",
"@blocksuite/icons": "2.0.12",
"@blocksuite/react": "0.4.1",
"@blocksuite/store": "0.4.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/base": "=5.0.0-alpha.117",
"@mui/icons-material": "=5.11.0",
"@mui/material": "=5.11.8",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/base": "5.0.0-alpha.118",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.9",
"lit": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
@@ -31,14 +31,16 @@
"@storybook/builder-vite": "^7.0.0-beta.46",
"@storybook/react": "^7.0.0-beta.46",
"@storybook/react-vite": "7.0.0-beta.46",
"@types/react": "^18.0.27",
"@types/react-dom": "18.0.10",
"@swc/core": "^1.3.35",
"@types/react": "^18.0.28",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"storybook": "^7.0.0-beta.46",
"swc": "^1.0.11",
"swc-loader": "^0.2.3",
"typescript": "^4.9.5",
"vite": "^4.0.2",
"webpack": "^5.75.0"
"vite": "^4.1.2",
"webpack": "^5.75.0",
"yjs": "^13.5.46"
}
}