Update canvas

This commit is contained in:
Daniel García Aubert 2018-10-29 17:23:59 +01:00
parent 397dec86b1
commit 3f71d1e40c

View File

@ -33,16 +33,16 @@
"devDependencies": { "devDependencies": {
"@carto/mapnik": "^3.6.2-carto.11", "@carto/mapnik": "^3.6.2-carto.11",
"browserify": "~7.0.0", "browserify": "~7.0.0",
"canvas": "~1.2.1", "canvas": "^2.0.1",
"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.5",
"qunitjs": "1.x", "qunitjs": "1.x",
"request": "~2.53.0", "request": "~2.53.0",
"sinon": "~1.15.4",
"uglify-js": "1.3.3", "uglify-js": "1.3.3",
"underscore": "1.8.3", "underscore": "1.8.3"
"sinon": "~1.15.4"
}, },
"scripts": { "scripts": {
"test": "make test-all", "test": "make test-all",