Skip to content

Commit dbfed04

Browse files
Fix @ngrx dependency resolution for Angular 20 compatibility
Co-authored-by: michaelschoenbaechler <49410646+michaelschoenbaechler@users.noreply.github.com>
1 parent f46b2b6 commit dbfed04

File tree

2 files changed

+50
-39
lines changed

2 files changed

+50
-39
lines changed

package-lock.json

Lines changed: 47 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@ionic/storage-angular": "^4.0.0",
3535
"@jsverse/transloco": "^7.6.1",
3636
"@ngneat/until-destroy": "^10.0.0",
37-
"@ngrx/operators": "^19.2.1",
38-
"@ngrx/signals": "^19.2.1",
37+
"@ngrx/operators": "^20.0.0-rc.0",
38+
"@ngrx/signals": "^20.0.0-rc.0",
3939
"ionicons": "^7.2.2",
4040
"lodash": "^4.17.21",
4141
"rxjs": "~7.8.1",
@@ -66,7 +66,7 @@
6666
"eslint-import-resolver-typescript": "^3.6.1",
6767
"eslint-plugin-import": "2.29.1",
6868
"eslint-plugin-jsdoc": "48.0.2",
69-
"eslint-plugin-unused-imports": "^3.0.0",
69+
"eslint-plugin-unused-imports": "^4.1.4",
7070
"husky": "^8.0.3",
7171
"prettier": "^3.2.2",
7272
"ts-node": "~10.9.2",

0 commit comments

Comments
 (0)