Skip to content

Commit

Permalink
build: Migration to Angular/NX v15
Browse files Browse the repository at this point in the history
Executed by Nx with the command 'nx migrate 15.9.3', the latest non-major version of v15

-fix: Fix Typescript Issue following migration from 4.7.4 to 4.9.5
-fix: Fix jest-marble test error by migrating from 2.5.1 to 3.0.6
-fix: Fix RxJS error following it's migration from 6.6.0 to 7.8.1
  • Loading branch information
Philippe Allard-Rousse authored and gabrielguerrero committed Mar 19, 2024
1 parent 7d89beb commit a4264c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions libs/ngrx-traits/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"postinstall": "ngcc"
},
"peerDependencies": {
"@angular/core": "^14.0.0",
"@ngrx/effects": "^14.0.0",
"@ngrx/entity": "^14.0.0",
"@ngrx/store": "^14.0.0",
"@ngrx-traits/core": "^14.0.0"
"@angular/core": "^15.2.10",
"@ngrx/effects": "^15.3.0",
"@ngrx/entity": "^15.3.0",
"@ngrx/store": "^15.3.0",
"@ngrx-traits/core": "^15.0.0"
},
"optionalDependencies": {
"@angular/router": "^14.0.0"
"@angular/router": "^15.2.10"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions libs/ngrx-traits/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"postinstall": "ngcc"
},
"peerDependencies": {
"@angular/core": "^14.0.0",
"@ngrx/effects": "^14.0.0",
"@ngrx/entity": "^14.0.0",
"@ngrx/store": "^14.0.0",
"rxjs": "^6.5.3 || ^7.5.0"
"@angular/core": "^15.2.10",
"@ngrx/effects": "^15.3.0",
"@ngrx/entity": "^15.3.0",
"@ngrx/store": "^15.3.0",
"rxjs": "^7.8.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a4264c8

Please sign in to comment.