Skip to content

Commit

Permalink
Refine dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Mar 15, 2024
1 parent a3a6f8c commit 8a3287e
Show file tree
Hide file tree
Showing 3 changed files with 2,716 additions and 3,579 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ dist
# vim
*.swp

# Package lock
package-lock.json

# Playwright and e2e tests
/test-results/
/playwright-report/
Expand Down
12 changes: 5 additions & 7 deletions packages/esm-referrals-queue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,29 @@
"bugs": {
"url": "https://github.com/PIH/openmrs-esm-pihemr/issues"
},
"dependencies": {
"@babel/runtime": "^7.24.0",
"moment": "^2.30.1",
"react-dates": "^21.8.0"
},
"peerDependencies": {
"@carbon/react": "^1.9.0",
"@openmrs/esm-framework": "^5.4.0",
"dayjs": "1.x",
"i18next": "^19.0.0",
"react": "18.x",
"react-dates": "^21.8.0",
"react-dom": "18.x",
"react-i18next": "11.x",
"rxjs": "6.x",
"sass": "^1.29.0",
"single-spa": "^6.x",
"swr": "^2.2.2"
},
"devDependencies": {
"@carbon/react": "^1.9.0",
"@openmrs/esm-framework": "^5.4.0",
"dayjs": "1.x",
"i18next": "^19.0.0",
"react": "18.x",
"react-dates": "^21.8.0",
"react-dom": "18.x",
"react-i18next": "11.x",
"rxjs": "6.x",
"sass": "^1.29.0",
"single-spa": "^6.x",
"swr": "^2.2.2"
}
Expand Down
Loading

0 comments on commit 8a3287e

Please sign in to comment.