update deps

This commit is contained in:
Nathaniel Tampus
2023-08-25 18:53:58 +08:00
parent f245060075
commit 7086ed0b56
4 changed files with 199 additions and 200 deletions

View File

@@ -10,9 +10,9 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.30.0",
"@tabler/icons-react": "^2.32.0",
"chess.js": "^1.0.0-beta.6",
"next": "^13.4.17",
"next": "^13.4.19",
"react": "^18.2.0",
"react-chessboard": "^2.1.3",
"react-dom": "^18.2.0",
@@ -20,14 +20,14 @@
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "^18.17.5",
"@types/react": "^18.2.20",
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"daisyui": "^2.52.0",
"eslint-config-next": "^13.4.17",
"eslint-config-next": "^13.4.19",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}