Skip to content

Commit

Permalink
fix(deps): update dependency react-map-gl to v7.1.9 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate committed Jan 28, 2025
1 parent 89fba05 commit e2868ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-hook-form": "7.53.2",
"react-i18next": "15.4.0",
"react-intersection-observer": "9.15.1",
"react-map-gl": "7.1.8",
"react-map-gl": "7.1.9",
"react-oidc-context": "3.2.0",
"react-router": "7.1.3",
"swr": "2.3.0",
Expand Down Expand Up @@ -1163,7 +1163,7 @@

"react-is": ["[email protected]", "https://npm.tristess.app/react-is/-/react-is-16.13.1.tgz", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="],

"react-map-gl": ["[email protected].8", "https://npm.tristess.app/react-map-gl/-/react-map-gl-7.1.8.tgz", { "dependencies": { "@maplibre/maplibre-gl-style-spec": "^19.2.1", "@types/mapbox-gl": ">=1.0.0" }, "peerDependencies": { "mapbox-gl": ">=1.13.0", "maplibre-gl": ">=1.13.0", "react": ">=16.3.0", "react-dom": ">=16.3.0" }, "optionalPeers": ["mapbox-gl", "maplibre-gl"] }, "sha512-zwF16XMOdOKH4py5ehS1bgQIChqW8UN3b1bXps+JnADbYLSbOoUPQ3tNw0EZ2OTBWArR5aaQlhlEqg4lE47T8A=="],
"react-map-gl": ["[email protected].9", "https://npm.tristess.app/react-map-gl/-/react-map-gl-7.1.9.tgz", { "dependencies": { "@maplibre/maplibre-gl-style-spec": "^19.2.1", "@types/mapbox-gl": ">=1.0.0" }, "peerDependencies": { "mapbox-gl": ">=1.13.0", "maplibre-gl": ">=1.13.0 <5.0.0", "react": ">=16.3.0", "react-dom": ">=16.3.0" }, "optionalPeers": ["mapbox-gl", "maplibre-gl"] }, "sha512-KsCc8Gyn05wVGlHZoopaiiCr0RCAQ6LDISo5sEy1/pV/d7RlozkF946tiX7IgyijJQMRujHol5QdwUPESjh73w=="],

"react-oidc-context": ["[email protected]", "https://npm.tristess.app/react-oidc-context/-/react-oidc-context-3.2.0.tgz", { "peerDependencies": { "oidc-client-ts": "^3.1.0", "react": ">=16.8.0" } }, "sha512-ZLaCRLWV84Cn9pFdsatmblqxLMv0np69GWVXq9RWGqAjppdOGXNIbIxWMByIio0oSCVUwdeqwYRnJme0tjqd8A=="],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react-hook-form": "7.53.2",
"react-i18next": "15.4.0",
"react-intersection-observer": "9.15.1",
"react-map-gl": "7.1.8",
"react-map-gl": "7.1.9",
"react-oidc-context": "3.2.0",
"react-router": "7.1.3",
"swr": "2.3.0",
Expand Down

0 comments on commit e2868ed

Please sign in to comment.