|
6 | 6 | "scripts": { |
7 | 7 | "ng": "ng", |
8 | 8 | "start": "ng serve", |
9 | | - "build": "ng build" |
| 9 | + "build": "ng build", |
| 10 | + "test": "ng test", |
| 11 | + "test:watch": "node --inspect node_modules/jest/bin/jest.js --watch --no-cache", |
| 12 | + "test:ci": "ng test --runInBand" |
10 | 13 | }, |
11 | 14 | "engines": { |
12 | 15 | "node": ">=6.9.5" |
|
15 | 18 | "@angular-redux/form": "latest", |
16 | 19 | "@angular-redux/router": "latest", |
17 | 20 | "@angular-redux/store": "latest", |
18 | | - "@angular/common": "^4.1.0", |
19 | | - "@angular/compiler": "^4.1.0", |
20 | | - "@angular/core": "^4.1.0", |
21 | | - "@angular/forms": "^4.1.0", |
22 | | - "@angular/http": "^4.1.0", |
23 | | - "@angular/platform-browser": "^4.1.0", |
24 | | - "@angular/platform-browser-dynamic": "^4.1.0", |
25 | | - "@angular/router": "^4.1.0", |
| 21 | + "@angular/animations": "7.1.4", |
| 22 | + "@angular/common": "^7.1.4", |
| 23 | + "@angular/compiler": "^7.1.4", |
| 24 | + "@angular/core": "^7.1.4", |
| 25 | + "@angular/forms": "^7.1.4", |
| 26 | + "@angular/http": "^7.1.4", |
| 27 | + "@angular/platform-browser": "^7.1.4", |
| 28 | + "@angular/platform-browser-dynamic": "^7.1.4", |
| 29 | + "@angular/router": "^7.1.4", |
26 | 30 | "core-js": "^2.4.1", |
27 | | - "flux-standard-action": "^1.2.0", |
28 | | - "ramda": "^0.23.0", |
29 | | - "redux": "^3.6.0", |
| 31 | + "flux-standard-action": "^2.0.3", |
| 32 | + "ramda": "^0.26.0", |
| 33 | + "redux": "^4.0.1", |
30 | 34 | "redux-logger": "^3.0.1", |
31 | | - "redux-observable": "^0.14.1", |
32 | | - "rxjs": "^5.3.0", |
| 35 | + "redux-observable": "^1.0.0", |
| 36 | + "rxjs": "^6.3.3", |
33 | 37 | "zone.js": "^0.8.9" |
34 | 38 | }, |
35 | 39 | "devDependencies": { |
36 | | - "@angular/cli": "1.7.3", |
37 | | - "@angular/compiler-cli": "^4.1.0", |
38 | | - "@types/node": "~6.0.71", |
| 40 | + "@angular-builders/jest": "^7.1.1", |
| 41 | + "@angular-devkit/build-angular": "^0.10.6", |
| 42 | + "@angular/cli": "^7.0.6", |
| 43 | + "@angular/compiler-cli": "^7.1.0", |
| 44 | + "@types/jest": "^23.3.9", |
| 45 | + "@types/node": "^10.12.10", |
| 46 | + "@types/ramda": "^0.24.18", |
39 | 47 | "@types/redux-logger": "^3.0.0", |
40 | | - "protractor": "~5.1.1", |
41 | | - "ts-node": "~3.0.2", |
42 | | - "typescript": "^2.4.1" |
| 48 | + "jest": "^23.6.0", |
| 49 | + "jest-junit": "5.2.0", |
| 50 | + "jest-preset-angular": "6.0.2", |
| 51 | + "protractor": "^5.4.1", |
| 52 | + "ts-node": "^7.0.1", |
| 53 | + "typescript": ">=3.1.1 < 3.2" |
43 | 54 | } |
44 | 55 | } |
0 commit comments