Skip to content

Commit

Permalink
fix: Add support for Angular 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRyanDev committed Nov 7, 2017
1 parent d1dba9f commit 30a8c56
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/effects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"authors": ["Mike Ryan"],
"license": "MIT",
"peerDependencies": {
"@angular/core": "^4.0.0 || ^5.0.0-rc.2",
"@angular/core": "^4.0.0 || ^5.0.0-rc.2 || ^5.0.0",
"@ngrx/store": "^4.0.0",
"rxjs": "^5.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion modules/entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"authors": ["Mike Ryan"],
"license": "MIT",
"peerDependencies": {
"@angular/core": "^4.0.0 || ^5.0.0-rc.2",
"@angular/core": "^4.0.0 || ^5.0.0-rc.2 || ^5.0.0",
"@ngrx/store": "^4.0.0",
"rxjs": "^5.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions modules/router-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"authors": ["Victor Savkin <avix1000@gmail.com>"],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^4.0.0 || ^5.0.0-rc.2",
"@angular/core": "^4.0.0 || ^5.0.0-rc.2",
"@angular/router": "^4.0.0 || ^5.0.0-rc.2",
"@angular/common": "^4.0.0 || ^5.0.0-rc.2 || ^5.0.0",
"@angular/core": "^4.0.0 || ^5.0.0-rc.2 || ^5.0.0",
"@angular/router": "^4.0.0 || ^5.0.0-rc.2 || ^5.0.0",
"@ngrx/store": "^4.0.0",
"rxjs": "^5.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion modules/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/core": "^4.0.0 || ^5.0.0-rc.2",
"@angular/core": "^4.0.0 || ^5.0.0-rc.2 || ^5.0.0",
"rxjs": "^5.0.0"
}
}

0 comments on commit 30a8c56

Please sign in to comment.