Skip to content

Commit

Permalink
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 29.6.2 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 29.5.3 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-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 Feb 12, 2024
1 parent ecd82b4 commit e822e0f
Show file tree
Hide file tree
Showing 5 changed files with 426 additions and 402 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/async-retry": "^1.3.0",
"@types/cross-spawn": "^6.0.2",
"@types/inquirer": "^8.2.1",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.17.1",
"@types/prompts": "^2.4.4",
Expand All @@ -27,7 +27,7 @@
"dotenv-mono": "^1.3.10",
"eslint-config-thirdweb": "workspace:*",
"hardhat": "^2.17.0",
"jest": "^29.6.2",
"jest": "^29.7.0",
"ora": "^6.3.1",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-native-community/eslint-config": "^3.0.2",
"@thirdweb-dev/tsconfig": "workspace:*",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.17",
"@types/react-native": "^0.71.8",
"@typescript-eslint/eslint-plugin": "^6.2.0",
Expand All @@ -70,7 +70,7 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-tsdoc": "^0.2.16",
"ethers": "^5.7.2",
"jest": "^29.6.2",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-native": "^0.71.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"@preconstruct/cli": "2.7.0",
"@smithy/types": "^2.0.2",
"@thirdweb-dev/tsconfig": "workspace:*",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.12",
"@types/node": "^18.17.1",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.9.0",
"eslint-config-thirdweb": "workspace:*",
"jest": "^29.6.2",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
"@preconstruct/cli": "2.7.0",
"@thirdweb-dev/tsconfig": "workspace:*",
"@types/bn.js": "^5.1.1",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.12",
"abitype": "^0.2.5",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"bs58": "^5.0.0",
Expand All @@ -575,7 +575,7 @@
"ethers": "^5.7.2",
"ethers-aws-kms-signer": "^1.3.2",
"hardhat": "^2.17.0",
"jest": "^29.6.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tweetnacl": "^1.0.3",
"typedoc-gen": "workspace:*",
Expand Down
Loading

0 comments on commit e822e0f

Please sign in to comment.