update deps

This commit is contained in:
Nathaniel Tampus
2023-03-11 13:07:49 +08:00
parent 021bbee894
commit e632fc0618
3 changed files with 9 additions and 9 deletions

View File

@@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.7.0",
"@tabler/icons-react": "^2.9.0",
"chess.js": "^1.0.0-beta.3",
"next": "13.2.3",
"next": "13.2.4",
"react": "18.2.0",
"react-chessboard": "^2.1.0",
"react-dom": "18.2.0",
@@ -19,10 +19,10 @@
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "18.14.6",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",