Skip to content

Commit

Permalink
fixed dependencies section (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila authored Sep 23, 2024
1 parent 7f36612 commit 6c83a3f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 29 deletions.
34 changes: 11 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maptiler/geocoding-control",
"version": "1.4.0",
"version": "1.4.1",
"description": "The Javascript & TypeScript Map Control component for MapTiler Geocoding service. Easy to be integrated into any JavaScript mapping application.",
"type": "module",
"author": {
Expand Down Expand Up @@ -106,11 +106,6 @@
"@sveltejs/package": "^2.3.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"@turf/bbox": "^7.1.0",
"@turf/clone": "^7.1.0",
"@turf/difference": "^7.1.0",
"@turf/flatten": "^7.1.0",
"@turf/union": "^7.1.0",
"@types/geojson": "^7946.0.14",
"@types/leaflet": "^1.9.12",
"@types/node": "^22.5.5",
Expand Down Expand Up @@ -171,6 +166,11 @@
}
},
"dependencies": {
"@turf/bbox": "^7.1.0",
"@turf/clone": "^7.1.0",
"@turf/difference": "^7.1.0",
"@turf/flatten": "^7.1.0",
"@turf/union": "^7.1.0",
"geo-coordinates-parser": "^1.7.3"
}
}

0 comments on commit 6c83a3f

Please sign in to comment.