mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
Properly split dep and dev deps, fix phantom deps
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user