Skip to content

Commit

Permalink
chore(deps-dev): 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 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.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-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 Dec 18, 2023
1 parent b61e9d2 commit b2615f2
Show file tree
Hide file tree
Showing 2 changed files with 479 additions and 398 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
},
"devDependencies": {
"@open-web3/dev-config": "^0.2.3",
"@types/jest": "^28.1.1",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.161",
"@types/node": "^20.5.4",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^28.1.1",
"jest": "^29.7.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
Expand Down
Loading

0 comments on commit b2615f2

Please sign in to comment.