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 4570e58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@angular/compiler-cli": "^18.1.0",
"@angular/core": "^18.1.0",
"@ngrx/component-store": "^18.0.0",
"@ngrx/signals": "^18.0.0-rc.2",
"@ngrx/signals": "18.0.0-rc.2",
"@ngrx/store": "^18.0.0",
"@types/jest": "^29.5.12",
"cpy-cli": "^5.0.0",
Expand Down
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 4570e58

Please sign in to comment.