Frontend: Upgrade to @types/leaflet 1.5.6
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
1f6e55cfd8
commit
2541b95c68
2 changed files with 4 additions and 4 deletions
6
frontend/package-lock.json
generated
6
frontend/package-lock.json
generated
|
@ -1932,9 +1932,9 @@
|
|||
}
|
||||
},
|
||||
"@types/leaflet": {
|
||||
"version": "1.5.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.5.5.tgz",
|
||||
"integrity": "sha512-Eyh1LMmW4OFgafL6rjLyGkMqFS5IzgwWHMSgTKbrsvwLjLaWH8Ae8CV5liRe8HSM731oOVDwAMIZgg9P0SO9tg==",
|
||||
"version": "1.5.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.5.6.tgz",
|
||||
"integrity": "sha512-a9gVDwmNNalKrsU124kS7Lv9eo0z95CCMJu1Fp7l+A+EQ7Vv0UJ7LFkjaxu176ebUOBDEqvjn7A2vrlq5kLtkw==",
|
||||
"requires": {
|
||||
"@types/geojson": "*"
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"@babel/preset-env": "^7.7.4",
|
||||
"@babel/register": "^7.7.4",
|
||||
"@fortawesome/fontawesome-free": "^5.11.2",
|
||||
"@types/leaflet": "^1.5.5",
|
||||
"@types/leaflet": "^1.5.6",
|
||||
"acorn": "^6.4.0",
|
||||
"ajv": "^6.10.2",
|
||||
"autoprefixer": "^9.7.3",
|
||||
|
|
Loading…
Reference in a new issue