Skip to content

Commit

Permalink
chore(deps): bump jest and @types/jest in /ui
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 28.1.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 28.1.8 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:production
  update-type: version-update:semver-major
- dependency-name: "@types/jest"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent 83f1f99 commit 17aad03
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 432 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@heroicons/react": "^2.0.11",
"@metamask/eth-sig-util": "^7.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^28.1.8",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"@types/react": "18.3.5",
"@types/react-dom": "^18.0.4",
Expand All @@ -28,7 +28,7 @@
"eslint-config-next": "13",
"eslint-config-prettier": "^9.1.0",
"ethers": "^5.7.1",
"jest": "^28.1.3",
"jest": "^29.7.0",
"next": "14",
"nft.storage": "^7.1.1",
"postcss": "^8.4.38",
Expand Down
Loading

0 comments on commit 17aad03

Please sign in to comment.