diff --git a/packages/form/package.json b/packages/form/package.json index a4112d82..3979c698 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -29,7 +29,7 @@ "node": ">=8" }, "peerDependencies": { - "@angular-redux/store": "^9.0.0", + "@angular-redux/store": "^10.0.0", "@angular/core": "^7.0.0", "@angular/forms": "^7.0.0", "redux": "^4.0.0", diff --git a/packages/router/package.json b/packages/router/package.json index 69572c95..a2a14fb7 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -30,7 +30,7 @@ "node": ">=8" }, "peerDependencies": { - "@angular-redux/store": "^9.0.0", + "@angular-redux/store": "^10.0.0", "@angular/common": "^7.0.0", "@angular/core": "^7.0.0", "@angular/router": "^7.0.0",