Skip to content

Commit

Permalink
update(package.json): requires 2.4.0 or higher.
Browse files Browse the repository at this point in the history
* Angular 2.4.x contains template parser fixes for notations used.
  • Loading branch information
ThomasBurleson committed Dec 20, 2016
1 parent a53b495 commit 608c5c1
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 125 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"node": ">= 5.4.1 < 7"
},
"dependencies": {
"@angular/common": "~2.2.4",
"@angular/compiler": "~2.2.4",
"@angular/core": "~2.2.4",
"@angular/platform-browser": "~2.2.4",
"@angular/platform-browser-dynamic": "~2.2.4",
"@angular/common": "~2.4.0",
"@angular/compiler": "~2.4.0",
"@angular/core": "~2.4.0",
"@angular/platform-browser": "~2.4.0",
"@angular/platform-browser-dynamic": "~2.4.0",
"ace-builds": "^1.2.5",
"core-js": "^2.4.1",
"es-module-loader": "^1.3.5",
Expand All @@ -51,11 +51,11 @@
"zone.js": "^0.7.2"
},
"devDependencies": {
"@angular/compiler-cli": "~2.2.4",
"@angular/forms": "~2.2.4",
"@angular/http": "~2.2.4",
"@angular/compiler-cli": "~2.4.0",
"@angular/forms": "~2.4.0",
"@angular/http": "~2.4.0",
"@angular/material": "~2.0.0-alpha.10",
"@angular/platform-server": "~2.2.4",
"@angular/platform-server": "~2.4.0",
"@angular/router": "~3.1.1",
"@angular/tsc-wrapped": "~0.4.0",
"@angularclass/conventions-loader": "^1.0.2",
Expand Down
Loading

0 comments on commit 608c5c1

Please sign in to comment.