Skip to content

Commit 5e32b4a

Browse files
chore(deps): update dependency @patternfly/patternfly to v5.3.0-prerelease.4
1 parent 98aebfb commit 5e32b4a

File tree

6 files changed

+37
-12
lines changed

6 files changed

+37
-12
lines changed

packages/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"tslib": "^2.5.0"
5555
},
5656
"devDependencies": {
57-
"@patternfly/patternfly": "5.2.1",
57+
"@patternfly/patternfly": "5.3.0-prerelease.4",
5858
"@rollup/plugin-commonjs": "^25.0.0",
5959
"@rollup/plugin-node-resolve": "^15.0.2",
6060
"@rollup/plugin-replace": "^5.0.2",

packages/react-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
2323
},
2424
"dependencies": {
25-
"@patternfly/patternfly": "5.2.1",
25+
"@patternfly/patternfly": "5.3.0-prerelease.4",
2626
"@patternfly/react-charts": "^7.3.0-prerelease.4",
2727
"@patternfly/react-code-editor": "^5.3.0-prerelease.11",
2828
"@patternfly/react-core": "^5.3.0-prerelease.10",

packages/react-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@fortawesome/free-brands-svg-icons": "^5.14.0",
3333
"@fortawesome/free-regular-svg-icons": "^5.14.0",
3434
"@fortawesome/free-solid-svg-icons": "^5.14.0",
35-
"@patternfly/patternfly": "5.2.1",
35+
"@patternfly/patternfly": "5.3.0-prerelease.4",
3636
"fs-extra": "^11.1.1",
3737
"glob": "^7.1.2",
3838
"rimraf": "^2.6.2",

packages/react-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "rimraf dist css"
1919
},
2020
"devDependencies": {
21-
"@patternfly/patternfly": "5.2.1",
21+
"@patternfly/patternfly": "5.3.0-prerelease.4",
2222
"camel-case": "^3.0.0",
2323
"css": "^2.2.3",
2424
"fs-extra": "^11.1.1",

packages/react-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"clean": "rimraf dist"
2929
},
3030
"devDependencies": {
31-
"@patternfly/patternfly": "5.2.1",
31+
"@patternfly/patternfly": "5.3.0-prerelease.4",
3232
"css": "^2.2.3",
3333
"fs-extra": "^11.1.1",
3434
"glob": "^7.1.2",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3988,10 +3988,10 @@
39883988
puppeteer-cluster "^0.23.0"
39893989
xmldoc "^1.1.2"
39903990

3991-
"@patternfly/patternfly@6.0.0-prerelease.1":
3992-
version "6.0.0-prerelease.1"
3993-
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-6.0.0-prerelease.1.tgz#37041576dce395a592acc286d5c3913ed7ab7f83"
3994-
integrity sha512-iAtWvRoL5cF3T0P2OI0Gt+rdDGOb5Fc1+PPRFZgVNe9+euD5rHiIeo0dLS9WVeWRcNfJ5hWJ47nQZsdvnGFHuA==
3991+
"@patternfly/patternfly@5.3.0-prerelease.4":
3992+
version "5.3.0-prerelease.4"
3993+
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-5.3.0-prerelease.4.tgz#e7285a2e143165da0d92d6578d398a817ee1d553"
3994+
integrity sha512-YnNdxS+IR13EeFvANWRO09d5KhG4xwVVj137qRZD+qD7cZnGq9F4YJ8+dG88dBgoT+XLkM1spM2EaLxJms5l+Q==
39953995

39963996
"@pkgjs/parseargs@^0.11.0":
39973997
version "0.11.0"
@@ -18300,7 +18300,16 @@ string-length@^4.0.1:
1830018300
char-regex "^1.0.2"
1830118301
strip-ansi "^6.0.0"
1830218302

18303-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
18303+
"string-width-cjs@npm:string-width@^4.2.0":
18304+
version "4.2.3"
18305+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
18306+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
18307+
dependencies:
18308+
emoji-regex "^8.0.0"
18309+
is-fullwidth-code-point "^3.0.0"
18310+
strip-ansi "^6.0.1"
18311+
18312+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1830418313
version "4.2.3"
1830518314
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1830618315
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -18433,7 +18442,7 @@ stringify-entities@^3.0.1:
1843318442
is-decimal "^1.0.2"
1843418443
is-hexadecimal "^1.0.0"
1843518444

18436-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
18445+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1843718446
version "6.0.1"
1843818447
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1843918448
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -18452,6 +18461,13 @@ strip-ansi@^5.1.0:
1845218461
dependencies:
1845318462
ansi-regex "^4.1.0"
1845418463

18464+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
18465+
version "6.0.1"
18466+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
18467+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
18468+
dependencies:
18469+
ansi-regex "^5.0.1"
18470+
1845518471
strip-ansi@^7.0.1:
1845618472
version "7.1.0"
1845718473
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -20557,7 +20573,7 @@ worker-farm@^1.7.0:
2055720573
dependencies:
2055820574
errno "~0.1.7"
2055920575

20560-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
20576+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2056120577
version "7.0.0"
2056220578
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2056320579
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -20575,6 +20591,15 @@ wrap-ansi@^6.2.0:
2057520591
string-width "^4.1.0"
2057620592
strip-ansi "^6.0.0"
2057720593

20594+
wrap-ansi@^7.0.0:
20595+
version "7.0.0"
20596+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
20597+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
20598+
dependencies:
20599+
ansi-styles "^4.0.0"
20600+
string-width "^4.1.0"
20601+
strip-ansi "^6.0.0"
20602+
2057820603
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
2057920604
version "8.1.0"
2058020605
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)