Merge pull request #6424 from openlayers/greenkeeper/initial

Update dependencies to enable Greenkeeper 🌴
This commit is contained in:
Frédéric Junod
2017-02-01 09:18:29 +01:00
committed by GitHub
3 changed files with 10 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
# OpenLayers
[![Travis CI Status](https://secure.travis-ci.org/openlayers/openlayers.svg)](http://travis-ci.org/#!/openlayers/openlayers)
[![Greenkeeper badge](https://badges.greenkeeper.io/openlayers/openlayers.svg)](https://greenkeeper.io/)
[![Coverage Status](https://coveralls.io/repos/github/openlayers/openlayers/badge.svg?branch=master)](https://coveralls.io/github/openlayers/openlayers?branch=master)
[![OSGeo Project](https://img.shields.io/badge/OSGeo-Project-brightgreen.svg)](http://osgeo.org/)

View File

@@ -31,13 +31,13 @@
],
"dependencies": {
"async": "2.1.4",
"browserify": "13.1.1",
"browserify": "14.0.0",
"closure-util": "1.17.0",
"derequire": "2.0.6",
"fs-extra": "1.0.0",
"fs-extra": "2.0.0",
"glob": "7.1.1",
"handlebars": "4.0.6",
"jsdoc": "3.4.2",
"jsdoc": "3.4.3",
"marked": "0.3.6",
"metalsmith": "2.3.0",
"metalsmith-layouts": "1.7.0",
@@ -50,11 +50,11 @@
"walk": "2.3.9"
},
"devDependencies": {
"clean-css": "3.4.23",
"clean-css-cli": "4.0.0",
"coveralls": "2.11.15",
"debounce": "^1.0.0",
"eslint": "3.12.1",
"eslint-config-openlayers": "6.0.0",
"eslint": "3.14.1",
"eslint-config-openlayers": "7.0.0",
"eslint-plugin-openlayers-internal": "^3.1.0",
"expect.js": "0.3.1",
"gaze": "^1.0.0",
@@ -64,9 +64,9 @@
"mocha-phantomjs-core": "^2.1.0",
"mustache": "2.3.0",
"phantomjs-prebuilt": "2.1.14",
"proj4": "2.3.15",
"proj4": "2.3.17",
"resemblejs": "2.2.3",
"serve-files": "1.0.0",
"serve-files": "1.0.1",
"sinon": "1.17.7",
"slimerjs": "0.906.2"
},

View File

@@ -147,7 +147,7 @@ describe('ol.source.TileImage', function() {
var source = createSource();
source.setTileGridForProjection(proj,
ol.tilegrid.createXYZ({
extent: [-180, -90, 180, 90],
extent: [-180, -89.99, 180, 89.99],
tileSize: [2, 2]
}));
var tile = source.getTile(0, 0, -1, 1, proj);