Skip to content

Commit

Permalink
Bump jest and @types/jest in /frontend
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 29.5.0 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 29.5.1 to 29.5.11
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 3df3157 commit 95cc688
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 380 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"@testing-library/jest-dom": "^6.1.3",
"@types/apollo-upload-client": "^17.0.0",
"@types/classnames": "^2.2.11",
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.11",
"@types/jest-axe": "^3.5.5",
"@types/node": "^18.11.9",
"@types/react": "^18.0.27",
Expand All @@ -212,7 +212,7 @@
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^5.11.0",
"eslint-plugin-unused-imports": "3.0.0",
"jest": "29.5.0",
"jest": "29.7.0",
"jest-axe": "^8.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-location-mock": "^1.0.10",
Expand Down
Loading

0 comments on commit 95cc688

Please sign in to comment.