Skip to content

Commit

Permalink
feat(testing): update to latest jest version
Browse files Browse the repository at this point in the history
bump to v27.5.1 of jest and 0.2.20 of @swc/jest
  • Loading branch information
barbados-clemens committed Apr 20, 2022
1 parent 4ca470c commit e21def0
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 11 deletions.
21 changes: 21 additions & 0 deletions packages/jest/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,27 @@
"alwaysAddToPackageJson": false
}
}
},
"14.0.0": {
"version": "14.0.0-beta.1",
"packages": {
"jest": {
"version": "27.5.1",
"alwaysAddToPackageJson": false
},
"@types/jest": {
"version": "27.4.1",
"alwaysAddToPackageJson": false
},
"ts-jest": {
"version": "27.1.4",
"alwaysAddToPackageJson": false
},
"babel-jest": {
"version": "27.5.1",
"alwaysAddToPackageJson": false
}
}
}
}
}
10 changes: 5 additions & 5 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"dependencies": {
"@nrwl/devkit": "*",
"identity-obj-proxy": "3.0.0",
"jest-resolve": "27.2.2",
"jest-resolve": "27.5.1",
"resolve.exports": "1.1.0",
"rxjs": "^6.5.4",
"tslib": "^2.3.0",
"@jest/reporters": "27.2.2",
"@jest/test-result": "27.2.2",
"@jest/reporters": "27.5.1",
"@jest/test-result": "27.5.1",
"chalk": "4.1.0",
"jest-config": "27.2.2",
"jest-util": "27.2.0"
"jest-config": "27.5.1",
"jest-util": "27.5.1"
}
}
12 changes: 6 additions & 6 deletions packages/jest/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const nxVersion = '*';
export const jestVersion = '27.2.3';
export const jestTypesVersion = '27.0.2';
export const tslibVersion = '^2.0.0';
export const tsJestVersion = '27.0.5';
export const babelJestVersion = '27.2.3';
export const swcJestVersion = '0.2.15';
export const jestVersion = '27.5.1';
export const jestTypesVersion = '27.4.1';
export const tslibVersion = '^2.3.0';
export const tsJestVersion = '27.1.4';
export const babelJestVersion = '27.5.1';
export const swcJestVersion = '0.2.20';
export const typesNodeVersion = '16.11.7';

0 comments on commit e21def0

Please sign in to comment.