Skip to content

Commit

Permalink
Bump jest and @types/jest
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 26.4.2 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.10 to 29.5.14
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2024
1 parent f72f67c commit 4401498
Show file tree
Hide file tree
Showing 2 changed files with 902 additions and 1,321 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.9.6",
"@typechain/ethers-v5": "^5.0.0",
"@types/jest": "^26.0.10",
"@types/jest": "^29.5.14",
"@types/node": "^12.0.3",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
Expand All @@ -53,7 +53,7 @@
"hardhat": "^2.0.7",
"hardhat-typechain": "^0.3.4",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest": "^29.7.0",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"prettier-plugin-solidity": "^1.0.0-alpha.58",
Expand Down
Loading

0 comments on commit 4401498

Please sign in to comment.