chore(package): update dependencies

https://greenkeeper.io/
This commit is contained in:
greenkeeper[bot]
2017-01-31 13:53:48 +00:00
committed by Frederic Junod
parent f0457bf075
commit 7a9c799c8f
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -31,13 +31,13 @@
], ],
"dependencies": { "dependencies": {
"async": "2.1.4", "async": "2.1.4",
"browserify": "13.1.1", "browserify": "14.0.0",
"closure-util": "1.17.0", "closure-util": "1.17.0",
"derequire": "2.0.6", "derequire": "2.0.6",
"fs-extra": "1.0.0", "fs-extra": "2.0.0",
"glob": "7.1.1", "glob": "7.1.1",
"handlebars": "4.0.6", "handlebars": "4.0.6",
"jsdoc": "3.4.2", "jsdoc": "3.4.3",
"marked": "0.3.6", "marked": "0.3.6",
"metalsmith": "2.3.0", "metalsmith": "2.3.0",
"metalsmith-layouts": "1.7.0", "metalsmith-layouts": "1.7.0",
@@ -50,11 +50,11 @@
"walk": "2.3.9" "walk": "2.3.9"
}, },
"devDependencies": { "devDependencies": {
"clean-css": "3.4.23", "clean-css-cli": "4.0.0",
"coveralls": "2.11.15", "coveralls": "2.11.15",
"debounce": "^1.0.0", "debounce": "^1.0.0",
"eslint": "3.12.1", "eslint": "3.14.1",
"eslint-config-openlayers": "6.0.0", "eslint-config-openlayers": "7.0.0",
"eslint-plugin-openlayers-internal": "^3.1.0", "eslint-plugin-openlayers-internal": "^3.1.0",
"expect.js": "0.3.1", "expect.js": "0.3.1",
"gaze": "^1.0.0", "gaze": "^1.0.0",
@@ -64,9 +64,9 @@
"mocha-phantomjs-core": "^2.1.0", "mocha-phantomjs-core": "^2.1.0",
"mustache": "2.3.0", "mustache": "2.3.0",
"phantomjs-prebuilt": "2.1.14", "phantomjs-prebuilt": "2.1.14",
"proj4": "2.3.15", "proj4": "2.3.17",
"resemblejs": "2.2.3", "resemblejs": "2.2.3",
"serve-files": "1.0.0", "serve-files": "1.0.1",
"sinon": "1.17.7", "sinon": "1.17.7",
"slimerjs": "0.906.2" "slimerjs": "0.906.2"
}, },
+1 -1
View File
@@ -147,7 +147,7 @@ describe('ol.source.TileImage', function() {
var source = createSource(); var source = createSource();
source.setTileGridForProjection(proj, source.setTileGridForProjection(proj,
ol.tilegrid.createXYZ({ ol.tilegrid.createXYZ({
extent: [-180, -90, 180, 90], extent: [-180, -89.99, 180, 89.99],
tileSize: [2, 2] tileSize: [2, 2]
})); }));
var tile = source.getTile(0, 0, -1, 1, proj); var tile = source.getTile(0, 0, -1, 1, proj);