Skip to content

Commit

Permalink
chore(deps-dev): Bump jest and @types/jest
Browse files Browse the repository at this point in the history
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 26.6.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 26.0.24 to 29.5.10
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent 74eff4b commit 070c2b0
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 589 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-router-dom": "6.0.0-beta.0"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/jest": "^29.5.10",
"@types/node": "^14.18.14",
"@types/react": "16.9.56",
"@types/react-dom": "16.9.12",
Expand All @@ -31,7 +31,7 @@
"eslint-plugin-react": "^7.23.1",
"express": "^4.17.3",
"html-webpack-plugin": "^5.3.2",
"jest": "^26.6.3",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^1.4.0",
"prettier": "^2.2.1",
"process": "0.11.10",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-storybook": "^0.6.15",
"jest": "^26.6.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^26.3.1",
"jest-environment-jsdom-global": "^4.0.0",
"jest-junit": "12.2.0",
Expand Down
Loading

0 comments on commit 070c2b0

Please sign in to comment.