Skip to content

Commit c9a85e3

Browse files
Bump jest and @types/jest in /web (#4654)
Bumps [jest](https://github.com/jestjs/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.3 to 29.7.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest) Updates `@types/jest` from 28.1.8 to 29.5.12 - [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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7836824 commit c9a85e3

File tree

2 files changed

+402
-435
lines changed

2 files changed

+402
-435
lines changed

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@testing-library/react-hooks": "^8.0.1",
5151
"@types/downloadjs": "1.4",
5252
"@types/file-saver": "^2.0.7",
53-
"@types/jest": "^28.1.8",
53+
"@types/jest": "^29.5.12",
5454
"@types/js-yaml": "3",
5555
"@types/lodash": "^4.17.4",
5656
"@types/node": "^20.13.0",
@@ -94,7 +94,7 @@
9494
"eslint-plugin-standard": "4.0.1",
9595
"eslint-webpack-plugin": "^4.2.0",
9696
"html-webpack-plugin": "^5.6.0",
97-
"jest": "^28.1.3",
97+
"jest": "^29.7.0",
9898
"jest-environment-jsdom": "^28.1.3",
9999
"mini-css-extract-plugin": "^2.9.0",
100100
"object-assign": "^4.1.1",

0 commit comments

Comments
 (0)