feat(angular): update jest-preset-angular dependency to 14.0.3 (#21912)

This commit is contained in:
Colum Ferry 2024-02-21 16:20:27 +00:00 committed by GitHub
parent cfa0815385
commit 1d33c50d04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -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",
@ -1651,13 +1651,17 @@
},
"packages": {
"jest-preset-angular": {
"version": "~14.0.2",
"version": "~14.0.3",
"alwaysAddToPackageJson": false
}
}
},
"18.1.0": {
"version": "18.1.0-beta.1",
"x-prompt": "Do you want to update the Angular version to v17.2?",
"requires": {
"@angular/core": ">=17.1.0 <17.2.0"
},
"packages": {
"@angular-devkit/build-angular": {
"version": "~17.2.0",

View File

@ -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';