Skip to content

Commit

Permalink
chore: nextjs 15 + react 19 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rtaieb committed Jan 10, 2025
1 parent b9c80b8 commit ac90313
Show file tree
Hide file tree
Showing 22 changed files with 673 additions and 322 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"jspdf": "^2.5.2",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"next": "14.2.21",
"next": "15.1.4",
"next-auth": "^4.24.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"react-leaflet": "^4.2.1",
Expand All @@ -62,13 +62,13 @@
"@types/leaflet": "^1.9.14",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react-image-gallery": "^1.2.4",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.0.4",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^9.1.0",
"i": "^0.3.7",
"postcss": "^8.4.49",
Expand All @@ -84,5 +84,11 @@
"engines": {
"node": "20.14.0",
"pnpm": "^9"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2"
}
}
}
Loading

0 comments on commit ac90313

Please sign in to comment.