update deps

This commit is contained in:
Nathaniel Tampus
2023-04-01 20:59:51 +08:00
parent a8bfe0abdc
commit a4d73b3d68
3 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.11.0",
"@tabler/icons-react": "^2.13.0",
"chess.js": "^1.0.0-beta.4",
"next": "13.2.4",
"react": "18.2.0",
@@ -19,14 +19,14 @@
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "18.15.8",
"@types/react": "18.0.29",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.5",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "5.0.2"
"tailwindcss": "^3.3.1",
"typescript": "5.0.3"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",