update deps

This commit is contained in:
Nathaniel Tampus
2023-03-02 19:38:24 +08:00
parent 181738ae3f
commit 77a632520e
3 changed files with 7 additions and 7 deletions

View File

@@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.5.0",
"@tabler/icons-react": "^2.7.0",
"chess.js": "^1.0.0-beta.3",
"next": "13.2.1",
"next": "13.2.3",
"react": "18.2.0",
"react-chessboard": "^2.1.0",
"react-dom": "18.2.0",
@@ -19,11 +19,11 @@
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "18.14.1",
"@types/node": "18.14.4",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.13",
"daisyui": "^2.51.1",
"daisyui": "^2.51.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "4.9.5"