update deps

This commit is contained in:
Nathaniel Tampus
2023-08-08 13:46:54 +08:00
parent efc2492275
commit 0dfb8bafd5
4 changed files with 297 additions and 357 deletions

View File

@@ -10,22 +10,22 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.29.0",
"@tabler/icons-react": "^2.30.0",
"chess.js": "^1.0.0-beta.6",
"next": "^13.4.12",
"next": "^13.4.13",
"react": "^18.2.0",
"react-chessboard": "^2.1.3",
"react-dom": "^18.2.0",
"socket.io-client": "^4.7.1"
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "^18.17.1",
"@types/react": "^18.2.17",
"@types/node": "^18.17.3",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14",
"daisyui": "^2.52.0",
"eslint-config-next": "^13.4.12",
"eslint-config-next": "^13.4.13",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"

View File

@@ -20,8 +20,8 @@
},
"devDependencies": {
"concurrently": "^8.2.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.4.1"
},

626
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@
"dev": "tsc-watch --noClear --onSuccess \"node ./dist/server.js\""
},
"dependencies": {
"argon2": "^0.30.3",
"argon2": "^0.31.0",
"chess.js": "1.0.0-beta.6",
"connect-pg-simple": "^9.0.0",
"cors": "^2.8.5",
@@ -18,8 +18,8 @@
"express": "^4.18.2",
"express-session": "^1.17.3",
"nanoid": "^4.0.2",
"pg": "^8.11.1",
"socket.io": "^4.7.1",
"pg": "^8.11.2",
"socket.io": "^4.7.2",
"xss": "^1.0.14"
},
"devDependencies": {
@@ -28,10 +28,10 @@
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/node": "^18.17.1",
"@types/node": "^18.17.3",
"@types/pg": "^8.10.2",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.6"
},