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
+3 -1
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",
+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",
+2 -2
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": {