update deps

This commit is contained in:
Nathaniel Tampus
2023-02-16 21:26:14 +08:00
parent 20bcb98335
commit 2e1b981973
3 changed files with 19 additions and 19 deletions

View File

@@ -11,18 +11,18 @@
"dependencies": {
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-icons": "^1.1.1",
"chess.js": "^1.0.0-beta.1",
"chess.js": "^1.0.0-beta.3",
"react": "^18.2.0",
"react-chessboard": "^2.0.8",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.2",
"socket.io-client": "^4.5.4"
"react-router-dom": "^6.8.1",
"socket.io-client": "^4.6.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.1",
"typescript": "^4.9.4",
"vite": "^4.0.4"
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"typescript": "^4.9.5",
"vite": "^4.1.1"
}
}