Upgrade dependencies in package.json and update next, eslint, and related packages

This commit is contained in:
2026-07-27 17:50:17 +02:00
parent b14f670157
commit 6f0cd51950
+3 -3
View File
@@ -13,7 +13,7 @@
"@simplewebauthn/server": "^13.3.2", "@simplewebauthn/server": "^13.3.2",
"bcryptjs": "^3.0.3", "bcryptjs": "^3.0.3",
"jose": "^6.1.0", "jose": "^6.1.0",
"next": "^9.3.3", "next": "16.2.12",
"react": "19.2.4", "react": "19.2.4",
"react-dom": "19.2.4" "react-dom": "19.2.4"
}, },
@@ -22,8 +22,8 @@
"@types/node": "^22", "@types/node": "^22",
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"eslint": "^10.8.0", "eslint": "^9",
"eslint-config-next": "^0.2.4", "eslint-config-next": "16.2.12",
"tailwindcss": "^4", "tailwindcss": "^4",
"typescript": "^5" "typescript": "^5"
} }