|
6 | 6 | "ng": "ng",
|
7 | 7 | "start": "ng serve",
|
8 | 8 | "build": "ng build --prod",
|
9 |
| - "release": "ng build --prod && rm -rf poker-release && mkdir poker-release && mv dist poker-release/poker && cp ../http-shared-storage/build/libs/http-shared-storage-1.0.jar poker-release && 7z a -tzip poker-release.zip poker-release", |
| 9 | + "release": "ng build --prod && rm -rf poker-release poker-release.zip && mkdir poker-release && mv dist poker-release/poker && cp ../http-shared-storage/build/libs/http-shared-storage-1.0.jar poker-release && 7z a -tzip poker-release.zip poker-release", |
10 | 10 | "test": "ng test",
|
11 | 11 | "lint": "ng lint",
|
12 | 12 | "e2e": "ng e2e"
|
13 | 13 | },
|
14 | 14 | "private": true,
|
15 | 15 | "dependencies": {
|
16 |
| - "@angular/animations": "^5.2.3", |
17 |
| - "@angular/common": "^5.2.3", |
18 |
| - "@angular/compiler": "^5.2.3", |
19 |
| - "@angular/core": "^5.2.3", |
20 |
| - "@angular/forms": "^5.2.3", |
21 |
| - "@angular/http": "^5.2.3", |
22 |
| - "@angular/platform-browser": "^5.2.3", |
23 |
| - "@angular/platform-browser-dynamic": "^5.2.3", |
24 |
| - "@angular/router": "^5.2.3", |
| 16 | + "@angular/animations": "^5.2.5", |
| 17 | + "@angular/common": "^5.2.5", |
| 18 | + "@angular/compiler": "^5.2.5", |
| 19 | + "@angular/core": "^5.2.5", |
| 20 | + "@angular/forms": "^5.2.5", |
| 21 | + "@angular/http": "^5.2.5", |
| 22 | + "@angular/platform-browser": "^5.2.5", |
| 23 | + "@angular/platform-browser-dynamic": "^5.2.5", |
| 24 | + "@angular/router": "^5.2.5", |
25 | 25 | "core-js": "^2.4.1",
|
26 | 26 | "rxjs": "^5.5.2",
|
27 | 27 | "ts-mockito": "^2.2.9",
|
28 | 28 | "zone.js": "^0.8.20"
|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 | 31 | "@angular/cli": "1.6.3",
|
32 |
| - "@angular/compiler-cli": "^5.2.3", |
33 |
| - "@angular/language-service": "^5.2.3", |
| 32 | + "@angular/compiler-cli": "^5.2.5", |
| 33 | + "@angular/language-service": "^5.2.5", |
34 | 34 | "@types/jasmine": "~2.5.53",
|
35 | 35 | "@types/jasminewd2": "~2.0.2",
|
36 |
| - "@types/node": "^6.0.96", |
| 36 | + "@types/node": "^6.0.101", |
37 | 37 | "codelyzer": "^4.1.0",
|
38 | 38 | "jasmine-core": "~2.6.2",
|
39 | 39 | "jasmine-spec-reporter": "~4.1.0",
|
|
0 commit comments