update deps

This commit is contained in:
Nathaniel Tampus
2023-09-29 23:13:27 +08:00
parent 8176ad36be
commit b4c1ee4db5
4 changed files with 528 additions and 496 deletions

View File

@@ -10,9 +10,9 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.32.0",
"chess.js": "^1.0.0-beta.6",
"next": "^13.4.19",
"@tabler/icons-react": "^2.37.0",
"chess.js": "1.0.0-beta.6",
"next": "^13.5.3",
"react": "^18.2.0",
"react-chessboard": "^2.1.3",
"react-dom": "^18.2.0",
@@ -20,13 +20,13 @@
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"@types/node": "^18.18.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"autoprefixer": "^10.4.16",
"daisyui": "^2.52.0",
"eslint-config-next": "^13.4.19",
"postcss": "^8.4.28",
"eslint-config-next": "^13.5.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}