Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 184d8a4

Browse files
gautamkrishnarFabian Wiles
authored andcommitted
chore: update to Angular 7.1.4 (#661)
* updating to Angular 7.1.4 * updating build and angular-cli * updating yarn.lock
1 parent 32fe911 commit 184d8a4

File tree

2 files changed

+1340
-915
lines changed

2 files changed

+1340
-915
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,36 +31,36 @@
3131
"pre-commit": [],
3232
"private": true,
3333
"dependencies": {
34-
"@angular/animations": "^6.0.0",
35-
"@angular/common": "^6.0.0",
36-
"@angular/compiler": "^6.0.0",
37-
"@angular/core": "^6.0.0",
38-
"@angular/forms": "^6.0.0",
39-
"@angular/http": "^6.0.0",
40-
"@angular/platform-browser": "^6.0.0",
41-
"@angular/platform-browser-dynamic": "^6.0.0",
42-
"@angular/platform-server": "^6.0.0",
43-
"@angular/router": "^6.0.0",
34+
"@angular/animations": "7.1.4",
35+
"@angular/common": "7.1.4",
36+
"@angular/compiler": "7.1.4",
37+
"@angular/core": "7.1.4",
38+
"@angular/forms": "7.1.4",
39+
"@angular/http": "7.1.4",
40+
"@angular/platform-browser": "7.1.4",
41+
"@angular/platform-browser-dynamic": "7.1.4",
42+
"@angular/platform-server": "7.1.4",
43+
"@angular/router": "7.1.4",
4444
"@nguniversal/common": "^6.0.0",
4545
"@nguniversal/express-engine": "^6.0.0",
4646
"@nguniversal/module-map-ngfactory-loader": "^6.0.0",
4747
"core-js": "^2.4.1",
4848
"express": "^4.15.2",
4949
"reflect-metadata": "^0.1.10",
50-
"rxjs": "^6.2.2",
50+
"rxjs": "6.3.3",
5151
"zone.js": "^0.8.26"
5252
},
5353
"devDependencies": {
54-
"@angular-devkit/build-angular": "0.6.0",
55-
"@angular/cli": "6.0.0",
56-
"@angular/compiler-cli": "^6.0.0",
57-
"@angular/language-service": "^6.0.0",
54+
"@angular-devkit/build-angular": "0.11.4",
55+
"@angular/cli": "7.1.4",
56+
"@angular/compiler-cli": "7.1.4",
57+
"@angular/language-service": "7.1.4",
5858
"@types/node": "^8.0.30",
5959
"codelyzer": "^4.0.2",
6060
"http-server": "^0.10.0",
6161
"pre-commit": "^1.2.2",
6262
"ts-loader": "^4.2.0",
6363
"tslint": "^5.7.0",
64-
"typescript": "~2.7.2"
64+
"typescript": "3.1.6"
6565
}
6666
}

0 commit comments

Comments
 (0)