Skip to content

Commit

Permalink
chore: upgrade dependencies + fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rtaieb committed Jan 10, 2025
1 parent ac90313 commit 01d2b61
Show file tree
Hide file tree
Showing 21 changed files with 971 additions and 1,016 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@codegouvfr/react-dsfr": "^1.14.10",
"@codegouvfr/react-dsfr": "^1.16.7",
"@headlessui/react": "^1.7.19",
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@hubspot/api-client": "^12.0.1",
"@incubateur-ademe/legal-pages-react": "^0.3.0",
"@nlux/react": "^2.17.1",
Expand All @@ -42,26 +42,26 @@
"next-auth": "^4.24.11",
"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",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.5.1",
"react-leaflet": "^5.0.0",
"react-leaflet-cluster": "^2.1.0",
"react-markdown": "^9.0.1",
"react-select": "^5.8.3",
"react-markdown": "^9.0.3",
"react-select": "^5.9.0",
"rehype-raw": "^7.0.0",
"server-only": "^0.0.1",
"sharp": "^0.32.6",
"swr": "^2.2.5",
"swr": "^2.3.0",
"usehooks-ts": "^2.16.0",
"uuid": "^9.0.1",
"zod": "^3.23.8",
"zustand": "^4.5.5"
"zod": "^3.24.1",
"zustand": "^4.5.6"
},
"devDependencies": {
"@types/geojson": "^7946.0.14",
"@types/leaflet": "^1.9.14",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.9",
"@types/geojson": "^7946.0.15",
"@types/leaflet": "^1.9.16",
"@types/lodash": "^4.17.14",
"@types/node": "^20.17.12",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react-image-gallery": "^1.2.4",
Expand All @@ -76,10 +76,10 @@
"prettier-plugin-classnames": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.22.0",
"sass": "^1.81.0",
"tailwindcss": "^3.4.15",
"sass": "^1.83.1",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"engines": {
"node": "20.14.0",
Expand Down
Loading

0 comments on commit 01d2b61

Please sign in to comment.