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/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 29.4.2 to 29.5.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/v29.5.0/packages/jest)

Updates `@types/jest` from 29.4.0 to 29.5.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-minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2023
1 parent a0a6d87 commit 70d634c
Show file tree
Hide file tree
Showing 2 changed files with 367 additions and 459 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@rollup/plugin-json": "^6.0.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.4.0",
"@types/jest": "^29.5.1",
"@types/node": "^18.13.0",
"@types/qs": "^6.9.7",
"@types/semver": "^7.3.10",
Expand All @@ -58,7 +58,7 @@
"eslint-plugin-unicorn": "^45.0.2",
"generic-pool": "^3.9.0",
"iterator-helpers-polyfill": "^2.2.8",
"jest": "^29.4.2",
"jest": "^29.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"rollup": "^3.15.0",
Expand Down

0 comments on commit 70d634c

Please sign in to comment.