Skip to content

Commit

Permalink
MINOR: [JS] Bump jest and @types/jest in /js
Browse files Browse the repository at this point in the history
Bumps [jest](https://github.com/facebook/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.6.2
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest)

Updates `@types/jest` from 29.5.2 to 29.5.3
- [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 Aug 9, 2023
1 parent f2b1c14 commit dbad61f
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 325 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@rollup/stream": "3.0.0",
"@types/benchmark": "2.1.2",
"@types/glob": "8.1.0",
"@types/jest": "29.5.2",
"@types/jest": "29.5.3",
"@types/randomatic": "3.1.3",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
Expand All @@ -97,7 +97,7 @@
"gulp-typescript": "5.0.1",
"gulp-vinyl-size": "1.1.3",
"ix": "5.0.0",
"jest": "29.5.0",
"jest": "29.6.2",
"jest-silent-reporter": "0.5.0",
"lerna": "7.0.0",
"memfs": "4.2.1",
Expand Down
Loading

0 comments on commit dbad61f

Please sign in to comment.