mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 10:52:40 +08:00
chore(i18n): remove unused dependencies (#2485)
This commit is contained in:
@@ -28,15 +28,12 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@affine/debug": "workspace:*",
|
"@affine/debug": "workspace:*",
|
||||||
"i18next": "^22.4.15",
|
"i18next": "^22.4.15",
|
||||||
"react": "18.3.0-canary-16d053d59-20230506",
|
|
||||||
"react-i18next": "^12.3.0"
|
"react-i18next": "^12.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^18.16.13",
|
"@types/node": "^18.16.13",
|
||||||
"@types/prettier": "^2.7.2",
|
"@types/prettier": "^2.7.2",
|
||||||
"next": "^13.4.2",
|
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"react-dom": "18.3.0-canary-16d053d59-20230506",
|
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^5.0.4"
|
"typescript": "^5.0.4"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -208,10 +208,7 @@ __metadata:
|
|||||||
"@types/node": ^18.16.13
|
"@types/node": ^18.16.13
|
||||||
"@types/prettier": ^2.7.2
|
"@types/prettier": ^2.7.2
|
||||||
i18next: ^22.4.15
|
i18next: ^22.4.15
|
||||||
next: ^13.4.2
|
|
||||||
prettier: ^2.8.8
|
prettier: ^2.8.8
|
||||||
react: 18.3.0-canary-16d053d59-20230506
|
|
||||||
react-dom: 18.3.0-canary-16d053d59-20230506
|
|
||||||
react-i18next: ^12.3.0
|
react-i18next: ^12.3.0
|
||||||
ts-node: ^10.9.1
|
ts-node: ^10.9.1
|
||||||
typescript: ^5.0.4
|
typescript: ^5.0.4
|
||||||
|
|||||||
Reference in New Issue
Block a user