Updated to latest React (Security Issue), updated tests to new react version

This commit is contained in:
Denis Urs Rudolph
2025-12-14 14:49:48 +01:00
parent 3071233171
commit 3d8d9d15f0
5 changed files with 100 additions and 54 deletions

View File

@@ -12,20 +12,24 @@
"clsx": "^2.1.1",
"lucide-react": "^0.560.0",
"next": "16.0.8",
"react": "19.2.1",
"react-dom": "19.2.1",
"react": "19.2.2",
"react-dom": "19.2.2",
"tailwind-merge": "^3.4.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@happy-dom/global-registrator": "^20.0.11",
"@tailwindcss/postcss": "^4.1.18",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^20.19.27",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"bun-types": "^1.3.4",
"eslint": "^9",
"eslint": "^9.39.2",
"eslint-config-next": "16.0.8",
"tailwindcss": "^4",
"typescript": "^5"
"happy-dom": "^20.0.11",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}