Skip to content

Commit 9acb630

Browse files
authored
chore: update to 2.3.0 (angular#308)
chore: update to 2.3.0
1 parent 2867bc1 commit 9acb630

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.2.20"></a>
7+
# 0.2.20 (2016-12-07)
8+
* Update to Angular 2.3.0
9+
610
<a name="0.2.19"></a>
711
# 0.2.19 (2016-11-30)
812
* remove upgrade mappings from `systemjs.config.js` PR #301

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@
1717
"author": "",
1818
"license": "MIT",
1919
"dependencies": {
20-
"@angular/common": "~2.2.0",
21-
"@angular/compiler": "~2.2.0",
22-
"@angular/core": "~2.2.0",
23-
"@angular/forms": "~2.2.0",
24-
"@angular/http": "~2.2.0",
25-
"@angular/platform-browser": "~2.2.0",
26-
"@angular/platform-browser-dynamic": "~2.2.0",
27-
"@angular/router": "~3.2.0",
20+
"@angular/common": "~2.3.0",
21+
"@angular/compiler": "~2.3.0",
22+
"@angular/core": "~2.3.0",
23+
"@angular/forms": "~2.3.0",
24+
"@angular/http": "~2.3.0",
25+
"@angular/platform-browser": "~2.3.0",
26+
"@angular/platform-browser-dynamic": "~2.3.0",
27+
"@angular/router": "~3.3.0",
2828

29-
"angular-in-memory-web-api": "~0.1.15",
29+
"angular-in-memory-web-api": "~0.1.17",
3030
"systemjs": "0.19.40",
3131
"core-js": "^2.4.1",
3232
"reflect-metadata": "^0.1.8",
33-
"rxjs": "5.0.0-beta.12",
34-
"zone.js": "^0.6.26"
33+
"rxjs": "5.0.0-rc.4",
34+
"zone.js": "^0.7.2"
3535
},
3636
"devDependencies": {
3737
"concurrently": "^3.1.0",
3838
"lite-server": "^2.2.2",
39-
"typescript": "^2.0.10",
39+
"typescript": "~2.0.10",
4040

4141
"canonical-path": "0.0.2",
4242
"http-server": "^0.9.0",

0 commit comments

Comments
 (0)