Skip to content

Commit

Permalink
chore(deps-dev): bump jest and @types/jest (#968)
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.2.0 to 29.2.1
- [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.2.1/packages/jest)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 19, 2022
1 parent 8980ab2 commit 13ea7e5
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 334 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@storybook/storybook-deployer": "^2.8.12",
"@storybook/theming": "^6.5.10",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.1.2",
"@types/jest": "^29.2.0",
"@types/js-cookie": "^3.0.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
Expand All @@ -109,7 +109,7 @@
"commitlint": "^17.1.2",
"concurrently": "^7.4.0",
"husky": "^8.0.1",
"jest": "^29.2.0",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.0",
"js-cookie": "^3.0.1",
"lint-staged": "^13.0.3",
Expand Down
Loading

0 comments on commit 13ea7e5

Please sign in to comment.