chore: bump version (#1597)

This commit is contained in:
Himself65
2023-03-16 22:07:57 -04:00
committed by GitHub
parent 88f662e6f6
commit 953188e76b
10 changed files with 906 additions and 859 deletions

View File

@@ -15,19 +15,19 @@
"dependencies": {
"@affine/debug": "workspace:*",
"@affine/i18n": "workspace:*",
"@blocksuite/blocks": "0.5.0-20230313100532-099b92b",
"@blocksuite/editor": "0.5.0-20230313100532-099b92b",
"@blocksuite/global": "0.5.0-20230313100532-099b92b",
"@blocksuite/icons": "2.0.17",
"@blocksuite/react": "0.5.0-20230313100532-099b92b",
"@blocksuite/store": "0.5.0-20230313100532-099b92b",
"@blocksuite/blocks": "0.5.0-20230317014705-a881b9c",
"@blocksuite/editor": "0.5.0-20230317014705-a881b9c",
"@blocksuite/global": "0.5.0-20230317014705-a881b9c",
"@blocksuite/icons": "2.0.23",
"@blocksuite/react": "0.5.0-20230317014705-a881b9c",
"@blocksuite/store": "0.5.0-20230317014705-a881b9c",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@mui/base": "5.0.0-alpha.119",
"@mui/base": "5.0.0-alpha.121",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@mui/material": "^5.11.13",
"lit": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -42,7 +42,7 @@
"@storybook/jest": "0.0.11-next.0",
"@storybook/react": "7.0.0-rc.1",
"@storybook/react-vite": "7.0.0-rc.1",
"@storybook/test-runner": "^0.10.0-next.10",
"@storybook/test-runner": "0.10.0-next.11",
"@storybook/testing-library": "0.0.14-next.1",
"@types/react": "^18.0.28",
"@types/react-dom": "18.0.11",
@@ -50,8 +50,8 @@
"jest-mock": "^28.1.3",
"storybook": "7.0.0-rc.1",
"storybook-dark-mode-v7": "3.0.0-alpha.0",
"typescript": "^4.9.5",
"vite": "^4.1.2",
"yjs": "^13.5.48"
"typescript": "^5.0.2",
"vite": "^4.2.0",
"yjs": "^13.5.50"
}
}