update deps

This commit is contained in:
Nathaniel Tampus
2023-03-19 21:14:06 +08:00
parent 21494937c9
commit 4ee0cd2280
3 changed files with 7 additions and 7 deletions

View File

@@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.10.0",
"chess.js": "^1.0.0-beta.3",
"@tabler/icons-react": "^2.11.0",
"chess.js": "^1.0.0-beta.4",
"next": "13.2.4",
"react": "18.2.0",
"react-chessboard": "^2.1.1",
"react-chessboard": "^2.1.2",
"react-dom": "18.2.0",
"socket.io-client": "^4.6.1"
},
@@ -26,7 +26,7 @@
"daisyui": "^2.51.4",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "4.9.5"
"typescript": "5.0.2"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",