update deps

This commit is contained in:
Nathaniel Tampus
2023-08-16 13:19:01 +08:00
parent c591415e3d
commit 98d5490de6
4 changed files with 335 additions and 474 deletions

View File

@@ -12,7 +12,7 @@
"dependencies": { "dependencies": {
"@tabler/icons-react": "^2.30.0", "@tabler/icons-react": "^2.30.0",
"chess.js": "^1.0.0-beta.6", "chess.js": "^1.0.0-beta.6",
"next": "^13.4.13", "next": "^13.4.16",
"react": "^18.2.0", "react": "^18.2.0",
"react-chessboard": "^2.1.3", "react-chessboard": "^2.1.3",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
@@ -20,13 +20,13 @@
}, },
"devDependencies": { "devDependencies": {
"@chessu/types": "*", "@chessu/types": "*",
"@types/node": "^18.17.3", "@types/node": "^18.17.5",
"@types/react": "^18.2.18", "@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.15",
"daisyui": "^2.52.0", "daisyui": "^2.52.0",
"eslint-config-next": "^13.4.13", "eslint-config-next": "^13.4.16",
"postcss": "^8.4.27", "postcss": "^8.4.28",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.3",
"typescript": "^5.1.6" "typescript": "^5.1.6"
} }

View File

@@ -20,10 +20,10 @@
}, },
"devDependencies": { "devDependencies": {
"concurrently": "^8.2.0", "concurrently": "^8.2.0",
"eslint": "^8.46.0", "eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"prettier": "^2.8.8", "prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.4.1" "prettier-plugin-tailwindcss": "^0.5.3"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"

785
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -28,10 +28,10 @@
"@types/cors": "^2.8.13", "@types/cors": "^2.8.13",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/express-session": "^1.17.7", "@types/express-session": "^1.17.7",
"@types/node": "^18.17.3", "@types/node": "^18.17.5",
"@types/pg": "^8.10.2", "@types/pg": "^8.10.2",
"@typescript-eslint/eslint-plugin": "^6.3.0", "@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.3.0", "@typescript-eslint/parser": "^6.4.0",
"tsc-watch": "^6.0.4", "tsc-watch": "^6.0.4",
"typescript": "^5.1.6" "typescript": "^5.1.6"
}, },