next 14, update deps

This commit is contained in:
Nathaniel Tampus
2023-11-20 17:30:40 +08:00
parent a8c8b2e199
commit d20ad3418a
4 changed files with 282 additions and 264 deletions

View File

@@ -10,9 +10,9 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.38.0",
"@tabler/icons-react": "^2.41.0",
"chess.js": "1.0.0-beta.6",
"next": "^13.5.4",
"next": "^14.0.3",
"react": "^18.2.0",
"react-chessboard": "^2.1.3",
"react-dom": "^18.2.0",
@@ -20,14 +20,14 @@
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "^18.18.4",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@types/node": "^18.18.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"autoprefixer": "^10.4.16",
"daisyui": "^2.52.0",
"eslint-config-next": "^13.5.4",
"eslint-config-next": "^14.0.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}

View File

@@ -19,11 +19,11 @@
"format": "prettier --write . \"!pnpm-lock.yaml\" --ignore-path .gitignore"
},
"devDependencies": {
"concurrently": "^8.2.1",
"eslint": "^8.50.0",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5"
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7"
},
"engines": {
"node": ">=18"

500
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.1",
"argon2": "^0.31.2",
"chess.js": "1.0.0-beta.6",
"connect-pg-simple": "^9.0.0",
"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.1",
"nanoid": "^5.0.3",
"pg": "^8.11.3",
"socket.io": "^4.7.2",
"xss": "^1.0.14"
},
"devDependencies": {
"@chessu/types": "*",
"@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.4",
"@types/pg": "^8.10.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/connect-pg-simple": "^7.0.3",
"@types/cors": "^2.8.16",
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"@types/node": "^18.18.10",
"@types/pg": "^8.10.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
},
@@ -39,7 +39,7 @@
"node": ">=18"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"bufferutil": "^4.0.8",
"utf-8-validate": "^5.0.10"
}
}