Skip to content

Commit

Permalink
fix(angular): use jest-preset-angular 12.2.3 #13259 (#13468)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Nov 29, 2022
1 parent 36ce474 commit e3a19f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/angular/migrations.json
Expand Up @@ -1665,6 +1665,10 @@
"@angular-eslint/template-parser": {
"version": "~15.0.0",
"alwaysAddToPackageJson": false
},
"jest-preset-angular": {
"version": "12.2.3",
"alwaysAddToPackageJson": false
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
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 = '~12.2.2';
export const jestPresetAngularVersion = '~12.2.3';
export const protractorVersion = '~7.0.0';
export const karmaVersion = '~6.4.0';
export const karmaChromeLauncherVersion = '~3.1.0';
Expand Down

0 comments on commit e3a19f4

Please sign in to comment.