Skip to content

Commit

Permalink
Merge branch 'develop' into issues/9869/DOB-autoswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan authored Jan 10, 2025
2 parents 152965c + 86eba9b commit 4e1e62b
Show file tree
Hide file tree
Showing 120 changed files with 3,739 additions and 2,043 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ ESLINT_NO_DEV_ERRORS=true
CARE_CDN_URL="https://egov-s3-facility-10bedicu.s3.amazonaws.com https://egov-s3-patient-data-10bedicu.s3.amazonaws.com http://localhost:4566"
REACT_ALLOWED_LOCALES="en,hi,ta,ml,mr,kn"

REACT_ENABLED_APPS=""
REACT_ENABLED_APPS="https://care-scribe-fe.pages.dev|ohcnetwork/care_scribe_fe"
155 changes: 91 additions & 64 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@googlemaps/typescript-guards": "^2.0.3",
"@headlessui/react": "^2.2.0",
"@hello-pangea/dnd": "^17.0.0",
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@originjs/vite-plugin-federation": "^1.3.7",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.2",
Expand All @@ -76,14 +76,14 @@
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.6",
"@sentry/browser": "^8.47.0",
"@sentry/browser": "^8.48.0",
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.62.15",
"@tanstack/react-query-devtools": "^5.63.0",
"@vitejs/plugin-react": "^4.3.4",
"@yudiel/react-qr-scanner": "^2.1.0",
"bowser": "^2.11.0",
"browser-image-compression": "^2.0.2",
"browserslist": "^4.24.3",
"browserslist": "^4.24.4",
"browserslist-useragent-regexp": "^4.1.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand Down Expand Up @@ -183,8 +183,8 @@
"optionalDependencies": {
"@esbuild/linux-arm64": "latest",
"@esbuild/linux-x64": "latest",
"@rollup/rollup-linux-arm64-gnu": "4.29.1",
"@rollup/rollup-linux-x64-gnu": "4.29.1"
"@rollup/rollup-linux-arm64-gnu": "4.30.1",
"@rollup/rollup-linux-x64-gnu": "4.30.1"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -212,4 +212,4 @@
"node": ">=22.8.0"
},
"packageManager": "npm@10.9.0"
}
}
Loading

0 comments on commit 4e1e62b

Please sign in to comment.