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

Commit 4f81316

Browse files
committed
course update to Angular v5
1 parent 1bd7f69 commit 4f81316

File tree

2 files changed

+2375
-1443
lines changed

2 files changed

+2375
-1443
lines changed

package.json

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,41 +14,44 @@
1414
},
1515
"private": true,
1616
"dependencies": {
17-
"@angular/common": "^4.0.0",
18-
"@angular/compiler": "^4.0.0",
19-
"@angular/core": "^4.0.0",
20-
"@angular/forms": "^4.0.0",
21-
"@angular/http": "^4.0.0",
22-
"@angular/platform-browser": "^4.0.0",
23-
"@angular/platform-browser-dynamic": "^4.0.0",
24-
"@angular/router": "^4.0.0",
17+
"@angular/animations": "^5.0.0",
18+
"@angular/common": "^5.0.0",
19+
"@angular/compiler": "^5.0.0",
20+
"@angular/core": "^5.0.0",
21+
"@angular/forms": "^5.0.0",
22+
"@angular/http": "^5.0.0",
23+
"@angular/platform-browser": "^5.0.0",
24+
"@angular/platform-browser-dynamic": "^5.0.0",
25+
"@angular/router": "^5.0.0",
26+
"core-js": "^2.4.1",
27+
"rxjs": "^5.5.2",
28+
"zone.js": "^0.8.14",
2529
"@types/lodash": "^4.14.36",
2630
"@types/request": "0.0.30",
2731
"angularfire2": "^4.0.0-rc.0",
28-
"core-js": "^2.4.1",
2932
"firebase": "^3.7.4",
3033
"firebase-queue": "^1.5.0",
31-
"lodash": "^4.15.0",
32-
"rxjs": "^5.1.0",
33-
"zone.js": "^0.8.4"
34+
"lodash": "^4.15.0"
3435
},
3536
"devDependencies": {
36-
"@angular/cli": "1.0.0",
37-
"@angular/compiler-cli": "^4.0.0",
38-
"@types/jasmine": "2.5.38",
37+
"@angular/cli": "1.5.0",
38+
"@angular/compiler-cli": "^5.0.0",
39+
"@angular/language-service": "^5.0.0",
40+
"@types/jasmine": "~2.5.53",
41+
"@types/jasminewd2": "~2.0.2",
3942
"@types/node": "~6.0.60",
40-
"codelyzer": "~2.0.0",
41-
"jasmine-core": "~2.5.2",
42-
"jasmine-spec-reporter": "~3.2.0",
43-
"karma": "~1.4.1",
44-
"karma-chrome-launcher": "~2.0.0",
43+
"codelyzer": "~3.2.0",
44+
"jasmine-core": "~2.6.2",
45+
"jasmine-spec-reporter": "~4.1.0",
46+
"karma": "~1.7.0",
47+
"karma-chrome-launcher": "~2.1.1",
4548
"karma-cli": "~1.0.1",
46-
"karma-coverage-istanbul-reporter": "^0.2.0",
49+
"karma-coverage-istanbul-reporter": "^1.2.1",
4750
"karma-jasmine": "~1.1.0",
4851
"karma-jasmine-html-reporter": "^0.2.2",
49-
"protractor": "~5.1.0",
50-
"ts-node": "~2.0.0",
51-
"tslint": "~4.5.0",
52-
"typescript": "~2.2.0"
52+
"protractor": "~5.1.2",
53+
"ts-node": "~3.2.0",
54+
"tslint": "~5.7.0",
55+
"typescript": "~2.4.2"
5356
}
5457
}

0 commit comments

Comments
 (0)