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 #10425

Open
wants to merge 1 commit into
base: main
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"react-google-recaptcha": "^3.1.0",
"react-image-crop": "^11.0.7",
"react-intersection-observer": "^9.14.1",
"react-leaflet": "^4.2.1",
"react-leaflet": "^5.0.0",
"react-simplemde-editor": "^5.2.0",
"react-spinners": "^0.15.0",
"react-textarea-autosize": "^8.5.6",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2492,14 +2492,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"
"@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: 10c0/d5218c79ab9decd458e1fa8a0ec3757542e3ea4e569afa151a32ef0e9ceb63a13174f3fbc740fe0d514df8b0b3e30d913bfb0b8b661dac13924934d7e430bfc9
react: ^19.0.0
react-dom: ^19.0.0
checksum: 10c0/1e20f92ea99d378121d7ba57b9571ca3a67a86247729d8cd5726ded26105fcbffbbdf727da34b2ad5976438979819a38c93b94389313abb3ff80ca81632609a6
languageName: node
linkType: hard

Expand Down Expand Up @@ -9683,16 +9683,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: 10c0/2e9d1687e883fd7d2e9798e51a04600e1b14784dc98b981a44507e65eb39a24f08c7f237c7522ae5667e999eb53b8d565ebd0f5baa25ef73a0278d6bfcc369e1
react: ^19.0.0
react-dom: ^19.0.0
checksum: 10c0/f0b6fb797cc2d81bc8cbb54e0cb32aefa689d35ca5f52d203ce3c5a1d14668e51244f10844bd2c88d5cb4aca5eb05bc280794e6d1652727ff9da2358e89d1b86
languageName: node
linkType: hard

Expand Down Expand Up @@ -10226,7 +10226,7 @@ __metadata:
react-google-recaptcha: "npm:^3.1.0"
react-image-crop: "npm:^11.0.7"
react-intersection-observer: "npm:^9.14.1"
react-leaflet: "npm:^4.2.1"
react-leaflet: "npm:^5.0.0"
react-refresh: "npm:^0.16.0"
react-simplemde-editor: "npm:^5.2.0"
react-spinners: "npm:^0.15.0"
Expand Down
Loading