mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 20:46:38 +08:00
feat: support subpage (#1663)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user