Skip to content

Commit

Permalink
fix(operators): add @ngrx/operators to packageGroup for updates (#4472)
Browse files Browse the repository at this point in the history
Closes #4465
  • Loading branch information
brandonroberts authored Jul 31, 2024
1 parent ceb1f8a commit 521ce7b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/component-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
Expand Down
1 change: 1 addition & 0 deletions modules/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
Expand Down
1 change: 1 addition & 0 deletions modules/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
Expand Down
1 change: 1 addition & 0 deletions modules/effects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
Expand Down
1 change: 1 addition & 0 deletions modules/entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
Expand Down
1 change: 1 addition & 0 deletions modules/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
Expand Down
1 change: 1 addition & 0 deletions modules/operators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
Expand Down
1 change: 1 addition & 0 deletions modules/router-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
Expand Down
1 change: 1 addition & 0 deletions modules/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
Expand Down
1 change: 1 addition & 0 deletions modules/signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
Expand Down
1 change: 1 addition & 0 deletions modules/store-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
Expand Down
1 change: 1 addition & 0 deletions modules/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@ngrx/component-store",
"@ngrx/component",
"@ngrx/eslint-plugin",
"@ngrx/operators",
"@ngrx/signals"
],
"migrations": "./migrations/migration.json"
Expand Down

0 comments on commit 521ce7b

Please sign in to comment.