chore: upgrade to Next.js 14.2.30 and lock TypeScript to 5.5.4 for ES… (#8189)

This commit is contained in:
Pablo Lara
2025-07-04 13:20:30 +02:00
committed by GitHub
parent e7c2fa0699
commit 641d671312
3 changed files with 3822 additions and 4365 deletions
+3
View File
@@ -6,6 +6,9 @@ All notable changes to the **Prowler UI** are documented in this file.
### 🚀 Added
### 🔄 Changed
- Upgrade to Next.js 14.2.30 and lock TypeScript to 5.5.4 for ESLint compatibility [(#8189)](https://github.com/prowler-cloud/prowler/pull/8189)
### 🐞 Fixed
---
+3816 -4362
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -34,7 +34,7 @@
"jwt-decode": "^4.0.0",
"lucide-react": "^0.471.0",
"marked": "^15.0.12",
"next": "14.2.29",
"next": "^14.2.30",
"next-auth": "^5.0.0-beta.25",
"next-themes": "^0.2.1",
"radix-ui": "^1.1.3",
@@ -64,7 +64,7 @@
"@typescript-eslint/parser": "^7.10.0",
"autoprefixer": "10.4.19",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.23",
"eslint-config-next": "^14.2.30",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
@@ -82,7 +82,7 @@
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwind-variants": "0.1.20",
"tailwindcss": "3.4.3",
"typescript": "^5.5.4",
"typescript": "5.5.4",
"usehooks-ts": "^3.1.0"
},
"name": "prowler-next-app",