chore: update Next.js and React

This commit is contained in:
achraf
2026-06-08 00:12:33 +02:00
parent 02d7b7918e
commit be87f531f4
3 changed files with 140 additions and 140 deletions

View File

@@ -9,9 +9,9 @@
"lint": "eslint"
},
"dependencies": {
"next": "16.2.1",
"react": "19.2.4",
"react-dom": "19.2.4"
"next": "16.2.7",
"react": "19.2.7",
"react-dom": "19.2.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
@@ -19,7 +19,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"eslint-config-next": "16.2.7",
"tailwindcss": "^4",
"typescript": "^5"
}