Skip to content

Commit 97f2fc6

Browse files
committed
fix(build): add missing glob dependency to react-styles and react-tokens
Add glob to devDependencies in react-styles and react-tokens packages to fix build failures in generate scripts.
1 parent 41dcd12 commit 97f2fc6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/react-styles/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"devDependencies": {
2222
"@patternfly/patternfly": "6.5.0-prerelease.33",
2323
"change-case": "^5.4.4",
24-
"fs-extra": "^11.3.0"
24+
"fs-extra": "^11.3.0",
25+
"glob": "^11.1.0"
2526
},
2627
"license": "MIT"
2728
}

packages/react-tokens/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"devDependencies": {
3232
"@adobe/css-tools": "^4.4.4",
3333
"@patternfly/patternfly": "6.5.0-prerelease.33",
34-
"fs-extra": "^11.3.0"
34+
"fs-extra": "^11.3.0",
35+
"glob": "^11.1.0"
3536
}
3637
}

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4777,6 +4777,7 @@ __metadata:
47774777
"@patternfly/patternfly": "npm:6.5.0-prerelease.33"
47784778
change-case: "npm:^5.4.4"
47794779
fs-extra: "npm:^11.3.0"
4780+
glob: "npm:^11.1.0"
47804781
languageName: unknown
47814782
linkType: soft
47824783

@@ -4818,6 +4819,7 @@ __metadata:
48184819
"@adobe/css-tools": "npm:^4.4.4"
48194820
"@patternfly/patternfly": "npm:6.5.0-prerelease.33"
48204821
fs-extra: "npm:^11.3.0"
4822+
glob: "npm:^11.1.0"
48214823
languageName: unknown
48224824
linkType: soft
48234825

0 commit comments

Comments
 (0)