Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react-leaflet from 4.2.1 to 5.0.0 in /frontend #6130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react-focus-lock": "2.13.2",
"react-focus-on": "^3.9.4",
"react-image-crop": "^11.0.6",
"react-leaflet": "^4.2.1",
"react-leaflet": "^5.0.0",
"react-router": "^7.0.1",
"react-select": "^5.8.0",
"seamless-scroll-polyfill": "2.3.4",
Expand Down
39 changes: 14 additions & 25 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3156,25 +3156,14 @@ __metadata:
languageName: node
linkType: hard

"@react-leaflet/core@npm:2.1.0":
version: 2.1.0
resolution: "@react-leaflet/core@npm:2.1.0"
peerDependencies:
leaflet: ^1.9.0
react: ^18.0.0
react-dom: ^18.0.0
checksum: 10/12ce28b85cf6712a1a7b7c49466b941fc619bc7b1535308bc5711a35f7e89eb16298babfd62f6b3a92e64abf94dcf517b2bc460f59fcf20599821bc6ab3b3048
languageName: node
linkType: hard

"@react-leaflet/core@patch:@react-leaflet/core@npm%3A2.1.0#~/.yarn/patches/@react-leaflet-core-npm-2.1.0-de483ca53f.patch":
version: 2.1.0
resolution: "@react-leaflet/core@patch:@react-leaflet/core@npm%3A2.1.0#~/.yarn/patches/@react-leaflet-core-npm-2.1.0-de483ca53f.patch::version=2.1.0&hash=178615"
"@react-leaflet/core@npm:^3.0.0":
version: 3.0.0
resolution: "@react-leaflet/core@npm:3.0.0"
peerDependencies:
leaflet: ^1.9.0
react: ^18.0.0
react-dom: ^18.0.0
checksum: 10/00e3a5982d41a27dd41113de55af31b47e2719151d5a4dd472115899a9ed3881b824c285f38c32a579034eefad1743332e9a27be205114fd14768ebb862835eb
react: ^19.0.0
react-dom: ^19.0.0
checksum: 10/193f4928ff609a922493f05e2f301f53a3d9b8387e90fc6ab4bc4f78f97272cad000fbdf0f1d23069f67cb35d3d855734ce5a5feab98619aebfc3334be2967c7
languageName: node
linkType: hard

Expand Down Expand Up @@ -6854,7 +6843,7 @@ __metadata:
react-focus-lock: "npm:2.13.2"
react-focus-on: "npm:^3.9.4"
react-image-crop: "npm:^11.0.6"
react-leaflet: "npm:^4.2.1"
react-leaflet: "npm:^5.0.0"
react-router: "npm:^7.0.1"
react-select: "npm:^5.8.0"
seamless-scroll-polyfill: "npm:2.3.4"
Expand Down Expand Up @@ -10941,16 +10930,16 @@ __metadata:
languageName: node
linkType: hard

"react-leaflet@npm:^4.2.1":
version: 4.2.1
resolution: "react-leaflet@npm:4.2.1"
"react-leaflet@npm:^5.0.0":
version: 5.0.0
resolution: "react-leaflet@npm:5.0.0"
dependencies:
"@react-leaflet/core": "npm:^2.1.0"
"@react-leaflet/core": "npm:^3.0.0"
peerDependencies:
leaflet: ^1.9.0
react: ^18.0.0
react-dom: ^18.0.0
checksum: 10/01cee12dc32e86d0153c989894fdba1c5c50fa41ad8d712352fa616f7b0dd32844aa17bb06c66f7569133675e2946c669090b4c496610cce3fa37c22254ca89f
react: ^19.0.0
react-dom: ^19.0.0
checksum: 10/170bf8d83141c8406fddc8cab41608ec6938efaafa5ae08c2060f9c0739370b84ed61d809c092d9f9ea79461399519f18f1cdf06dcb0e26d61d89eda46fb30be
languageName: node
linkType: hard

Expand Down
Loading