|
1 | 1 | {
|
2 | 2 | "name": "angular-cesium",
|
3 |
| - "version": "0.0.47", |
| 3 | + "version": "0.0.48", |
4 | 4 | "license": "MIT",
|
5 | 5 | "description": "Angular library for working with Cesium.",
|
6 | 6 | "repository": "https://github.com/TGFTech/angular-cesium",
|
|
32 | 32 | "gh-pages": "gh-pages -d docs -b gh-pages",
|
33 | 33 | "docs:push": "npm run compile-docs && npm run gh-pages && rimraf docs",
|
34 | 34 | "heroku-postbuild": "npm run build-demo",
|
35 |
| - "prepublishOnly": "npm run bundle" |
| 35 | + "prepublishOnly": "npm run bundle", |
| 36 | + "postpublish": "npm run docs:push" |
36 | 37 | },
|
37 | 38 | "peerDependencies": {
|
38 |
| - "@angular/common": "^4.2.6", |
39 |
| - "@angular/core": "^4.2.6" |
| 39 | + "@angular/common": "^4.2.6 || ^5.0.0", |
| 40 | + "@angular/core": "^4.2.6 || ^5.0.0" |
40 | 41 | },
|
41 | 42 | "devDependencies": {
|
42 |
| - "@angular/animations": "^4.3.2", |
43 |
| - "@angular/cdk": "^2.0.0-beta.8", |
44 |
| - "@angular/common": "^4.3.2", |
45 |
| - "@angular/compiler": "^4.3.2", |
46 |
| - "@angular/compiler-cli": "^4.3.2", |
47 |
| - "@angular/core": "^4.3.2", |
48 |
| - "@angular/forms": "^4.3.2", |
49 |
| - "@angular/http": "^4.3.2", |
50 |
| - "@angular/material": "2.0.0-beta.12", |
51 |
| - "@angular/platform-browser": "^4.3.2", |
52 |
| - "@angular/platform-browser-dynamic": "^4.3.2", |
| 43 | + "@angular/animations": "5.1.0", |
| 44 | + "@angular/cdk": "5.0.1", |
| 45 | + "@angular/common": "5.1.0", |
| 46 | + "@angular/compiler": "5.1.0", |
| 47 | + "@angular/compiler-cli": "5.1.2", |
| 48 | + "@angular/core": "5.1.0", |
| 49 | + "@angular/forms": "5.1.0", |
| 50 | + "@angular/http": "5.1.0", |
| 51 | + "@angular/material": "5.0.1", |
| 52 | + "@angular/platform-browser": "5.1.0", |
| 53 | + "@angular/platform-browser-dynamic": "5.1.0", |
53 | 54 | "@compodoc/compodoc": "^1.0.0-beta.14",
|
54 | 55 | "@types/body-parser": "^1.16.3",
|
55 | 56 | "@types/cors": "^2.8.3",
|
|
119 | 120 | "rollup-plugin-node-resolve": "^3.0.0",
|
120 | 121 | "rollup-plugin-uglify": "^1.0.1",
|
121 | 122 | "run-sequence": "^1.2.1",
|
122 |
| - "rxjs": "^5.4.2", |
| 123 | + "rxjs": "^5.5.5", |
123 | 124 | "script-loader": "^0.7.0",
|
124 | 125 | "socket.io": "^2.0.1",
|
125 | 126 | "socket.io-client": "^2.0.1",
|
|
128 | 129 | "ts-mockito": "^2.0.2",
|
129 | 130 | "ts-node": "^3.3.0",
|
130 | 131 | "tslint": "^5.5.0",
|
131 |
| - "typescript": "^2.4.2", |
| 132 | + "typescript": "2.5.1", |
132 | 133 | "webpack": "2.2.1",
|
133 | 134 | "webpack-dev-server": "2.4.1",
|
134 | 135 | "webpack-merge": "^3.0.0",
|
135 | 136 | "webpack-node-externals": "^1.5.4",
|
136 |
| - "zone.js": "^0.8.4" |
| 137 | + "zone.js": "0.8.18" |
137 | 138 | },
|
138 | 139 | "dependencies": {
|
139 | 140 | "@types/geodesy": "^1.1.2",
|
|
147 | 148 | "heatmap.js": "^2.0.5"
|
148 | 149 | }
|
149 | 150 | }
|
150 |
| - |
0 commit comments