bump inspect to 1.6.2

This commit is contained in:
HarelM
2024-03-13 21:00:13 +02:00
parent f2ce223802
commit a0e0c49f81
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": {
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
"@maplibre/maplibre-gl-inspect": "^1.6.1",
"@maplibre/maplibre-gl-inspect": "^1.6.2",
"@maplibre/maplibre-gl-style-spec": "^20.1.0",
"@mdi/js": "^6.6.96",
"@mdi/react": "^1.5.0",
@@ -2592,11 +2592,12 @@
}
},
"node_modules/@maplibre/maplibre-gl-inspect": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-inspect/-/maplibre-gl-inspect-1.6.1.tgz",
"integrity": "sha512-PDzeNTIAXqsHDiBk8pmwUfTMvk+QRmaNfpC32o9Or6fS/2UwOXlT03dGzILUTJUonOfwiVYcZxgsYCZq9LRcKw==",
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-inspect/-/maplibre-gl-inspect-1.6.2.tgz",
"integrity": "sha512-ySKESs4LA7qbV0MhVAxbRFJQXA8auc2D5QidqWQVSfrwCoNI+DOOAzHXjYmyDprVXeOJMOXGb5QIspGIOz3hqw==",
"dependencies": {
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"randomcolor": "^0.6.2"
},
"peerDependencies": {

View File

@@ -22,7 +22,7 @@
"dependencies": {
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
"@maplibre/maplibre-gl-inspect": "^1.6.1",
"@maplibre/maplibre-gl-inspect": "^1.6.2",
"@maplibre/maplibre-gl-style-spec": "^20.1.0",
"@mdi/js": "^6.6.96",
"@mdi/react": "^1.5.0",