mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Bump @tmcw/togeojson from 6.0.1 to 7.0.0 (#10859)
and add geojson types explicitly as a dependency: this comes as a subdependency from some other modules already (e.g. turf), but it's probably better to include it explicitly as a dev dependency see also https://github.com/placemark/togeojson/releases/tag/v7.0.0 -- Bump @tmcw/togeojson from 6.0.1 to 7.0.0 Bumps [@tmcw/togeojson](https://github.com/placemark/togeojson) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/placemark/togeojson/releases) - [Changelog](https://github.com/placemark/togeojson/blob/main/CHANGELOG.md) - [Commits](https://github.com/placemark/togeojson/compare/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: "@tmcw/togeojson" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+9
-20
@@ -14,7 +14,7 @@
|
||||
"@mapbox/vector-tile": "^2.0.3",
|
||||
"@rapideditor/country-coder": "~5.3.1",
|
||||
"@rapideditor/location-conflation": "~1.4.1",
|
||||
"@tmcw/togeojson": "^6.0.1",
|
||||
"@tmcw/togeojson": "^7.0.0",
|
||||
"@turf/bbox": "^7.2.0",
|
||||
"@turf/bbox-clip": "^7.2.0",
|
||||
"abortcontroller-polyfill": "^1.7.8",
|
||||
@@ -49,6 +49,7 @@
|
||||
"@transifex/api": "^7.1.3",
|
||||
"@types/chai": "^5.2.0",
|
||||
"@types/d3": "^7.4.3",
|
||||
"@types/geojson": "^7946.0.16",
|
||||
"@types/happen": "^0.3.0",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^22.13.10",
|
||||
@@ -1572,16 +1573,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@tmcw/togeojson": {
|
||||
"version": "6.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@tmcw/togeojson/-/togeojson-6.0.1.tgz",
|
||||
"integrity": "sha512-eit0noOFdAz6f26ODt5h3E/7wkmW/Sr8b3cVDPTKwYCXk9JL1lfoRKGw2axFVYJC6s5unVTVCjOe86Vak02Vuw==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@tmcw/togeojson/-/togeojson-7.0.0.tgz",
|
||||
"integrity": "sha512-e2BoFtuCm47R0Bz4m/HATdMIDcsbNUKiNCtm9AySukG8uaanEluncdvq+h3b2tT36LBkEdM6hmpWDcOw97tWpQ==",
|
||||
"license": "BSD-2-Clause",
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/geojson": "*",
|
||||
"@xmldom/xmldom": "^0.9.5"
|
||||
}
|
||||
},
|
||||
"node_modules/@transifex/api": {
|
||||
@@ -1952,9 +1949,10 @@
|
||||
"integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw=="
|
||||
},
|
||||
"node_modules/@types/geojson": {
|
||||
"version": "7946.0.14",
|
||||
"resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.14.tgz",
|
||||
"integrity": "sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg=="
|
||||
"version": "7946.0.16",
|
||||
"resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz",
|
||||
"integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/glob-to-regexp": {
|
||||
"version": "0.4.4",
|
||||
@@ -2174,15 +2172,6 @@
|
||||
"url": "https://opencollective.com/vitest"
|
||||
}
|
||||
},
|
||||
"node_modules/@xmldom/xmldom": {
|
||||
"version": "0.9.5",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.5.tgz",
|
||||
"integrity": "sha512-6g1EwSs8cr8JhP1iBxzyVAWM6BIDvx9Y3FZRIQiMDzgG43Pxi8YkWOZ0nQj2NHgNzgXDZbJewFx/n+YAvMZrfg==",
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": ">=14.6"
|
||||
}
|
||||
},
|
||||
"node_modules/abort-controller": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
||||
|
||||
+2
-1
@@ -49,7 +49,7 @@
|
||||
"@mapbox/vector-tile": "^2.0.3",
|
||||
"@rapideditor/country-coder": "~5.3.1",
|
||||
"@rapideditor/location-conflation": "~1.4.1",
|
||||
"@tmcw/togeojson": "^6.0.1",
|
||||
"@tmcw/togeojson": "^7.0.0",
|
||||
"@turf/bbox": "^7.2.0",
|
||||
"@turf/bbox-clip": "^7.2.0",
|
||||
"abortcontroller-polyfill": "^1.7.8",
|
||||
@@ -84,6 +84,7 @@
|
||||
"@transifex/api": "^7.1.3",
|
||||
"@types/chai": "^5.2.0",
|
||||
"@types/d3": "^7.4.3",
|
||||
"@types/geojson": "^7946.0.16",
|
||||
"@types/happen": "^0.3.0",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^22.13.10",
|
||||
|
||||
Reference in New Issue
Block a user