Properly split dep and dev deps, fix phantom deps

This commit is contained in:
Lewis Liu
2024-01-05 19:27:08 -08:00
committed by LongYinan
parent 7c71c5457a
commit a87055754e
10 changed files with 1469 additions and 57 deletions

View File

@@ -8,5 +8,8 @@
"react": "18.2.0",
"react-dom": "18.2.0"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5"
},
"version": "0.11.0"
}

View File

@@ -7,8 +7,7 @@
"@blocksuite/store": "0.11.0-nightly-202401020419-752a5b8",
"react": "18.2.0",
"react-dom": "18.2.0",
"vitest": "1.1.3",
"zod": "^3.22.4"
"vitest": "1.1.3"
},
"exports": {
"./automation": "./src/automation.ts",
@@ -21,10 +20,11 @@
},
"peerDependencies": {
"@affine/templates": "workspace:*",
"@blocksuite/global": "0.0.0-20230409084303-221991d4-nightly"
"@blocksuite/global": "0.11.0-nightly-202401020419-752a5b8"
},
"dependencies": {
"lit": "^3.0.2"
"lit": "^3.0.2",
"zod": "^3.22.4"
},
"version": "0.11.0"
}

View File

@@ -18,7 +18,9 @@
"@blocksuite/store": "0.11.0-nightly-202401020419-752a5b8",
"jotai": "^2.5.1",
"jotai-effect": "^0.2.3",
"nanoid": "^5.0.3",
"tinykeys": "^2.1.0",
"yjs": "^13.6.10",
"zod": "^3.22.4"
},
"devDependencies": {
@@ -27,13 +29,11 @@
"@blocksuite/lit": "0.11.0-nightly-202401020419-752a5b8",
"@blocksuite/presets": "0.11.0-nightly-202401020419-752a5b8",
"async-call-rpc": "^6.3.1",
"nanoid": "^5.0.3",
"react": "^18.2.0",
"rxjs": "^7.8.1",
"vite": "^5.0.6",
"vite-plugin-dts": "3.7.0",
"vitest": "1.1.3",
"yjs": "^13.6.10"
"vitest": "1.1.3"
},
"peerDependencies": {
"@affine/templates": "*",

View File

@@ -32,6 +32,7 @@
}
},
"dependencies": {
"@blocksuite/global": "0.11.0-nightly-202401020419-752a5b8",
"idb": "^8.0.0",
"nanoid": "^5.0.3",
"y-provider": "workspace:*"

View File

@@ -31,6 +31,7 @@
"yjs": "^13.6.10"
},
"peerDependencies": {
"@blocksuite/global": "*",
"yjs": "^13"
}
}

View File

@@ -31,6 +31,8 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/base": "5.0.0-beta.19",
"@mui/material": "^5.14.14",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
@@ -43,6 +45,7 @@
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@toeverything/theme": "^0.7.24",
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/dynamic": "^2.0.3",
"bytes": "^3.1.2",
"check-password-strength": "^2.0.7",
@@ -96,7 +99,6 @@
"@types/react-datepicker": "^4.19.0",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "^18.2.13",
"@vanilla-extract/css": "^1.13.0",
"fake-indexeddb": "^5.0.0",
"storybook": "^7.5.3",
"storybook-dark-mode": "^3.0.1",

View File

@@ -68,6 +68,7 @@
"jotai-devtools": "^0.7.0",
"jotai-effect": "^0.2.3",
"lit": "^3.0.2",
"lodash-es": "^4.17.21",
"lottie-web": "^5.12.2",
"mini-css-extract-plugin": "^2.7.6",
"nanoid": "^5.0.3",

View File

@@ -15,8 +15,6 @@
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/lodash-es": "^4.17.9",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"prettier": "^3.0.3",
"vitest": "1.1.3"
},
@@ -26,6 +24,8 @@
"dependencies": {
"@affine/env": "workspace:*",
"graphql": "^16.8.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.1"
},
"installConfig": {

View File

@@ -9,26 +9,16 @@
"dependencies": {
"@affine/component": "workspace:*",
"@affine/i18n": "workspace:*",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-storysource": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/builder-vite": "^7.5.3",
"@dnd-kit/sortable": "^8.0.0",
"@storybook/jest": "^0.2.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@vitejs/plugin-react": "^4.2.0",
"concurrently": "^8.2.2",
"jest-mock": "^29.7.0",
"foxact": "^0.2.26",
"jotai": "^2.5.1",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.3",
"serve": "^14.2.1",
"storybook": "^7.5.3",
"storybook-dark-mode": "^3.0.1",
"wait-on": "^7.2.0"
"react-router-dom": "^6.19.0",
"ses": "^1.0.0",
"storybook-addon-react-router-v6": "^2.0.10"
},
"devDependencies": {
"@blocksuite/block-std": "0.11.0-nightly-202401020419-752a5b8",
@@ -39,15 +29,28 @@
"@blocksuite/lit": "0.11.0-nightly-202401020419-752a5b8",
"@blocksuite/presets": "0.11.0-nightly-202401020419-752a5b8",
"@blocksuite/store": "0.11.0-nightly-202401020419-752a5b8",
"@dnd-kit/sortable": "^8.0.0",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-storysource": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/builder-vite": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@storybook/test-runner": "^0.16.0",
"@tomfreudenberg/next-auth-mock": "^0.5.6",
"@vanilla-extract/esbuild-plugin": "^2.3.1",
"@vitejs/plugin-react": "^4.2.0",
"chromatic": "^10.0.0",
"foxact": "^0.2.26",
"jotai": "^2.5.1",
"concurrently": "^8.2.2",
"jest-mock": "^29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.19.0",
"storybook-addon-react-router-v6": "^2.0.10"
"serve": "^14.2.1",
"storybook": "^7.5.3",
"storybook-dark-mode": "^3.0.1",
"wait-on": "^7.2.0"
},
"peerDependencies": {
"@blocksuite/blocks": "*",

1451
yarn.lock

File diff suppressed because it is too large Load Diff