Use released version of Windhshaft

remotes/origin/fix-circle-ci-issue
Daniel García Aubert 6 years ago
parent dae33bab5e
commit ef1bd7502f

13
package-lock.json generated

@ -3985,9 +3985,9 @@
}
},
"torque.js": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/torque.js/-/torque.js-3.0.0.tgz",
"integrity": "sha512-xwxRaf3ftq25BoMySqFMB3aHlhC3o0Xj02peILusijFWJzg+ewd7m+9XxAUBbROC11ZUjW7K5d2bZ48j4RmiTQ==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/torque.js/-/torque.js-3.1.0.tgz",
"integrity": "sha512-xX0BVo/gAy5A2Qx17dbgzjB2cnzuSDwzohdT1hGaKbG0jveL3sKgKE5VyzlN1/l4hP3p6f/m20HvZo3waIawCQ==",
"requires": {
"carto": "github:cartodb/carto#85881d99dd7fcf2c4e16478b04db67108d27a50c",
"d3": "3.5.17",
@ -4186,8 +4186,9 @@
"integrity": "sha1-tDFbtCFKPXBY6+7okuE/ok2YsHU="
},
"windshaft": {
"version": "github:cartodb/windshaft#b483d1c12642313dbb0646ddbaa0212c60dfc282",
"from": "github:cartodb/windshaft#update-node-canvas",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/windshaft/-/windshaft-5.1.0.tgz",
"integrity": "sha512-MCLZLsktgQi3nSR+hreyTAnYbkhZ4y7HHQToJXXCswrziF2qBV4CCdOXSU+pfIfGv8We52BipvG8odC5erWvGw==",
"requires": {
"@carto/mapnik": "3.6.2-carto.11",
"@carto/tilelive-bridge": "github:cartodb/tilelive-bridge#8ce03ffd995cf0986b9d6ee7ffbbf310908625c9",
@ -4205,7 +4206,7 @@
"sphericalmercator": "1.0.5",
"tilelive": "5.12.3",
"tilelive-mapnik": "github:cartodb/tilelive-mapnik#3f2021f6c5fd720bf09114ed4e012579564723c0",
"torque.js": "^3.0.0",
"torque.js": "^3.1.0",
"underscore": "1.6.0"
}
},

@ -49,7 +49,7 @@
"step-profiler": "0.3.0",
"turbo-carto": "0.21.0",
"underscore": "1.6.0",
"windshaft": "github:cartodb/windshaft#update-node-canvas",
"windshaft": "^5.1.0",
"yargs": "11.1.0"
},
"devDependencies": {

Loading…
Cancel
Save