update deps

This commit is contained in:
Nathaniel Tampus
2023-02-25 21:16:02 +08:00
parent d9e5c8150a
commit ebc8c66064
3 changed files with 9 additions and 10 deletions

View File

@@ -9,22 +9,21 @@
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.6",
"@tabler/icons-react": "^2.4.0",
"@tabler/icons-react": "^2.5.0",
"chess.js": "^1.0.0-beta.3",
"next": "13.1.6",
"next": "13.2.1",
"react": "18.2.0",
"react-chessboard": "^2.0.8",
"react-chessboard": "^2.1.0",
"react-dom": "18.2.0",
"socket.io-client": "^4.6.0"
"socket.io-client": "^4.6.1"
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.13",
"daisyui": "^2.50.1",
"daisyui": "^2.51.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "4.9.5"