chore: bump version (#2950)

This commit is contained in:
Alex Yang
2023-07-01 16:26:43 +08:00
committed by GitHub
parent 711e683c6f
commit 54a7eeda37
15 changed files with 1037 additions and 787 deletions

View File

@@ -27,15 +27,15 @@
"url": "git+https://github.com/toeverything/AFFiNE.git"
},
"dependencies": {
"i18next": "^23.2.3",
"react-i18next": "^13.0.0"
"i18next": "^23.2.6",
"react-i18next": "^13.0.1"
},
"devDependencies": {
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"@types/prettier": "^2.7.3",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.1.5"
"typescript": "^5.1.6"
},
"version": "0.7.0-canary.26"
}