Skip to content

Commit

Permalink
Merge pull request #463 from aehrc/dependabot/npm_and_yarn/jest-and-t…
Browse files Browse the repository at this point in the history
…ypes/jest-29.7.0

Bump jest and @types/jest
  • Loading branch information
fongsean authored Sep 21, 2023
2 parents f6dff3e + 96428c5 commit 7ff2f5b
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 7ff2f5b

Please sign in to comment.