diff --git a/package-lock.json b/package-lock.json index bf3627018..ad389dde3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "dependencies": { "@babel/polyfill": "^7.8.0", "@qwant/map-style-builder": "github:Qwant/map-style-builder#81eebb0", - "@qwant/qwant-basic-gl-style": "^1.3.1", + "@qwant/qwant-basic-gl-style": "github:bbecquet/qwant-basic-gl-style#style-refresh", "@turf/along": "^6.0.1", "@turf/bbox": "^6.0.1", "@turf/bearing": "^6.0.1", @@ -2994,7 +2994,8 @@ }, "node_modules/@qwant/qwant-basic-gl-style": { "version": "1.3.1", - "integrity": "sha512-zIjW9WgOwFOSQmKaCTvDKaGmB8PCwtyU+2PFLBmLdVR4zGWypP6evqtv8jzT0g5MgYFx1sLLKWzP+qhHIccQRA==" + "resolved": "git+ssh://git@github.com/bbecquet/qwant-basic-gl-style.git#7ef06c0bf58b2c4058250f7d234f91d3ad9a212e", + "license": "BSD-3" }, "node_modules/@qwant/qwant-maps-common": { "resolved": "local_modules/qwant-maps-common", @@ -22679,8 +22680,8 @@ "version": "file:local_modules/po-js-loader" }, "@qwant/qwant-basic-gl-style": { - "version": "1.3.1", - "integrity": "sha512-zIjW9WgOwFOSQmKaCTvDKaGmB8PCwtyU+2PFLBmLdVR4zGWypP6evqtv8jzT0g5MgYFx1sLLKWzP+qhHIccQRA==" + "version": "git+ssh://git@github.com/bbecquet/qwant-basic-gl-style.git#7ef06c0bf58b2c4058250f7d234f91d3ad9a212e", + "from": "@qwant/qwant-basic-gl-style@github:bbecquet/qwant-basic-gl-style#style-refresh" }, "@qwant/qwant-maps-common": { "version": "file:local_modules/qwant-maps-common", diff --git a/package.json b/package.json index 6ff0478fe..12ff63bc5 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "dependencies": { "@babel/polyfill": "^7.8.0", "@qwant/map-style-builder": "github:Qwant/map-style-builder#81eebb0", - "@qwant/qwant-basic-gl-style": "^1.3.1", + "@qwant/qwant-basic-gl-style": "github:bbecquet/qwant-basic-gl-style#style-refresh", "@turf/along": "^6.0.1", "@turf/bbox": "^6.0.1", "@turf/bearing": "^6.0.1",