Skip to content

Commit 74a84d7

Browse files
committed
Upgrade @ngrx/store and @ngrx/effects from ^15.4.0 to ^16.3.0
NgRx follows Angular's versioning scheme: NgRx 15 targets Angular 15, NgRx 16 targets Angular 16. Since Angular packages are being upgraded to 16.x (in PR #67), NgRx must also be upgraded to 16.x to maintain a supported configuration and avoid peer dependency mismatches.
1 parent 0c9f797 commit 74a84d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"@angular/platform-browser": "^15.2.9",
7676
"@angular/platform-browser-dynamic": "^15.2.9",
7777
"@angular/router": "^15.2.9",
78-
"@ngrx/effects": "^15.4.0",
79-
"@ngrx/store": "^15.4.0",
78+
"@ngrx/effects": "^16.3.0",
79+
"@ngrx/store": "^16.3.0",
8080
"@polymer/decorators": "^3.0.0",
8181
"@polymer/iron-behaviors": "^3.0.1",
8282
"@polymer/iron-collapse": "^3.0.1",

0 commit comments

Comments
 (0)