mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
refactor!: next generation AFFiNE code structure (#1176)
This commit is contained in:
@@ -27,8 +27,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@affine/debug": "workspace:*",
|
||||
"react": "^18.2.0",
|
||||
"i18next": "^22.4.10",
|
||||
"next-i18next": "^13.1.5",
|
||||
"react": "^18.2.0",
|
||||
"react-i18next": "^12.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -36,6 +37,7 @@
|
||||
"@types/prettier": "^2.7.2",
|
||||
"prettier": "^2.8.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.9.5"
|
||||
"typescript": "^4.9.5",
|
||||
"next": "^13.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user