Skip to content

Commit

Permalink
(chore) Upgrade esm-framework peer-dependancy verion (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack authored Feb 15, 2024
1 parent 3cd0af1 commit 2352f6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/esm-admin-openconceptlab-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"swr": "^2.2.2"
},
"peerDependencies": {
"@openmrs/esm-framework": "4.x",
"@openmrs/esm-framework": "5.x",
"dayjs": "1.x",
"react": "18.x",
"react-dom": "18.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-system-admin-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"swr": "^2.2.2"
},
"peerDependencies": {
"@openmrs/esm-framework": "4.x",
"@openmrs/esm-framework": "5.x",
"dayjs": "1.x",
"react": "18.x",
"react-dom": "18.x",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3956,7 +3956,7 @@ __metadata:
lodash-es: ^4.17.21
swr: ^2.2.2
peerDependencies:
"@openmrs/esm-framework": 4.x
"@openmrs/esm-framework": 5.x
dayjs: 1.x
react: 18.x
react-dom: 18.x
Expand Down Expand Up @@ -4031,7 +4031,7 @@ __metadata:
lodash-es: ^4.17.21
swr: ^2.2.2
peerDependencies:
"@openmrs/esm-framework": 4.x
"@openmrs/esm-framework": 5.x
dayjs: 1.x
react: 18.x
react-dom: 18.x
Expand Down

0 comments on commit 2352f6c

Please sign in to comment.