Skip to content

Commit

Permalink
potential update for #255
Browse files Browse the repository at this point in the history
  • Loading branch information
saewitz committed Jul 15, 2024
1 parent 8625150 commit e954d67
Show file tree
Hide file tree
Showing 10 changed files with 9,872 additions and 13,134 deletions.
3 changes: 1 addition & 2 deletions packages/ehr-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ehr-utils",
"private": true,
"version": "0.2",
"version": "0.2.0",
"main": "lib/main.ts",
"types": "lib/main.ts",
"scripts": {
Expand All @@ -13,7 +13,6 @@
"coverage": "vitest run --coverage"
},
"dependencies": {
"ottehr-utils": "*"
},
"devDependencies": {
"@types/fhir": "^0.0.35",
Expand Down
3 changes: 1 addition & 2 deletions packages/ottehr-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"coverage": "vitest run --coverage"
},
"dependencies": {
"tsconfig": "*",
"ottehr-utils": "*"
"tsconfig": "*"
}
}
3 changes: 1 addition & 2 deletions packages/telemed-ehr/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"react-toastify": "^9.1.3",
"styled-components": "^5.3.11",
"styled-system": "^5.1.5",
"tsconfig": "*",
"ehr-utils": "*"
"tsconfig": "*"
},
"devDependencies": {
"@types/styled-components": "^5.1.34",
Expand Down
3 changes: 1 addition & 2 deletions packages/telemed-ehr/zambdas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"fast-json-patch": "^3.1.1",
"luxon": "^3.4.3",
"query-string": "^8.1.0",
"short-uuid": "^4.2.2",
"ehr-utils": "*"
"short-uuid": "^4.2.2"
},
"devDependencies": {
"@types/luxon": "^3.3.2",
Expand Down
2 changes: 0 additions & 2 deletions packages/telemed-intake/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"@mui/x-date-pickers": "^7.7.0",
"amazon-chime-sdk-component-library-react": "^3.7.0",
"amazon-chime-sdk-js": "^3.20.0",
"ottehr-components": "*",
"ottehr-utils": "*",
"styled-components": "^5.3.11",
"styled-system": "^5.1.5",
"tsconfig": "*"
Expand Down
2 changes: 0 additions & 2 deletions packages/telemed-intake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"dependencies": {
"amazon-chime-sdk-component-library-react": "^3.7.0",
"amazon-chime-sdk-js": "^3.20.0",
"ottehr-components": "*",
"ottehr-utils": "*",
"styled-components": "^5.3.11",
"styled-system": "^5.1.5",
"tsconfig": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/telemed-intake/zambdas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@zapehr/sdk": "1.0.15",
"ottehr-utils": "*"
"@zapehr/sdk": "1.0.15"
},
"devDependencies": {
"@types/node": "^20.10.3"
Expand Down
2 changes: 0 additions & 2 deletions packages/urgent-care-intake/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
"dependencies": {
"@mui/icons-material": "^5.14.10",
"@zapehr/sdk": "1.0.15",
"ottehr-components": "*",
"ottehr-utils": "*",
"react-markdown": "^9.0.0",
"tsconfig": "*"
}
Expand Down
1 change: 0 additions & 1 deletion packages/urgent-care-intake/zambdas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"node": ">=18.0.0"
},
"dependencies": {
"ottehr-utils": "*",
"@zapehr/sdk": "1.0.15"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit e954d67

Please sign in to comment.