Skip to content

Commit

Permalink
fix(store-devtools): add @angular/core as peer dependency (#4478)
Browse files Browse the repository at this point in the history
Closes #4479
  • Loading branch information
janicmikes authored Aug 6, 2024
1 parent cb3f6de commit 62cceeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/store-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"homepage": "https://github.com/ngrx/platform#readme",
"peerDependencies": {
"@angular/core": "^18.0.0",
"@ngrx/store": "18.0.2",
"rxjs": "^6.5.3 || ^7.5.0"
},
Expand Down

0 comments on commit 62cceeb

Please sign in to comment.