diff --git a/package-lock.json b/package-lock.json index 33490c4..25542a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@typescript-eslint/eslint-plugin": "^5.36.2", "@typescript-eslint/parser": "^5.36.2", "ajv-keywords": "5.1.0", - "arlas-wui-toolkit": "26.0.0-rc.5", + "arlas-wui-toolkit": "~26.0.0", "eslint": "^8.2.0", "js-yaml": "4.1.0", "ngx-toastr": "~14.3.0", @@ -35,7 +35,6 @@ "@gisaia/ngx-translate-extract": "^8.2.0", "@types/jasmine": "~3.10.0", "@types/js-yaml": "^4.0.5", - "@types/mapbox__mapbox-gl-draw": "^1.4.7", "@types/node": "16.11.20", "jasmine-core": "~3.10.0", "karma": "~6.3.0", @@ -4525,16 +4524,6 @@ "resolved": "https://registry.npmjs.org/@types/jsonpath/-/jsonpath-0.2.4.tgz", "integrity": "sha512-K3hxB8Blw0qgW6ExKgMbXQv2UPZBoE2GqLpVY+yr7nMD2Pq86lsuIzyAaiQ7eMqFL5B6di6pxSkogLJEyEHoGA==" }, - "node_modules/@types/mapbox__mapbox-gl-draw": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/@types/mapbox__mapbox-gl-draw/-/mapbox__mapbox-gl-draw-1.4.7.tgz", - "integrity": "sha512-SNiewXzHCgbJ4EIEG6B7ZMFTwYhHAoEWLdD179AujwmGBaYjn/LZBEQRJLjjq2utB4dEsy5ys2t4cXwEmShpPQ==", - "dev": true, - "dependencies": { - "@types/geojson": "*", - "mapbox-gl": "*" - } - }, "node_modules/@types/mapbox-gl": { "version": "1.13.10", "resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-1.13.10.tgz", @@ -5746,9 +5735,9 @@ } }, "node_modules/arlas-wui-toolkit": { - "version": "26.0.0-rc.5", - "resolved": "https://registry.npmjs.org/arlas-wui-toolkit/-/arlas-wui-toolkit-26.0.0-rc.5.tgz", - "integrity": "sha512-xyOnLum3U9UQdEtEp7NSDKwtb6pxJ4ZnnkTXnl6OGBKvlJ37qIBJSUewhekosiWoUFNG+x3BYS2ENCXkcrGV3g==", + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/arlas-wui-toolkit/-/arlas-wui-toolkit-26.0.0.tgz", + "integrity": "sha512-cYXYcQ5aKpDhdbagnvTFPM1C6Lxah/Ibn7iK1T6t+8JyK+ziLu1CHKCuHgmiOKZzHBCeWa7vEAS20GosyMUULA==", "dependencies": { "@danielmoncada/angular-datetime-picker": "14.2.0", "@danielmoncada/angular-datetime-picker-moment-adapter": "~2.2.0", diff --git a/package.json b/package.json index ee87edd..e5d9be1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@typescript-eslint/eslint-plugin": "^5.36.2", "@typescript-eslint/parser": "^5.36.2", "ajv-keywords": "5.1.0", - "arlas-wui-toolkit": "26.0.0-rc.5", + "arlas-wui-toolkit": "~26.0.0", "eslint": "^8.2.0", "js-yaml": "4.1.0", "ngx-toastr": "~14.3.0",