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

Update dependency @types/leaflet to v1.9.14 #22540

Merged
merged 1 commit into from
Oct 25, 2024
Merged
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 @@ -176,7 +176,7 @@
"@types/glob": "8.1.0",
"@types/html-minifier-terser": "7.0.2",
"@types/js-yaml": "4.0.9",
"@types/leaflet": "1.9.13",
"@types/leaflet": "1.9.14",
"@types/leaflet-draw": "1.0.11",
"@types/lodash.merge": "4.6.9",
"@types/luxon": "3.4.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4132,12 +4132,12 @@ __metadata:
languageName: node
linkType: hard

"@types/leaflet@npm:*, @types/leaflet@npm:1.9.13":
version: 1.9.13
resolution: "@types/leaflet@npm:1.9.13"
"@types/leaflet@npm:*, @types/leaflet@npm:1.9.14":
version: 1.9.14
resolution: "@types/leaflet@npm:1.9.14"
dependencies:
"@types/geojson": "npm:*"
checksum: 10/67ca1bf3da0db15e9efe4aebc72f66a3960a8375859f15d41676c61b8c2b934be72cba689c584bb2ef7d40de5aafaf9f82bf4530c56191a09a61b24395531d84
checksum: 10/70fbc69a4d6a3168a14072211e7738ad80954b8786105c4a0ec0615e88a5dbe131b1beff7b30594b293db2e1cb3f88a87d1ec1c89e128018bd42393dfcfcc69b
languageName: node
linkType: hard

Expand Down Expand Up @@ -8783,7 +8783,7 @@ __metadata:
"@types/glob": "npm:8.1.0"
"@types/html-minifier-terser": "npm:7.0.2"
"@types/js-yaml": "npm:4.0.9"
"@types/leaflet": "npm:1.9.13"
"@types/leaflet": "npm:1.9.14"
"@types/leaflet-draw": "npm:1.0.11"
"@types/lodash.merge": "npm:4.6.9"
"@types/luxon": "npm:3.4.2"
Expand Down
Loading