|
37 | 37 | "node": ">=8"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@angular/animations": "7.2.1", |
41 |
| - "@angular/cli": "7.2.2", |
42 |
| - "@angular/common": "7.2.1", |
43 |
| - "@angular/compiler": "7.2.1", |
44 |
| - "@angular/compiler-cli": "7.2.1", |
45 |
| - "@angular/core": "7.2.1", |
46 |
| - "@angular/forms": "7.2.1", |
47 |
| - "@angular/platform-browser": "7.2.1", |
48 |
| - "@angular/platform-browser-dynamic": "7.2.1", |
49 |
| - "@angular/router": "7.2.1", |
50 |
| - "@commitlint/cli": "7.0.0", |
51 |
| - "@commitlint/config-conventional": "7.0.1", |
52 |
| - "@commitlint/prompt-cli": "7.0.0", |
53 |
| - "@types/jest": "23.1.6", |
54 |
| - "@types/webpack-env": "1.13.6", |
55 |
| - "babel-core": "6.26.3", |
56 |
| - "babel-jest": "23.4.2", |
57 |
| - "codelyzer": "4.5.0", |
58 |
| - "husky": "1.1.3", |
59 |
| - "immutable": "3.8.1", |
60 |
| - "jest": "23.4.1", |
61 |
| - "jest-junit": "5.1.0", |
62 |
| - "jest-preset-angular": "6.0.0", |
63 |
| - "jest-zone-patch": "0.0.8", |
64 |
| - "lerna": "3.4.3", |
65 |
| - "lint-staged": "7.2.0", |
66 |
| - "ng-packagr": "4.5.0", |
67 |
| - "npm-run-all": "4.1.3", |
68 |
| - "prettier": "1.13.7", |
69 |
| - "redux": "4.0.0", |
70 |
| - "redux-logger": "2.10.2", |
71 |
| - "rimraf": "2.6.2", |
72 |
| - "rxjs": "6.3.3", |
73 |
| - "tsickle": "0.34.0", |
74 |
| - "tslib": "1.9.3", |
75 |
| - "tslint": "5.11.0", |
76 |
| - "typescript": "3.2.2", |
77 |
| - "zone.js": "0.8.26" |
| 40 | + "@angular/animations": "^7.0.0", |
| 41 | + "@angular/common": "^7.0.0", |
| 42 | + "@angular/compiler": "^7.0.0", |
| 43 | + "@angular/compiler-cli": "^7.0.0", |
| 44 | + "@angular/core": "^7.0.0", |
| 45 | + "@angular/forms": "^7.0.0", |
| 46 | + "@angular/platform-browser": "^7.0.0", |
| 47 | + "@angular/platform-browser-dynamic": "^7.0.0", |
| 48 | + "@angular/router": "^7.0.0", |
| 49 | + "@babel/core": "^7.0.0-0", |
| 50 | + "@babel/types": "^7.2.2", |
| 51 | + "@commitlint/cli": "^7.3.2", |
| 52 | + "@commitlint/config-conventional": "^7.3.1", |
| 53 | + "@commitlint/prompt-cli": "^7.3.1", |
| 54 | + "@types/jest": "^23.1.13", |
| 55 | + "babel-core": "^7.0.0-0", |
| 56 | + "babel-jest": "^23.0.0", |
| 57 | + "codelyzer": "^4.5.0", |
| 58 | + "husky": "^1.3.1", |
| 59 | + "jest": "^23.6.0", |
| 60 | + "jest-junit": "^6.0.1", |
| 61 | + "jest-preset-angular": "^6.0.2", |
| 62 | + "jest-zone-patch": "^0.0.10", |
| 63 | + "lerna": "^3.10.6", |
| 64 | + "lint-staged": "^8.1.0", |
| 65 | + "ng-packagr": "^4.6.0", |
| 66 | + "npm-run-all": "^4.1.3", |
| 67 | + "prettier": "~1.15.3", |
| 68 | + "redux": "^4.0.0", |
| 69 | + "rimraf": "^2.6.2", |
| 70 | + "rxjs": "^6.0.0", |
| 71 | + "tsickle": "^0.34.0", |
| 72 | + "tslib": "^1.9.0", |
| 73 | + "tslint": "^5.12.1", |
| 74 | + "typescript": "~3.2.0", |
| 75 | + "zone.js": "~0.8.26" |
78 | 76 | }
|
79 | 77 | }
|
0 commit comments