Skip to content

Commit 2a6d382

Browse files
committed
Use vanilla Leaflet 1.7.1
1 parent 6189d4f commit 2a6d382

File tree

11 files changed

+69
-14470
lines changed

11 files changed

+69
-14470
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## development
44
- Add test for customization of Leaflet Popup's "autoWidth" option
55
- Extract Leaflet's custom "autoWidth" option into "leaflet_plus.ts"
6+
- Use vanilla Leaflet 1.7.1
67

78
## v0.13.0
89
- Update basemaps URL to the new CARTO CDN URL. Thanks, @skgsergio!

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@
2020
"devDependencies": {
2121
"@grafana/e2e": "^7.3.1",
2222
"@grafana/toolkit": "^7.3.1",
23-
"@types/grafana": "https://[email protected]/CorpGlory/types-grafana.git",
24-
"@types/lodash": "^4.14.118",
25-
"@types/moment": "^2.13.0"
23+
"@types/grafana": "https://github.com/CorpGlory/types-grafana.git",
24+
"@types/lodash": "^4.14.165",
25+
"@types/moment": "^2.13.0",
26+
"@types/leaflet": "^1.5.19"
2627
},
2728
"dependencies": {
2829
"jquery": "^3.5.1",
29-
"lodash": "^4.17.11"
30+
"lodash": "^4.17.20",
31+
"leaflet": "^1.7.1"
3032
}
3133
}

0 commit comments

Comments
 (0)