diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-03 21:13:28 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-03 21:13:28 +0100 |
| commit | e4a737f43e45f02e80c06346cea73756f83854f3 (patch) | |
| tree | a13c4de97367ecbd1fec9df72d28789b52a32554 /package.json | |
| parent | 4192cc1b5d1e2951963457516de0f9fe668c3b9a (diff) | |
Implement map page
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json index 6d2a61b..37765a7 100644 --- a/package.json +++ b/package.json @@ -16,15 +16,17 @@ "@fontsource-variable/outfit": "^5.2.5", "fuse.js": "^7.1.0", "lucide-react": "^0.477.0", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.0.0", + "react-dom": "^19.0.0", + "react-leaflet": "^5.0.0", + "react-leaflet-markercluster": "^5.0.0-rc.0", "react-router": "^7.2.0" }, "devDependencies": { "@eslint/js": "^9.9.0", "@types/node": "^22.13.8", - "@types/react": "^18.3.18", - "@types/react-dom": "^18.3.5", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "@vitejs/plugin-react-swc": "^3.8.0", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.2.0", |
