Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Bump jest and @types/jest in /debug
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.0.3 to 29.3.1
- [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.3.1/packages/jest)

Updates `@types/jest` from 27.5.2 to 29.2.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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2022
1 parent c493802 commit 11f0709
Show file tree
Hide file tree
Showing 3 changed files with 376 additions and 426 deletions.
4 changes: 2 additions & 2 deletions debug/packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@babel/runtime": "^7.19.4",
"@react-native-community/eslint-config": "^3.1.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^26.0.23",
"@types/jest": "^29.2.2",
"@types/react-native": "^0.69.3",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.41.0",
"babel-jest": "^26.6.3",
"eslint": "^8.26.0",
"jest": "^29.0.3",
"jest": "^29.3.1",
"metro-react-native-babel-preset": "^0.72.0",
"react-test-renderer": "18.0.0",
"typescript": "^4.8.3"
Expand Down
2 changes: 1 addition & 1 deletion debug/packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^27.5.2",
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
Expand Down
Loading

0 comments on commit 11f0709

Please sign in to comment.