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 27.5.1 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.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]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 83f8fed commit 5edab21
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 808 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^13.2.1",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/jest": "^26.0.15",
"@types/jest": "^29.5.12",
"@types/node": "^14.14.6",
"@types/react": "^17.0.33",
"@types/react-dom": "^16.9.9",
"@types/testing-library__jest-dom": "^5.14.1",
"@xstate/inspect": "^0.7.0",
"autoprefixer": "^10.4.13",
"jest": "^27.0.6",
"jest": "^29.7.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.3.5",
"tailwindcss-blend-mode": "^1.0.0",
Expand Down
Loading

0 comments on commit 5edab21

Please sign in to comment.