Skip to content

Commit

Permalink
feat(angular): update jest-preset-angular version (#21776)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Feb 12, 2024
1 parent 11e139c commit dbd0e7b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/angular/migrations.json
Expand Up @@ -1630,6 +1630,22 @@
"alwaysAddToPackageJson": false
}
}
},
"18.1.0-jest": {
"version": "18.1.0-beta.1",
"requires": {
"@angular-devkit/build-angular": ">=15.0.0 <18.0.0",
"@angular/compiler-cli": ">=15.0.0 <18.0.0",
"@angular/core": ">=15.0.0 <18.0.0",
"@angular/platform-browser-dynamic": ">=15.0.0 <18.0.0",
"jest": "^29.0.0"
},
"packages": {
"jest-preset-angular": {
"version": "~14.0.2",
"alwaysAddToPackageJson": false
}
}
}
}
}
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 = '~13.1.4';
export const jestPresetAngularVersion = '~14.0.2';
export const typesNodeVersion = '18.16.9';
export const jasmineMarblesVersion = '^0.9.2';

Expand Down

0 comments on commit dbd0e7b

Please sign in to comment.