Skip to content

Commit

Permalink
feat: add types for leaflet
Browse files Browse the repository at this point in the history
  • Loading branch information
ob6160 committed Sep 26, 2021
1 parent 1079ad2 commit 1d3e4bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"@mapbox/geojson-area": "0.2.2",
"@mapbox/geojson-rewind": "0.5.1",
"@types/jest": "27.0.1",
"@types/leaflet": "1.7.5",
"@types/lodash": "4.14.174",
"@types/node": "16.9.1",
"@types/react": "17.0.20",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2249,6 +2249,13 @@
dependencies:
"@types/geojson" "*"

"@types/leaflet@1.7.5":
version "1.7.5"
resolved "https://registry.yarnpkg.com/@types/leaflet/-/leaflet-1.7.5.tgz#7b2bcf1271fb7b8c305e3c468eaad65b6dbac472"
integrity sha512-+Myo00Yb5OuvUyrH+vUwn9DRgOaBJsF/etIMdMcNhWGBMo58Mo1cxLInvCd0ZpvItju/AeDYFB/Od2pLiHB3VA==
dependencies:
"@types/geojson" "*"

"@types/lodash@4.14.174":
version "4.14.174"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.174.tgz#b4b06b6eced9850eed6b6a8f1abdd0f5192803c1"
Expand Down

0 comments on commit 1d3e4bb

Please sign in to comment.