Skip to content

Commit

Permalink
Update dependencies and sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Oct 9, 2019
1 parent 5bc8411 commit 1a85de8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion example/data/tilejson.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sources": {
"tilejson": {
"type": "raster",
"url": "https://api.tiles.mapbox.com/v3/mapbox.geography-class.json?secure"
"url": "https://a.tiles.mapbox.com/v3/aj.1x1-degrees.json"
}
},
"layers": [
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@
"test": "npm run karma -- --single-run --log-level error"
},
"dependencies": {
"@mapbox/mapbox-gl-style-spec": "^13.6.0",
"mapbox-to-css-font": "^2.3.0",
"@mapbox/mapbox-gl-style-spec": "^13.9.0",
"mapbox-to-css-font": "^2.4.0",
"webfont-matcher": "^1.1.0"
},
"peerDependencies": {
"ol": "^6.0.0-beta.7"
"ol": "^6.1.0"
},
"devDependencies": {
"@types/node": "^12.0.8",
"babel-loader": "^8.0.5",
"buble": "^0.19.6",
"@types/node": "^12.7.12",
"babel-loader": "^8.0.6",
"buble": "^0.19.8",
"buble-loader": "^0.5.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"deep-freeze": "0.0.1",
"documentation": "^11.0.1",
"eslint": "^5.13.0",
"eslint": "^5.16.0",
"eslint-config-openlayers": "^11.0.0",
"html-webpack-plugin": "^3.2.0",
"karma": "^4.0.1",
"karma": "^4.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
Expand All @@ -56,14 +56,14 @@
"mapbox-gl-styles": "^2.0.2",
"mini-css-extract-plugin": "^0.4.5",
"mocha": "^5.2.0",
"ol": "^6.0.0-beta.8",
"puppeteer": "^1.12.2",
"ol": "^6.0.1",
"puppeteer": "^1.20.0",
"should": "^13.2.3",
"sinon": "^7.2.3",
"sinon": "^7.5.0",
"style-loader": "^0.23.1",
"typescript": "^3.5.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
"typescript": "^3.6.3",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
}
}

0 comments on commit 1a85de8

Please sign in to comment.