Skip to content

Commit

Permalink
fix: add upper peer dependency version to @ngrx/signals
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Jul 25, 2024
1 parent 2d90fee commit f0869a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"migrations": "./schematics/migrations/migration.json"
},
"peerDependencies": {
"immer": ">=7.0.0",
"@ngrx/component-store": ">=13.0.0",
"@ngrx/store": ">=13.0.0",
"@ngrx/signals": ">=17.1.1"
"immer": ">= 7.0.0",
"@ngrx/component-store": ">= 13.0.0",
"@ngrx/store": ">= 13.0.0",
"@ngrx/signals": ">= 17.1.1 < 18.0.0"
},
"peerDependenciesMeta": {
"@ngrx/component-store": {
Expand Down

0 comments on commit f0869a7

Please sign in to comment.