Skip to content

Commit b684a12

Browse files
fix(feature-flags): update semver range to prevent version mismatches (#20794)
* fix(feature-flags): update semver range to prevent version mismatches * chore: update yarn lockfile --------- Co-authored-by: Mahmoud <132728978+maradwan26@users.noreply.github.com>
1 parent bb9cf28 commit b684a12

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@babel/runtime": "^7.27.3",
55-
"@carbon/feature-flags": "^0.32.0",
55+
"@carbon/feature-flags": "workspace:>=0.32.0",
5656
"@carbon/icons-react": "^11.70.0",
5757
"@carbon/layout": "^11.43.0",
5858
"@carbon/styles": "^1.93.0",

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@carbon/colors": "^11.42.0",
44-
"@carbon/feature-flags": "^0.32.0",
44+
"@carbon/feature-flags": "workspace:>=0.32.0",
4545
"@carbon/grid": "^11.45.0",
4646
"@carbon/layout": "^11.43.0",
4747
"@carbon/motion": "^11.37.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ __metadata:
17031703
languageName: unknown
17041704
linkType: soft
17051705

1706-
"@carbon/feature-flags@npm:^0.32.0, @carbon/feature-flags@workspace:packages/feature-flags":
1706+
"@carbon/feature-flags@workspace:>=0.32.0, @carbon/feature-flags@workspace:packages/feature-flags":
17071707
version: 0.0.0-use.local
17081708
resolution: "@carbon/feature-flags@workspace:packages/feature-flags"
17091709
dependencies:
@@ -1896,7 +1896,7 @@ __metadata:
18961896
"@babel/preset-react": "npm:^7.27.1"
18971897
"@babel/preset-typescript": "npm:^7.27.1"
18981898
"@babel/runtime": "npm:^7.27.3"
1899-
"@carbon/feature-flags": "npm:^0.32.0"
1899+
"@carbon/feature-flags": "workspace:>=0.32.0"
19001900
"@carbon/icons-react": "npm:^11.70.0"
19011901
"@carbon/layout": "npm:^11.43.0"
19021902
"@carbon/styles": "npm:^1.93.0"
@@ -1981,7 +1981,7 @@ __metadata:
19811981
resolution: "@carbon/styles@workspace:packages/styles"
19821982
dependencies:
19831983
"@carbon/colors": "npm:^11.42.0"
1984-
"@carbon/feature-flags": "npm:^0.32.0"
1984+
"@carbon/feature-flags": "workspace:>=0.32.0"
19851985
"@carbon/grid": "npm:^11.45.0"
19861986
"@carbon/layout": "npm:^11.43.0"
19871987
"@carbon/motion": "npm:^11.37.0"

0 commit comments

Comments
 (0)