update deps

This commit is contained in:
Nathaniel Tampus
2023-04-21 21:45:42 +08:00
parent 72be4aa0aa
commit 5cda61ede8
2 changed files with 8 additions and 8 deletions

View File

@@ -9,22 +9,22 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.14.0",
"chess.js": "^1.0.0-beta.4",
"@tabler/icons-react": "^2.16.0",
"chess.js": "^1.0.0-beta.5",
"next": "13.3.0",
"react": "18.2.0",
"react-chessboard": "^2.1.2",
"react-chessboard": "^2.1.3",
"react-dom": "18.2.0",
"socket.io-client": "^4.6.1"
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/node": "18.15.13",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.5",
"postcss": "^8.4.21",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1",
"typescript": "5.0.4"
},