Skip to content

Commit c9d490a

Browse files
authored
Merge branch 'main' into fix/broken-map-marker-images
2 parents 19640f3 + d5cdcfb commit c9d490a

File tree

11 files changed

+298
-499
lines changed

11 files changed

+298
-499
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"npm-watch": "^0.13.0",
4747
"react": "19.1.1",
4848
"react-dom": "19.1.1",
49-
"react-leaflet": "^5.0.0",
5049
"react-leaflet-cluster": "^3.1.1",
50+
"react-leaflet": "^5.0.0",
5151
"rehype-autolink-headings": "^6.1.1",
5252
"rehype-highlight": "^6.0.0",
5353
"rehype-sanitize": "^5.0.1",
@@ -64,25 +64,26 @@
6464
"devDependencies": {
6565
"@faker-js/faker": "^8.4.1",
6666
"@netlify/functions": "^2.8.2",
67-
"@netlify/plugin-nextjs": "^5.13.3",
67+
"@netlify/plugin-nextjs": "^5.13.5",
6868
"@types/leaflet": "^1.9.20",
6969
"@types/leaflet.markercluster": "^1.5.6",
7070
"@types/luxon": "^3.7.1",
71-
"@types/node": "^24.6.1",
72-
"@types/react": "^19.1.16",
73-
"@types/react-dom": "^19.1.9",
71+
"@types/node": "^24.7.0",
72+
"@types/react": "^19.2.2",
73+
"@types/react-dom": "^19.2.1",
7474
"@types/require-dir": "^1.0.4",
7575
"@types/sanitize-html": "^2.16.0",
7676
"all-contributors-cli": "^6.26.1",
7777
"concurrently": "^9.2.1",
7878
"cross-env": "^7.0.3",
79+
"esbuild": "^0.25.10",
7980
"eslint": "^8.57.1",
8081
"eslint-config-next": "15.5.4",
8182
"netlify-cli": "^23.9.1",
8283
"postcss": "^8.5.6",
8384
"prettier": "^3.6.2",
84-
"tailwindcss": "^3.4.17",
85-
"tsx": "^3.14.0",
85+
"tailwindcss": "^3.4.18",
86+
"tsx": "^4.20.6",
8687
"typescript": "^5.9.3"
8788
},
8889
"overrides": {

0 commit comments

Comments
 (0)