|
1 | 1 | {
|
2 | 2 | "name": "ol-cesium",
|
3 |
| - "version": "2.5.0", |
| 3 | + "version": "2.6.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",
|
|
20 | 20 | "url": "https://github.com/openlayers/ol-cesium/issues"
|
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "@babel/core": "7.1.0", |
24 |
| - "@babel/preset-env": "7.1.0", |
25 |
| - "@camptocamp/cesium": "1.51.0", |
| 23 | + "@babel/core": "7.2.0", |
| 24 | + "@babel/preset-env": "7.2.0", |
| 25 | + "@camptocamp/cesium": "1.52.0", |
26 | 26 | "@mapbox/geojsonhint": "2.0.1",
|
27 |
| - "babel-loader": "8.0.2", |
28 |
| - "copy-webpack-plugin": "4.5.2", |
| 27 | + "babel-loader": "8.0.4", |
| 28 | + "copy-webpack-plugin": "4.6.0", |
29 | 29 | "cross-env": "5.2.0",
|
30 |
| - "eslint": "5.6.0", |
| 30 | + "eslint": "5.9.0", |
31 | 31 | "eslint-config-openlayers": "11.0.0",
|
32 |
| - "eslint-import-resolver-webpack": "^0.10.1", |
33 |
| - "fs-extra": "7.0.0", |
| 32 | + "eslint-import-resolver-webpack": "0.10.1", |
| 33 | + "fs-extra": "7.0.1", |
34 | 34 | "html-loader": "0.5.5",
|
35 | 35 | "html-webpack-plugin": "3.2.0",
|
36 |
| - "htmlparser2": "3.9.2", |
| 36 | + "htmlparser2": "3.10.0", |
37 | 37 | "jsdoc": "3.5.5",
|
38 | 38 | "ls": "0.2.1",
|
39 | 39 | "nomnom": "1.8.1",
|
40 | 40 | "ol": "5.3.0",
|
41 |
| - "proj4": "2.4.4", |
| 41 | + "proj4": "2.5.0", |
42 | 42 | "temp": "0.8.3",
|
43 |
| - "webpack": "^4.26.0", |
44 |
| - "webpack-cli": "3.1.1", |
45 |
| - "webpack-dev-server": "3.1.9", |
| 43 | + "webpack": "4.27.1", |
| 44 | + "webpack-cli": "3.1.2", |
| 45 | + "webpack-dev-server": "3.1.10", |
46 | 46 | "webpack-merge": "4.1.4"
|
47 | 47 | }
|
48 | 48 | }
|
0 commit comments