update deps

This commit is contained in:
Nathaniel Tampus
2024-01-15 19:54:50 +08:00
parent f909419f8e
commit 394644bc81
4 changed files with 742 additions and 604 deletions

View File

@@ -10,24 +10,24 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.41.0",
"chess.js": "1.0.0-beta.6",
"next": "^14.0.3",
"@tabler/icons-react": "^2.46.0",
"chess.js": "1.0.0-beta.7",
"next": "^14.0.4",
"react": "^18.2.0",
"react-chessboard": "^2.1.3",
"react-dom": "^18.2.0",
"socket.io-client": "^4.7.2"
"socket.io-client": "^4.7.4"
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "^18.18.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/node": "^18.19.7",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"daisyui": "^2.52.0",
"eslint-config-next": "^14.0.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
"eslint-config-next": "^14.0.4",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}

View File

@@ -20,10 +20,10 @@
},
"devDependencies": {
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7"
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.11"
},
"engines": {
"node": ">=18"

1300
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,29 +11,29 @@
},
"dependencies": {
"argon2": "^0.31.2",
"chess.js": "1.0.0-beta.6",
"chess.js": "1.0.0-beta.7",
"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.3",
"nanoid": "^5.0.4",
"pg": "^8.11.3",
"socket.io": "^4.7.2",
"socket.io": "^4.7.4",
"xss": "^1.0.14"
},
"devDependencies": {
"@chessu/types": "*",
"@types/connect-pg-simple": "^7.0.3",
"@types/cors": "^2.8.16",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"@types/node": "^18.18.10",
"@types/node": "^18.19.7",
"@types/pg": "^8.10.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"