Skip to content

Commit 642e1e2

Browse files
authored
Merge pull request #701 from openlayers/port_to_cesium_1.56
Port to Cesium 1.56
2 parents b78d0fe + cf18843 commit 642e1e2

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
# v 2.9 - 2019-04-05
4+
5+
* Changes
6+
* Port to Cesium 1.56.1.
7+
38
# v 2.8 - 2019-03-13
49

510
* Changes

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ol-cesium",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "OpenLayers Cesium integration library",
55
"scripts": {
66
"build-examples": "cross-env NODE_ENV=production TARGET=examples webpack --progress --bail",
@@ -22,15 +22,15 @@
2222
"url": "https://github.com/openlayers/ol-cesium/issues"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.3.4",
26-
"@babel/preset-env": "^7.3.4",
27-
"@camptocamp/cesium": "1.55.0",
25+
"@babel/core": "^7.4.3",
26+
"@babel/preset-env": "^7.4.3",
27+
"@camptocamp/cesium": "^1.56.1",
2828
"@mapbox/geojsonhint": "2.0.1",
29-
"@types/cesium": "^1.54.1",
29+
"@types/cesium": "^1.54.2",
3030
"babel-loader": "^8.0.5",
3131
"copy-webpack-plugin": "^5.0.1",
3232
"cross-env": "5.2.0",
33-
"eslint": "^5.15.1",
33+
"eslint": "^5.16.0",
3434
"eslint-config-openlayers": "11.0.0",
3535
"eslint-import-resolver-webpack": "^0.11.0",
3636
"fs-extra": "7.0.1",
@@ -44,9 +44,9 @@
4444
"proj4": "2.5.0",
4545
"temp": "^0.9.0",
4646
"typedoc": "^0.14.2",
47-
"typescript": "^3.3.3333",
47+
"typescript": "^3.4.1",
4848
"webpack": "^4.29.6",
49-
"webpack-cli": "^3.2.3",
49+
"webpack-cli": "^3.3.0",
5050
"webpack-dev-server": "^3.2.1",
5151
"webpack-merge": "^4.2.1"
5252
}

0 commit comments

Comments
 (0)