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"
}

View File

@@ -20,10 +20,10 @@
},
"devDependencies": {
"concurrently": "^8.2.1",
"eslint": "^8.47.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3"
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4"
},
"engines": {
"node": ">=18"

980
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,28 +10,28 @@
"dev": "tsc-watch --noClear --onSuccess \"node ./dist/server.js\""
},
"dependencies": {
"argon2": "^0.31.0",
"argon2": "^0.31.1",
"chess.js": "1.0.0-beta.6",
"connect-pg-simple": "^9.0.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"nanoid": "^4.0.2",
"nanoid": "^5.0.1",
"pg": "^8.11.3",
"socket.io": "^4.7.2",
"xss": "^1.0.14"
},
"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.17.11",
"@types/pg": "^8.10.2",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@types/connect-pg-simple": "^7.0.1",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.18",
"@types/express-session": "^1.17.8",
"@types/node": "^18.18.0",
"@types/pg": "^8.10.3",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
},