Skip to content

Commit b3ac06e

Browse files
dependabot[bot]dependabot-fix
andauthored
build(deps): bump jest and @types/jest (#979)
* build(deps): 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 28.1.2 to 28.1.3 - [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.3/packages/jest) Updates `@types/jest` from 28.1.4 to 28.1.5 - [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:production update-type: version-update:semver-patch - dependency-name: "@types/jest" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * [dependabot skip] Fix yarn.lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-fix <[email protected]>
1 parent 90db084 commit b3ac06e

File tree

2 files changed

+264
-271
lines changed

2 files changed

+264
-271
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@testing-library/react": "^12.1.5",
2525
"@testing-library/user-event": "^14.2.1",
2626
"@types/file-saver": "^2.0.5",
27-
"@types/jest": "^28.1.4",
27+
"@types/jest": "^28.1.5",
2828
"@types/node": "^16.11.7",
2929
"@types/react": "^16.14.24",
3030
"@types/react-dom": "^16.9.14",
@@ -60,7 +60,7 @@
6060
"fs-extra": "^10.0.0",
6161
"html-webpack-plugin": "^5.5.0",
6262
"identity-obj-proxy": "^3.0.0",
63-
"jest": "^28.1.2",
63+
"jest": "^28.1.3",
6464
"jest-environment-jsdom": "^28.1.3",
6565
"jest-mock-extended": "^2.0.6",
6666
"jest-resolve": "^28.1.3",

0 commit comments

Comments
 (0)