Skip to content

Commit

Permalink
feat: add angular-builders/jest to versions 12.1 and 12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Aug 24, 2021
1 parent fe12430 commit a98213c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/angular-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ export const versions = new Map<AngularVersion, PackageJson>([
'zone.js': '~0.11.4'
},
devDependencies: {
'@angular-builders/jest': '~12.0.0',
'@angular-builders/jest': '~12.1.1',
'@angular-devkit/build-angular': '~12.0.0',
'@angular-devkit/build-ng-packagr': null,
'@angular-devkit/schematics-cli': '~12.0.0',
Expand Down Expand Up @@ -670,6 +670,7 @@ export const versions = new Map<AngularVersion, PackageJson>([
'zone.js': '~0.11.4'
},
devDependencies: {
'@angular-builders/jest': '~12.1.1',
'@angular-devkit/build-angular': '~12.1.4',
'@angular-devkit/build-ng-packagr': null,
'@angular-devkit/schematics-cli': '~12.1.4',
Expand Down Expand Up @@ -707,6 +708,7 @@ export const versions = new Map<AngularVersion, PackageJson>([
'zone.js': '~0.11.4'
},
devDependencies: {
'@angular-builders/jest': '~12.1.1',
'@angular-devkit/build-angular': '~12.2.2',
'@angular-devkit/build-ng-packagr': null,
'@angular-devkit/schematics-cli': '~12.2.2',
Expand Down

0 comments on commit a98213c

Please sign in to comment.