chore: bump version (#1597)

This commit is contained in:
Himself65
2023-03-16 22:07:57 -04:00
committed by GitHub
parent 88f662e6f6
commit 953188e76b
10 changed files with 906 additions and 859 deletions
+4 -4
View File
@@ -27,17 +27,17 @@
},
"dependencies": {
"@affine/debug": "workspace:*",
"i18next": "^22.4.10",
"i18next": "^22.4.11",
"react": "^18.2.0",
"react-i18next": "^12.2.0"
},
"devDependencies": {
"@types/node": "^18.14.4",
"@types/node": "^18.15.3",
"@types/prettier": "^2.7.2",
"next": "^13.2.3",
"next": "=13.2.2",
"prettier": "^2.8.4",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}