Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit e7fd753

Browse files
authored
build: update to Angular 4 (angular#413)
1 parent eaf5386 commit e7fd753

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Upgraders: for a fresh start, consider running these commands
33
* `git clean -xdf`
44
* `npm install`
55

6+
<a name="0.4.0"></a>
7+
# 0.4.0 (2017-03-24)
8+
* Update to Angular 4.0.0
9+
610
<a name="0.3.0"></a>
711
# 0.3.0 (2017-03-22)
812
* Remove moduleId with a systemjs loader.

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@
2424
"author": "",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@angular/common": "~2.4.0",
28-
"@angular/compiler": "~2.4.0",
29-
"@angular/core": "~2.4.0",
30-
"@angular/forms": "~2.4.0",
31-
"@angular/http": "~2.4.0",
32-
"@angular/platform-browser": "~2.4.0",
33-
"@angular/platform-browser-dynamic": "~2.4.0",
34-
"@angular/router": "~3.4.0",
27+
"@angular/common": "~4.0.0",
28+
"@angular/compiler": "~4.0.0",
29+
"@angular/core": "~4.0.0",
30+
"@angular/forms": "~4.0.0",
31+
"@angular/http": "~4.0.0",
32+
"@angular/platform-browser": "~4.0.0",
33+
"@angular/platform-browser-dynamic": "~4.0.0",
34+
"@angular/router": "~4.0.0",
3535

36-
"angular-in-memory-web-api": "~0.2.4",
36+
"angular-in-memory-web-api": "~0.3.0",
3737
"systemjs": "0.19.40",
3838
"core-js": "^2.4.1",
3939
"rxjs": "5.0.1",
40-
"zone.js": "^0.7.4"
40+
"zone.js": "^0.8.4"
4141
},
4242
"devDependencies": {
4343
"concurrently": "^3.2.0",
4444
"lite-server": "^2.2.2",
45-
"typescript": "~2.0.10",
45+
"typescript": "~2.1.0",
4646

4747
"canonical-path": "0.0.2",
4848
"tslint": "^3.15.1",

0 commit comments

Comments
 (0)