Skip to content

Commit

Permalink
feat(ngrx): update to 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Aug 8, 2022
1 parent 1531b8b commit afbb6f5
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
80 changes: 40 additions & 40 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"@angular/platform-browser": "^14.1.1",
"@angular/platform-browser-dynamic": "^14.1.1",
"@angular/router": "^14.1.1",
"@ngrx/effects": "^13.0.0",
"@ngrx/router-store": "^13.0.0",
"@ngrx/store": "^13.0.0",
"@ngrx/store-devtools": "^13.0.0",
"@ngrx/effects": "^14.0.0",
"@ngrx/router-store": "^14.0.0",
"@ngrx/store": "^14.0.0",
"@ngrx/store-devtools": "^14.0.0",
"immutable": "^3.8.1",
"javascript-astar": "^0.4.1",
"jquery": "^3.5.1",
Expand Down Expand Up @@ -176,4 +176,4 @@
"@semantic-release/github"
]
}
}
}

0 comments on commit afbb6f5

Please sign in to comment.