Skip to content

Commit

Permalink
feat(angular): update jest-preset-angular to the stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Nov 27, 2024
1 parent 91ab932 commit db2b075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@
},
"packages": {
"jest-preset-angular": {
"version": "~14.4.0-rc.0",
"version": "~14.4.0",
"alwaysAddToPackageJson": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const postcssUrlVersion = '~10.1.3';
export const autoprefixerVersion = '^10.4.0';
export const tsNodeVersion = '10.9.1';

export const jestPresetAngularVersion = '~14.4.0-rc.0';
export const jestPresetAngularVersion = '~14.4.0';
export const typesNodeVersion = '18.16.9';
export const jasmineMarblesVersion = '^0.9.2';
export const analogVitestAngular = '~1.10.0-beta.5';
Expand Down

0 comments on commit db2b075

Please sign in to comment.