Skip to content

Commit

Permalink
chore: update ngrx/effects
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Feb 9, 2024
1 parent fee1b92 commit 71a4506
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 41 deletions.
93 changes: 57 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"@angular/platform-browser": "^17.1.3",
"@angular/platform-browser-dynamic": "^17.1.3",
"@angular/router": "^17.1.3",
"@ngrx/effects": "^16.3.0",
"@ngrx/router-store": "^16.3.0",
"@ngrx/store": "^16.3.0",
"@ngrx/store-devtools": "^16.3.0",
"@ngrx/effects": "^17.1.0",
"@ngrx/router-store": "^17.1.0",
"@ngrx/store": "^17.1.0",
"@ngrx/store-devtools": "^17.1.0",
"immutable": "^3.8.1",
"javascript-astar": "^0.4.1",
"jquery": "^3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (environment.useDevTools) {
maxAge: 25, // Retains last 25 states
logOnly: environment.production, // Restrict extension to log-only mode
autoPause: true, // Pauses recording actions and state changes when the extension window is not open
}),
connectInZone: true}),
]);
}

Expand Down

0 comments on commit 71a4506

Please sign in to comment.