Skip to content

Commit 39778b5

Browse files
chore(deps-dev): bump jest and @types/jest
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 27.0.6 to 28.1.0 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/jest) Updates `@types/jest` from 26.0.24 to 28.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 741e993 commit 39778b5

File tree

2 files changed

+1011
-549
lines changed

2 files changed

+1011
-549
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/core": "^7.11.1",
3939
"@babel/preset-react": "^7.10.4",
4040
"@types/es-module-lexer": "^0.4.1",
41-
"@types/jest": "^26.0.24",
41+
"@types/jest": "^28.1.0",
4242
"@types/node": "^15.0.1",
4343
"babel-loader": "^8.1.0",
4444
"benchmark": "^2.1.4",
@@ -63,7 +63,7 @@
6363
"husky": "^6.0.0",
6464
"is-ci": "^3.0.0",
6565
"istanbul": "^0.4.5",
66-
"jest": "^27.0.6",
66+
"jest": "^28.1.0",
6767
"jest-circus": "^27.0.6",
6868
"jest-diff": "^27.0.2",
6969
"jest-junit": "^12.0.0",

0 commit comments

Comments
 (0)