update to node 20 & pnpm 9

This commit is contained in:
Nathaniel Tampus
2024-07-14 14:35:37 +08:00
parent a13ff39fd5
commit 2ac873c5b1
5 changed files with 3236 additions and 2797 deletions

View File

@@ -10,33 +10,33 @@
"dev": "tsc-watch --noClear --onSuccess \"node dist/server.js\""
},
"dependencies": {
"argon2": "^0.31.2",
"chess.js": "1.0.0-beta.7",
"argon2": "^0.40.3",
"chess.js": "1.0.0-beta.8",
"connect-pg-simple": "^9.0.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"nanoid": "^5.0.4",
"pg": "^8.11.3",
"socket.io": "^4.7.4",
"xss": "^1.0.14"
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"nanoid": "^5.0.7",
"pg": "^8.12.0",
"socket.io": "^4.7.5",
"xss": "^1.0.15"
},
"devDependencies": {
"@chessu/types": "*",
"@chessu/types": "workspace:*",
"@types/connect-pg-simple": "^7.0.3",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"@types/node": "^18.19.7",
"@types/pg": "^8.10.9",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.3.3"
"@types/express-session": "^1.18.0",
"@types/node": "^20.14.10",
"@types/pg": "^8.11.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"tsc-watch": "^6.2.0",
"typescript": "^5.5.3"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",