Skip to content

Commit

Permalink
feat(angular): update ngrx to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Nov 20, 2023
1 parent dc3e140 commit 2a4c405
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 35 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"@nestjs/testing": "^9.0.0",
"@nuxt/kit": "^3.8.1",
"@nuxt/schema":"^3.8.1",
"@ngrx/effects": "~16.0.0",
"@ngrx/router-store": "~16.0.0",
"@ngrx/store": "~16.0.0",
"@ngrx/effects": "~17.0.0",
"@ngrx/router-store": "~17.0.0",
"@ngrx/store": "~17.0.0",
"@nx/angular": "17.1.1",
"@nx/cypress": "17.1.1",
"@nx/devkit": "17.1.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,18 @@
"alwaysAddToPackageJson": false
}
}
},
"17.2.0-ngrx": {
"version": "17.2.0-beta.0",
"requires": {
"@angular/core": "^17.0.0"
},
"packages": {
"@ngrx/store": {
"version": "~17.0.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const nxVersion = require('../../package.json').version;
export const angularVersion = '~17.0.0';
export const angularDevkitVersion = '~17.0.0';
export const ngPackagrVersion = '~17.0.0';
export const ngrxVersion = '~16.0.0';
export const ngrxVersion = '~17.0.0';
export const rxjsVersion = '~7.8.0';
export const zoneJsVersion = '~0.14.0';
export const angularJsVersion = '1.7.9';
Expand Down

0 comments on commit 2a4c405

Please sign in to comment.