Skip to content

Commit 6c83a3f

Browse files
authored
fixed dependencies section (#48)
1 parent 7f36612 commit 6c83a3f

File tree

2 files changed

+17
-29
lines changed

2 files changed

+17
-29
lines changed

package-lock.json

Lines changed: 11 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptiler/geocoding-control",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "The Javascript & TypeScript Map Control component for MapTiler Geocoding service. Easy to be integrated into any JavaScript mapping application.",
55
"type": "module",
66
"author": {
@@ -106,11 +106,6 @@
106106
"@sveltejs/package": "^2.3.5",
107107
"@sveltejs/vite-plugin-svelte": "^3.1.2",
108108
"@tsconfig/svelte": "^5.0.4",
109-
"@turf/bbox": "^7.1.0",
110-
"@turf/clone": "^7.1.0",
111-
"@turf/difference": "^7.1.0",
112-
"@turf/flatten": "^7.1.0",
113-
"@turf/union": "^7.1.0",
114109
"@types/geojson": "^7946.0.14",
115110
"@types/leaflet": "^1.9.12",
116111
"@types/node": "^22.5.5",
@@ -171,6 +166,11 @@
171166
}
172167
},
173168
"dependencies": {
169+
"@turf/bbox": "^7.1.0",
170+
"@turf/clone": "^7.1.0",
171+
"@turf/difference": "^7.1.0",
172+
"@turf/flatten": "^7.1.0",
173+
"@turf/union": "^7.1.0",
174174
"geo-coordinates-parser": "^1.7.3"
175175
}
176176
}

0 commit comments

Comments
 (0)