feat: support subpage (#1663)

This commit is contained in:
Qi
2023-03-23 13:47:07 +08:00
committed by GitHub
parent 2551785451
commit 6a7b5601aa
26 changed files with 824 additions and 82 deletions
+7 -4
View File
@@ -15,11 +15,11 @@
"dependencies": {
"@affine/debug": "workspace:*",
"@affine/i18n": "workspace:*",
"@blocksuite/blocks": "0.5.0-20230320164115-e612d17",
"@blocksuite/editor": "0.5.0-20230320164115-e612d17",
"@blocksuite/global": "0.5.0-20230320164115-e612d17",
"@blocksuite/blocks": "0.5.0-20230323032255-e75ed32",
"@blocksuite/editor": "0.5.0-20230323032255-e75ed32",
"@blocksuite/global": "0.5.0-20230323032255-e75ed32",
"@blocksuite/icons": "2.0.23",
"@blocksuite/store": "0.5.0-20230320164115-e612d17",
"@blocksuite/store": "0.5.0-20230323032255-e75ed32",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
@@ -29,6 +29,8 @@
"@mui/material": "^5.11.13",
"lit": "^2.6.1",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-is": "^18.2.0"
},
@@ -44,6 +46,7 @@
"@storybook/test-runner": "0.10.0-next.11",
"@storybook/testing-library": "0.0.14-next.1",
"@types/react": "^18.0.28",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"jest-mock": "^29.5.0",