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.4 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.4 to 29.5.5
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent a8b3cb2 commit 96428c5
Show file tree
Hide file tree
Showing 7 changed files with 418 additions and 376 deletions.
4 changes: 2 additions & 2 deletions apps/smart-forms-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@storybook/testing-library": "^0.2.1",
"@tanstack/react-query-devtools": "^4.35.0",
"@types/fhir": "^0.0.37",
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.5",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.filter": "^4.6.7",
Expand All @@ -105,7 +105,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.6.13",
"jest": "^29.6.4",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"storybook": "^7.4.2",
"ts-jest": "^29.1.1",
Expand Down
4 changes: 2 additions & 2 deletions deployment/assemble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.5",
"@types/node": "^20.5.0",
"aws-cdk-lib": "^2.96.2",
"constructs": "^10.2.70",
"jest": "^29.6.4",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
Expand Down
4 changes: 2 additions & 2 deletions deployment/csiro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.5",
"@types/node": "^20.5.0",
"aws-cdk": "^2.94.0",
"jest": "^29.6.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
Expand Down
4 changes: 2 additions & 2 deletions deployment/forms-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.5",
"@types/node": "^20.5.0",
"aws-cdk-lib": "^2.96.2",
"constructs": "^10.2.70",
"jest": "^29.6.4",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
Expand Down
Loading

0 comments on commit 96428c5

Please sign in to comment.