mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-08 17:27:32 +03:00
Merge pull request #888 from shlinkio/dependabot/npm_and_yarn/types/leaflet-1.9.4
Bump @types/leaflet from 1.9.3 to 1.9.4
This commit is contained in:
commit
6b32bf8ca9
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -46,7 +46,7 @@
|
|||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@total-typescript/shoehorn": "^0.1.1",
|
||||
"@types/leaflet": "^1.9.3",
|
||||
"@types/leaflet": "^1.9.4",
|
||||
"@types/ramda": "^0.27.66",
|
||||
"@types/react": "^18.2.21",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
|
@ -3208,9 +3208,9 @@
|
|||
"peer": true
|
||||
},
|
||||
"node_modules/@types/leaflet": {
|
||||
"version": "1.9.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.3.tgz",
|
||||
"integrity": "sha512-Caa1lYOgKVqDkDZVWkto2Z5JtVo09spEaUt2S69LiugbBpoqQu92HYFMGUbYezZbnBkyOxMNPXHSgRrRY5UyIA==",
|
||||
"version": "1.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.4.tgz",
|
||||
"integrity": "sha512-kfwgQf4eOxoe/tD9CaKQrBKHbc7VpyfJOG5sxsQtkH+ML9xYa8hUC3UMa0wU1pKfciJtO0pU9g9XbWhPo7iBCA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/geojson": "*"
|
||||
|
@ -12664,9 +12664,9 @@
|
|||
"peer": true
|
||||
},
|
||||
"@types/leaflet": {
|
||||
"version": "1.9.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.3.tgz",
|
||||
"integrity": "sha512-Caa1lYOgKVqDkDZVWkto2Z5JtVo09spEaUt2S69LiugbBpoqQu92HYFMGUbYezZbnBkyOxMNPXHSgRrRY5UyIA==",
|
||||
"version": "1.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.4.tgz",
|
||||
"integrity": "sha512-kfwgQf4eOxoe/tD9CaKQrBKHbc7VpyfJOG5sxsQtkH+ML9xYa8hUC3UMa0wU1pKfciJtO0pU9g9XbWhPo7iBCA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/geojson": "*"
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@total-typescript/shoehorn": "^0.1.1",
|
||||
"@types/leaflet": "^1.9.3",
|
||||
"@types/leaflet": "^1.9.4",
|
||||
"@types/ramda": "^0.27.66",
|
||||
"@types/react": "^18.2.21",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
|
|
Loading…
Reference in a new issue