Skip to content

Commit a7b2de0

Browse files
committed
(chore) Relax @carbon/react peer dependency to 1.x
This commit updates the @carbon/react peer dependency version range from 1.71.0 to 1.x, allowing for any 1.x version to be used. This also aligns with the convention of using the `x` range for peer dependencies across O3 repositories.
1 parent 6dcb4dd commit a7b2de0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"url": "https://github.com/openmrs/openmrs-esm-fast-data-entry-app/issues"
4141
},
4242
"peerDependencies": {
43-
"@carbon/react": "1.71.0",
43+
"@carbon/react": "1.x",
4444
"@openmrs/esm-framework": "*",
4545
"lodash-es": "4.x",
4646
"react": "18.x",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3665,7 +3665,7 @@ __metadata:
36653665
webpack: "npm:^5.88.2"
36663666
webpack-cli: "npm:^5.1.4"
36673667
peerDependencies:
3668-
"@carbon/react": 1.71.0
3668+
"@carbon/react": 1.x
36693669
"@openmrs/esm-framework": "*"
36703670
lodash-es: 4.x
36713671
react: 18.x

0 commit comments

Comments
 (0)