update deps

This commit is contained in:
Nathaniel Tampus
2023-07-27 14:53:25 +08:00
parent 3e7638b78d
commit a87cf86239
3 changed files with 16 additions and 13 deletions

View File

@@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.23.0",
"@tabler/icons-react": "^2.29.0",
"chess.js": "^1.0.0-beta.6",
"next": "^13.4.7",
"next": "^13.4.12",
"react": "^18.2.0",
"react-chessboard": "^2.1.3",
"react-dom": "^18.2.0",
@@ -19,17 +19,17 @@
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "^18.16.19",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/node": "^18.17.1",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14",
"daisyui": "^2.52.0",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"utf-8-validate": "^6.0.3"
"utf-8-validate": "^5.0.10"
}
}

View File

@@ -16,11 +16,11 @@
},
"devDependencies": {
"concurrently": "^8.2.0",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.7",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0"
"prettier-plugin-tailwindcss": "^0.4.1"
},
"engines": {
"node": ">=18"

View File

@@ -24,10 +24,13 @@
"devDependencies": {
"@chessu/types": "*",
"@types/connect-pg-simple": "^7.0.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/node": "^18.16.19",
"@types/node": "^18.17.1",
"@types/pg": "^8.10.2",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.6"
},
@@ -36,6 +39,6 @@
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"utf-8-validate": "^6.0.3"
"utf-8-validate": "^5.0.10"
}
}