Skip to content

Commit

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

Bump jest and @types/jest
  • Loading branch information
fongsean authored Aug 2, 2023
2 parents e97ff23 + 5860d2a commit 3d00bc5
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 280 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 @@ -61,7 +61,7 @@
"@sentry/cli": "^2.19.4",
"@tanstack/react-query-devtools": "^4.29.6",
"@types/fhir": "^0.0.37",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.filter": "^4.6.7",
Expand All @@ -81,7 +81,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.1.6",
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,12 +9,12 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@types/prettier": "^2.7.3",
"aws-cdk-lib": "^2.86.0",
"constructs": "^10.2.52",
"jest": "^29.6.1",
"jest": "^29.6.2",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"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,11 +18,11 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@types/prettier": "^2.7.3",
"aws-cdk": "^2.88.0",
"jest": "^29.6.1",
"jest": "^29.6.2",
"ts-jest": "^29.1.0",
"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,12 +9,12 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@types/prettier": "^2.7.3",
"aws-cdk-lib": "^2.86.0",
"constructs": "^10.2.52",
"jest": "^29.6.1",
"jest": "^29.6.2",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.1.6"
Expand Down
Loading

0 comments on commit 3d00bc5

Please sign in to comment.