openstreetmap-website/package.json
dependabot[bot] 91ea18ef7a
Bump leaflet.locatecontrol from 0.82.0 to 0.83.0
Bumps [leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol) from 0.82.0 to 0.83.0.
- [Changelog](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/domoritz/leaflet-locatecontrol/compare/v0.82.0...v0.83.0)

---
updated-dependencies:
- dependency-name: leaflet.locatecontrol
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-30 23:11:07 +00:00

16 lines
349 B
JSON

{
"name": "openstreetmap",
"private": true,
"dependencies": {
"jquery-simulate": "^1.0.2",
"js-cookie": "^3.0.0",
"leaflet": "^1.8.0",
"leaflet.locatecontrol": "^0.83.0",
"osm-community-index": "^5.2.0",
"qs": "^6.9.4"
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint-formatter-compact": "^8.40.0"
}
}