Update package.json

This commit is contained in:
kleap-admin 2026-01-16 17:08:43 +00:00
parent 36d14600f9
commit b05c985e69
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "15.1.7",
"next": "15.1.9",
"react": "19.0.0",
"react-dom": "19.0.0",
"@hookform/resolvers": "^3.9.1",
@ -49,7 +49,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^8",
"eslint-config-next": "15.1.7",
"eslint-config-next": "15.1.9",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"