|
1 | 1 | { |
2 | 2 | "name": "ol-cesium", |
3 | | - "version": "2.12.1", |
| 3 | + "version": "2.13.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", |
7 | 7 | "build-library": "cross-env NODE_ENV=production TARGET=library webpack --progress --bail", |
8 | 8 | "build-library-debug": "cross-env NODE_ENV=development TARGET=library webpack --progress --bail", |
9 | 9 | "build-umd": "cross-env NODE_ENV=production TARGET=umd webpack --progress --bail", |
10 | | - "start": "cross-env DEV_SERVER=1 NODE_ENV=development TARGET=examples webpack-dev-server --port 3000 --progress --watch --bail --debug", |
| 10 | + "start": "cross-env DEV_SERVER=1 NODE_ENV=development TARGET=examples webpack serve --port 3000 --progress --bail", |
11 | 11 | "typecheck": "tsc --pretty", |
12 | 12 | "doc": "typedoc --name ol-cesium --excludeExternals --out dist/apidoc --entryPoints src/index.library.js --tsconfig ./tsconfig.json" |
13 | 13 | }, |
|
26 | 26 | "cesium": ">= 1.62.0" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@babel/core": "7.12.10", |
30 | | - "@babel/preset-env": "7.12.11", |
31 | | - "@mapbox/geojsonhint": "3.0.0", |
| 29 | + "@babel/core": "^7.14.3", |
| 30 | + "@babel/preset-env": "^7.14.2", |
| 31 | + "@mapbox/geojsonhint": "^3.0.1", |
| 32 | + "@types/webpack": "^5.28.0", |
32 | 33 | "babel-loader": "8.2.2", |
33 | | - "cesium": "1.77.0", |
34 | | - "copy-webpack-plugin": "6.2.1", |
| 34 | + "cesium": "^1.81.0", |
| 35 | + "copy-webpack-plugin": "^8.1.1", |
35 | 36 | "cross-env": "7.0.3", |
36 | | - "eslint": "7.18.0", |
| 37 | + "eslint": "^7.26.0", |
37 | 38 | "eslint-config-openlayers": "12.0.0", |
38 | | - "eslint-import-resolver-webpack": "0.13.0", |
| 39 | + "eslint-import-resolver-webpack": "^0.13.1", |
39 | 40 | "fast-glob": "3.2.5", |
40 | | - "fs-extra": "9.0.1", |
41 | | - "html-loader": "1.3.2", |
42 | | - "html-webpack-plugin": "4.5.1", |
43 | | - "htmlparser2": "6.0.0", |
44 | | - "jsdoc": "3.6.6", |
| 41 | + "fs-extra": "^10.0.0", |
| 42 | + "html-loader": "^2.1.2", |
| 43 | + "html-webpack-plugin": "^5.3.1", |
| 44 | + "htmlparser2": "^6.1.0", |
| 45 | + "jsdoc": "^3.6.7", |
45 | 46 | "nomnom": "1.8.1", |
46 | 47 | "ol": "6.5.0", |
47 | | - "proj4": "2.7.0", |
| 48 | + "proj4": "^2.7.2", |
48 | 49 | "temp": "0.9.4", |
49 | | - "typedoc": "0.20.16", |
50 | | - "typescript": "4.1.3", |
51 | | - "webpack": "4.44.2", |
52 | | - "webpack-cli": "3.3.12", |
| 50 | + "typedoc": "^0.20.36", |
| 51 | + "typescript": "^4.2.4", |
| 52 | + "webpack": "^5.37.1", |
| 53 | + "webpack-cli": "^4.7.0", |
53 | 54 | "webpack-dev-server": "3.11.2", |
54 | 55 | "webpack-merge": "5.7.3" |
55 | 56 | } |
|
0 commit comments