Skip to content

Commit

Permalink
Fix peer dependency (angular-redux#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethDavenport authored and smithad15 committed Jul 9, 2018
1 parent f827d8f commit 454127c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular-redux/form",
"version": "6.0.0",
"description": "Build Angular2+ forms with Redux",
"version": "6.0.1",
"description": "Build Angular 2+ forms with Redux",
"devDependencies": {
"@angular/common": "^2.4.2",
"@angular/compiler": "^2.4.2",
Expand All @@ -22,7 +22,7 @@
"karma-webpack": "^1.7.0"
},
"dependencies": {
"@angular-redux/store": "^5.1.0",
"@angular-redux/store": "^6.0.0",
"@angular/compiler": "^2.4.2",
"@angular/compiler-cli": "^2.4.2",
"@angular/core": "^2.4.2",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@angular/compiler": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/forms": "^2.4.0",
"@angular-redux/store": "^5.1.0",
"@angular-redux/store": "^6.0.0",
"redux": "^3.0"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/form/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@angular-redux/store@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@angular-redux/store/-/store-5.1.0.tgz#a2277a88b012a4695bf2d0e596d038e6e3c772e3"
"@angular-redux/store@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@angular-redux/store/-/store-6.0.0.tgz#9cf6fedcb827ec49e251ae2f99692d2667c76846"

"@angular/common@^2.4.2":
version "2.4.5"
Expand Down

0 comments on commit 454127c

Please # to comment.