Upgrade windshaft to version 5.3.0

This commit is contained in:
Daniel García Aubert 2019-06-17 15:37:51 +02:00
parent f21eda2b40
commit b09a35f272
2 changed files with 8 additions and 6 deletions

12
package-lock.json generated
View File

@ -5,8 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@carto/cartonik": { "@carto/cartonik": {
"version": "github:cartodb/cartonik#c3ad19d9533a2ca938e002b33fded4f474aea723", "version": "0.6.0",
"from": "github:cartodb/cartonik#master", "resolved": "https://registry.npmjs.org/@carto/cartonik/-/cartonik-0.6.0.tgz",
"integrity": "sha512-p8Y9OvR/tTKm82juUVDRs0dEeN7yHt0Wrh+J81aDuBkbFTPPDxIlWm+hsDr+kLnta67zCfTtJYQJjeHEgCfbSg==",
"requires": { "requires": {
"@carto/mapnik": "^3.6.2-carto.15", "@carto/mapnik": "^3.6.2-carto.15",
"@mapbox/sphericalmercator": "^1.1.0", "@mapbox/sphericalmercator": "^1.1.0",
@ -4121,10 +4122,11 @@
"integrity": "sha1-tDFbtCFKPXBY6+7okuE/ok2YsHU=" "integrity": "sha1-tDFbtCFKPXBY6+7okuE/ok2YsHU="
}, },
"windshaft": { "windshaft": {
"version": "github:cartodb/windshaft#ff176e1ab4a094ea4f786cca1c78f2c5e3481e8a", "version": "5.3.0",
"from": "github:cartodb/windshaft#abaculus-cartofy", "resolved": "https://registry.npmjs.org/windshaft/-/windshaft-5.3.0.tgz",
"integrity": "sha512-tirrSpUXJ3vJ3Es95yDq0DzEkb2M0ueNIPIONqCwjyCEikjvFRbu9N+j1pcJAhFiitbdG36rUZftO++vPCMiiQ==",
"requires": { "requires": {
"@carto/cartonik": "github:cartodb/cartonik#master", "@carto/cartonik": "^0.6.0",
"@carto/mapnik": "3.6.2-carto.15", "@carto/mapnik": "3.6.2-carto.15",
"canvas": "^2.4.1", "canvas": "^2.4.1",
"carto": "github:cartodb/carto#0.15.1-cdb5", "carto": "github:cartodb/carto#0.15.1-cdb5",

View File

@ -49,7 +49,7 @@
"step-profiler": "0.3.0", "step-profiler": "0.3.0",
"turbo-carto": "0.21.0", "turbo-carto": "0.21.0",
"underscore": "1.6.0", "underscore": "1.6.0",
"windshaft": "github:cartodb/windshaft#abaculus-cartofy", "windshaft": "^5.3.0",
"yargs": "11.1.0" "yargs": "11.1.0"
}, },
"devDependencies": { "devDependencies": {