@maptiler/geocoding-control 1.4.1 → 1.4.2-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maptiler/geocoding-control",
3
- "version": "1.4.1",
3
+ "version": "1.4.2-dev.2",
4
4
  "description": "The Javascript & TypeScript Map Control component for MapTiler Geocoding service. Easy to be integrated into any JavaScript mapping application.",
5
5
  "type": "module",
6
6
  "author": {
@@ -102,45 +102,45 @@
102
102
  "./types": "./types.d.ts"
103
103
  },
104
104
  "devDependencies": {
105
- "@maptiler/sdk": "^2.3.0",
105
+ "@maptiler/sdk": "^2.4.0",
106
106
  "@sveltejs/package": "^2.3.5",
107
107
  "@sveltejs/vite-plugin-svelte": "^3.1.2",
108
108
  "@tsconfig/svelte": "^5.0.4",
109
109
  "@types/geojson": "^7946.0.14",
110
110
  "@types/leaflet": "^1.9.12",
111
- "@types/node": "^22.5.5",
112
- "@types/react": "^18.3.8",
113
- "@types/react-dom": "^18.3.0",
111
+ "@types/node": "^22.7.5",
112
+ "@types/react": "^18.3.11",
113
+ "@types/react-dom": "^18.3.1",
114
114
  "concurrently": "^9.0.1",
115
115
  "dotenv": "^16.4.5",
116
- "eslint": "^8.57.0",
117
- "eslint-plugin-svelte": "^2.44.0",
116
+ "eslint": "^9.12.0",
117
+ "eslint-plugin-svelte": "^2.44.1",
118
118
  "esm-env": "^1.0.0",
119
- "globals": "^15.9.0",
119
+ "globals": "^15.11.0",
120
120
  "husky": "^9.1.6",
121
121
  "leaflet": "^1.9.4",
122
122
  "lint-staged": "^15.2.10",
123
- "maplibre-gl": "^4.7.0",
123
+ "maplibre-gl": "^4.7.1",
124
124
  "ol": "10.2",
125
125
  "prettier": "^3.3.3",
126
126
  "prettier-plugin-organize-imports": "^4.1.0",
127
- "prettier-plugin-svelte": "^3.2.6",
127
+ "prettier-plugin-svelte": "^3.2.7",
128
128
  "react": "^18.3.1",
129
129
  "react-dom": "^18.3.1",
130
130
  "replace-in-file": "^8.2.0",
131
- "sass": "^1.79.3",
131
+ "sass": "^1.79.5",
132
132
  "svelte": "^4.2.19",
133
- "svelte-check": "^4.0.2",
134
- "svelte-preprocess": "^6.0.2",
135
- "tslib": "^2.7.0",
136
- "typescript": "^5.6.2",
137
- "typescript-eslint": "^8.6.0",
138
- "vite": "^5.4.7"
133
+ "svelte-check": "^4.0.5",
134
+ "svelte-preprocess": "^6.0.3",
135
+ "tslib": "^2.8.0",
136
+ "typescript": "^5.6.3",
137
+ "typescript-eslint": "^8.9.0",
138
+ "vite": "^5.4.9"
139
139
  },
140
140
  "peerDependencies": {
141
141
  "@maptiler/sdk": "^1 || ^2",
142
142
  "leaflet": "^1.7 || ^1.8 || ^1.9",
143
- "maplibre-gl": "^2 || ^3 || ^4",
143
+ "maplibre-gl": "^2 || ^3 || ^4 || ^5",
144
144
  "ol": "^6 || ^7 || ^8 || ^9 || ^10",
145
145
  "react": "^17 || ^18",
146
146
  "svelte": "^4.2"
@@ -171,6 +171,6 @@
171
171
  "@turf/difference": "^7.1.0",
172
172
  "@turf/flatten": "^7.1.0",
173
173
  "@turf/union": "^7.1.0",
174
- "geo-coordinates-parser": "^1.7.3"
174
+ "geo-coordinates-parser": "^1.7.4"
175
175
  }
176
176
  }