Skip to content

Commit

Permalink
Update sdc-populate and populate-express to v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Jul 3, 2024
1 parent 370141d commit ba945fb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/smart-forms-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"homepage": "https://github.com/aehrc/smart-forms#readme",
"dependencies": {
"@aehrc/sdc-assemble": "^1.2.0",
"@aehrc/sdc-populate": "^2.2.4",
"@aehrc/sdc-populate": "^2.2.6",
"@aehrc/smart-forms-renderer": "^0.35.9",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
Expand Down
11 changes: 6 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/sdc-populate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aehrc/sdc-populate",
"version": "2.2.5",
"version": "2.2.6",
"description": "Performs the $populate operation from the HL7 FHIR SDC (Structured Data Capture) specification: http://hl7.org/fhir/uv/sdc",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-forms-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/aehrc/smart-forms#readme",
"dependencies": {
"@aehrc/sdc-populate": "^2.2.5",
"@aehrc/sdc-populate": "^2.2.6",
"@iconify/react": "^4.1.1",
"dayjs": "^1.11.10",
"deep-diff": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions services/populate-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "populate-express",
"version": "2.2.5",
"version": "2.2.6",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"express": "^4.19.2",
"@aehrc/sdc-populate": "^2.2.5",
"@aehrc/sdc-populate": "^2.2.6",
"dotenv": "^16.4.5",
"cors": "^2.8.5"
}
Expand Down

0 comments on commit ba945fb

Please sign in to comment.