Skip to content

Commit 0cc2be0

Browse files
author
Dave Syer
committed
Upgrade to Angular 5
1 parent 0ec4b2a commit 0cc2be0

File tree

2 files changed

+108
-71
lines changed

2 files changed

+108
-71
lines changed

package-lock.json

Lines changed: 95 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,26 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular/animations": "^4.2.4",
16-
"@angular/common": "^4.2.4",
17-
"@angular/compiler": "^4.2.4",
18-
"@angular/core": "^4.2.4",
19-
"@angular/forms": "^4.2.4",
20-
"@angular/http": "^4.2.4",
21-
"@angular/platform-browser": "^4.2.4",
22-
"@angular/platform-browser-dynamic": "^4.2.4",
23-
"@angular/router": "^4.2.4",
15+
"@angular/animations": "^5.2.11",
16+
"@angular/common": "^5.2.11",
17+
"@angular/compiler": "^5.2.11",
18+
"@angular/core": "^5.2.11",
19+
"@angular/forms": "^5.2.11",
20+
"@angular/http": "^5.2.11",
21+
"@angular/platform-browser": "^5.2.11",
22+
"@angular/platform-browser-dynamic": "^5.2.11",
23+
"@angular/platform-server": "^5.2.11",
24+
"@angular/router": "^5.2.11",
2425
"bootstrap": "^3.3.7",
2526
"core-js": "^2.4.1",
2627
"grpcc": "^1.1.1",
2728
"jquery": "^3.2.1",
28-
"rxjs": "^5.4.2",
29+
"rxjs": "^5.5.11",
2930
"zone.js": "^0.8.14"
3031
},
3132
"devDependencies": {
3233
"@angular/cli": "1.5.3",
33-
"@angular/compiler-cli": "^4.2.4",
34+
"@angular/compiler-cli": "^5.2.11",
3435
"@angular/language-service": "^4.2.4",
3536
"@types/jasmine": "~2.5.53",
3637
"@types/jasminewd2": "~2.0.2",
@@ -47,6 +48,6 @@
4748
"protractor": "~5.1.2",
4849
"ts-node": "~3.2.0",
4950
"tslint": "~5.7.0",
50-
"typescript": "~2.3.3"
51+
"typescript": "^2.4.2"
5152
}
5253
}

0 commit comments

Comments
 (0)