Skip to content

Commit

Permalink
feat(angular): update jest-preset-angular dependency to 14.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Feb 21, 2024
1 parent abc0cf8 commit 286e132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@
}
},
"18.1.0-jest": {
"version": "18.1.0-beta.1",
"version": "18.1.0-beta.2",
"requires": {
"@angular-devkit/build-angular": ">=15.0.0 <18.0.0",
"@angular/compiler-cli": ">=15.0.0 <18.0.0",
Expand All @@ -1651,7 +1651,7 @@
},
"packages": {
"jest-preset-angular": {
"version": "~14.0.2",
"version": "~14.0.3",
"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 @@ -23,7 +23,7 @@ export const postcssUrlVersion = '~10.1.3';
export const autoprefixerVersion = '^10.4.0';
export const tsNodeVersion = '10.9.1';

export const jestPresetAngularVersion = '~14.0.2';
export const jestPresetAngularVersion = '~14.0.3';
export const typesNodeVersion = '18.16.9';
export const jasmineMarblesVersion = '^0.9.2';

Expand Down

0 comments on commit 286e132

Please sign in to comment.