Update devel deps

This commit is contained in:
Daniel García Aubert 2019-01-21 16:49:05 +01:00
parent a06871eb42
commit ca8634530e
3 changed files with 409 additions and 715 deletions

1095
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,16 +32,16 @@
}, },
"devDependencies": { "devDependencies": {
"@carto/mapnik": "^3.6.2-carto.11", "@carto/mapnik": "^3.6.2-carto.11",
"browserify": "~7.0.0", "browserify": "^16.2.3",
"canvas": "^1.6.9", "canvas": "^1.6.9",
"leaflet": "1.0.3", "leaflet": "1.0.3",
"node-qunit-phantomjs": "1.6.0", "node-qunit-phantomjs": "1.6.0",
"phantomjs-polyfill": "0.0.2", "phantomjs-polyfill": "0.0.2",
"qunit": "~0.7.5", "qunit": "~0.7.7",
"qunitjs": "1.x", "qunitjs": "1.x",
"request": "^2.88.0", "request": "^2.88.0",
"sinon": "~1.15.4", "sinon": "~1.15.4",
"uglify-js": "1.3.3", "uglify-js": "^3.4.9",
"underscore": "1.8.3" "underscore": "1.8.3"
}, },
"scripts": { "scripts": {

View File

@ -19,4 +19,3 @@ test('reference test with canvas', function() {
equal(imageDiff, 0); equal(imageDiff, 0);
}); });