|
1 | 1 | { |
2 | 2 | "name": "ol-cesium", |
3 | | - "version": "2.8.0", |
| 3 | + "version": "2.9.0", |
4 | 4 | "description": "OpenLayers Cesium integration library", |
5 | 5 | "scripts": { |
6 | 6 | "build-examples": "cross-env NODE_ENV=production TARGET=examples webpack --progress --bail", |
|
22 | 22 | "url": "https://github.com/openlayers/ol-cesium/issues" |
23 | 23 | }, |
24 | 24 | "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", |
28 | 28 | "@mapbox/geojsonhint": "2.0.1", |
29 | | - "@types/cesium": "^1.54.1", |
| 29 | + "@types/cesium": "^1.54.2", |
30 | 30 | "babel-loader": "^8.0.5", |
31 | 31 | "copy-webpack-plugin": "^5.0.1", |
32 | 32 | "cross-env": "5.2.0", |
33 | | - "eslint": "^5.15.1", |
| 33 | + "eslint": "^5.16.0", |
34 | 34 | "eslint-config-openlayers": "11.0.0", |
35 | 35 | "eslint-import-resolver-webpack": "^0.11.0", |
36 | 36 | "fs-extra": "7.0.1", |
|
44 | 44 | "proj4": "2.5.0", |
45 | 45 | "temp": "^0.9.0", |
46 | 46 | "typedoc": "^0.14.2", |
47 | | - "typescript": "^3.3.3333", |
| 47 | + "typescript": "^3.4.1", |
48 | 48 | "webpack": "^4.29.6", |
49 | | - "webpack-cli": "^3.2.3", |
| 49 | + "webpack-cli": "^3.3.0", |
50 | 50 | "webpack-dev-server": "^3.2.1", |
51 | 51 | "webpack-merge": "^4.2.1" |
52 | 52 | } |
|
0 commit comments