next.js v13.4, stable app router

This commit is contained in:
Nathaniel Tampus
2023-05-05 16:44:44 +08:00
parent 970989579b
commit 43bd4f71cd
3 changed files with 5 additions and 8 deletions

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@tabler/icons-react": "^2.17.0",
"chess.js": "^1.0.0-beta.5",
"next": "13.3.4",
"next": "13.4.0",
"react": "18.2.0",
"react-chessboard": "^2.1.3",
"react-dom": "18.2.0",
@@ -20,8 +20,8 @@
"devDependencies": {
"@chessu/types": "*",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.3",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.6",
"postcss": "^8.4.23",