Skip to content

Commit

Permalink
Bump jest and @types/jest (#247)
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.4.3 to 29.5.0
- [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.5.0/packages/jest)

Updates `@types/jest` from 29.4.0 to 29.5.2
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent 78ef601 commit ce187cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 48 deletions.
60 changes: 14 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/shell/js/composeui-node-launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},

"devDependencies": {
"@types/jest": "29.4.0",
"@types/jest": "29.5.2",
"@types/node": "^18.11.18",
"jest": "29.4.3",
"jest": "29.5.0",
"rimraf": "^4.4.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
Expand Down

0 comments on commit ce187cf

Please sign in to comment.