Skip to content

Commit

Permalink
build(deps-dev): bump jest and @types/jest
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.6.0 to 29.6.1
- [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.1/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-patch
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 26, 2023
1 parent 00c9573 commit de4b842
Show file tree
Hide file tree
Showing 7 changed files with 383 additions and 280 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.6.0",
"jest": "^29.6.1",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"ts-jest": "^29.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/long": "^4.0.1",
"@types/node": "^20.3.1",
"@types/pino": "^7.0.5",
"babel-jest": "^29.6.0",
"jest": "^29.6.0",
"jest": "^29.6.1",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/keplr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/node": "^20.3.1",
"@types/pino": "^7.0.5",
"babel-jest": "^29.6.0",
"jest": "^29.6.0",
"jest": "^29.6.1",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/walletconnect-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/long": "^4.0.1",
"@types/node": "^20.3.1",
"@types/pino": "^7.0.5",
"babel-jest": "^29.6.0",
"dotenv": "^16.3.1",
"jest": "^29.6.0",
"jest": "^29.6.1",
"lokijs": "^1.5.12",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/web3auth-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/keccak": "^3.0.1",
"@types/react-native": "^0.72.2",
"@types/readable-stream": "^2.3.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3auth-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/keccak": "^3.0.1",
"@types/readable-stream": "^2.3.15",
"readable-stream": "^4.4.2",
Expand Down
Loading

0 comments on commit de4b842

Please sign in to comment.