Skip to content

Commit

Permalink
client/ts-web: bump jest and @types/jest in /client-sdk/ts-web
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.1.2 to 29.2.2
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.2.2/packages/jest)

Updates `@types/jest` from 29.1.2 to 29.2.0
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 29, 2022
1 parent 7740bf4 commit cd8e4d6
Show file tree
Hide file tree
Showing 3 changed files with 664 additions and 738 deletions.
4 changes: 2 additions & 2 deletions client-sdk/ts-web/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^29.1.2",
"@types/jest": "^29.2.0",
"buffer": "^6.0.3",
"cypress": "^10.11.0",
"jest": "^29.1.2",
"jest": "^29.2.2",
"prettier": "^2.7.1",
"process": "^0.11.10",
"protobufjs-cli": "^1.0.2",
Expand Down

0 comments on commit cd8e4d6

Please sign in to comment.