feat(angular): update jest-preset-angular dependency to 14.0.3 (#21912)
This commit is contained in:
parent
cfa0815385
commit
1d33c50d04
@ -1641,7 +1641,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"18.1.0-jest": {
|
"18.1.0-jest": {
|
||||||
"version": "18.1.0-beta.1",
|
"version": "18.1.0-beta.2",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@angular-devkit/build-angular": ">=15.0.0 <18.0.0",
|
"@angular-devkit/build-angular": ">=15.0.0 <18.0.0",
|
||||||
"@angular/compiler-cli": ">=15.0.0 <18.0.0",
|
"@angular/compiler-cli": ">=15.0.0 <18.0.0",
|
||||||
@ -1651,13 +1651,17 @@
|
|||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
"jest-preset-angular": {
|
"jest-preset-angular": {
|
||||||
"version": "~14.0.2",
|
"version": "~14.0.3",
|
||||||
"alwaysAddToPackageJson": false
|
"alwaysAddToPackageJson": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"18.1.0": {
|
"18.1.0": {
|
||||||
"version": "18.1.0-beta.1",
|
"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": {
|
"packages": {
|
||||||
"@angular-devkit/build-angular": {
|
"@angular-devkit/build-angular": {
|
||||||
"version": "~17.2.0",
|
"version": "~17.2.0",
|
||||||
|
|||||||
@ -23,7 +23,7 @@ export const postcssUrlVersion = '~10.1.3';
|
|||||||
export const autoprefixerVersion = '^10.4.0';
|
export const autoprefixerVersion = '^10.4.0';
|
||||||
export const tsNodeVersion = '10.9.1';
|
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 typesNodeVersion = '18.16.9';
|
||||||
export const jasmineMarblesVersion = '^0.9.2';
|
export const jasmineMarblesVersion = '^0.9.2';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user