chore: bump dependencies

This commit is contained in:
LibreCloud Actions Bot 2025-02-22 00:02:48 +00:00
parent c96c2b8c5f
commit 478cdb982a

View File

@ -33,7 +33,7 @@
"geist": "^1.3.1", "geist": "^1.3.1",
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"lucide-react": "^0.474.0", "lucide-react": "^0.474.0",
"next": "^15.2.0-canary.67", "next": "^15.2.0-canary.69",
"next-auth": "^5.0.0-beta.25", "next-auth": "^5.0.0-beta.25",
"next-themes": "^0.4.4", "next-themes": "^0.4.4",
"password-validator": "^5.3.0", "password-validator": "^5.3.0",
@ -48,17 +48,17 @@
"zod": "^3.24.2" "zod": "^3.24.2"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.2.0", "@eslint/eslintrc": "^3.3.0",
"@tailwindcss/postcss": "^4.0.7", "@tailwindcss/postcss": "^4.0.8",
"@types/js-cookie": "^3.0.6", "@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.19", "@types/node": "^20.17.19",
"@types/react": "^19.0.10", "@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^19.0.4",
"@types/validator": "^13.12.2", "@types/validator": "^13.12.2",
"eslint": "^9.20.1", "eslint": "^9.21.0",
"eslint-config-next": "15.1.6", "eslint-config-next": "15.1.6",
"postcss": "^8.5.3", "postcss": "^8.5.3",
"tailwindcss": "^4.0.7", "tailwindcss": "^4.0.8",
"typescript": "^5.7.3" "typescript": "^5.7.3"
} }
} }