Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into feature/extract
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
  • Loading branch information
fongsean committed Jun 20, 2024
2 parents f10668c + 071d6b5 commit e51ea0d
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion deployment/ehr-proxy/ehr-proxy-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21",
"ehr-proxy-hapi-endpoint": "^0.1.0",
"ehr-proxy-smart-proxy": "^0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions deployment/ehr-proxy/hapi-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "~5.2.2"
},
"peerDependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0"
"constructs": "^10.3.0"
}
}
4 changes: 2 additions & 2 deletions deployment/ehr-proxy/smart-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "~5.2.2"
},
"peerDependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0"
"constructs": "^10.3.0"
}
}
4 changes: 2 additions & 2 deletions deployment/ehr-proxy/transform-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"@types/jest": "^29.5.5",
"@types/node": "20.14.2",
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "~5.2.2"
},
"dependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21"
}
}
4 changes: 2 additions & 2 deletions deployment/forms-server/assemble-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "~5.2.2"
},
"peerDependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0"
"constructs": "^10.3.0"
}
}
2 changes: 1 addition & 1 deletion deployment/forms-server/forms-server-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21",
"forms-server-assemble-endpoint": "^0.1.0",
"forms-server-hapi-endpoint": "^0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions deployment/forms-server/hapi-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "~5.2.2"
},
"peerDependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0"
"constructs": "^10.3.0"
}
}
29 changes: 15 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e51ea0d

Please sign in to comment.