update deps

This commit is contained in:
Nathaniel Tampus
2023-06-13 11:21:02 +08:00
parent 22f6bddd6a
commit ad7bf5a989
3 changed files with 18 additions and 18 deletions

View File

@@ -9,24 +9,24 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.19.0",
"@tabler/icons-react": "^2.22.0",
"chess.js": "^1.0.0-beta.6",
"next": "^13.4.3",
"next": "^13.4.5",
"react": "^18.2.0",
"react-chessboard": "^2.1.3",
"react-dom": "^18.2.0",
"socket.io-client": "^4.6.1"
"socket.io-client": "^4.6.2"
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "^18.16.8",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/node": "^18.16.18",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.6",
"postcss": "^8.4.23",
"daisyui": "^2.52.0",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",