Skip to content

Commit

Permalink
chore(deps): Update core dependencies on v5 to latest (#11117)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlabaj authored Oct 17, 2024
1 parent 9b64d81 commit 9e055b9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslib": "^2.7.0"
},
"devDependencies": {
"@patternfly/patternfly": "5.4.0",
"@patternfly/patternfly": "5.4.2",
"css": "^3.0.0",
"fs-extra": "^11.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
},
"dependencies": {
"@patternfly/patternfly": "5.4.0",
"@patternfly/patternfly": "5.4.2",
"@patternfly/react-charts": "workspace:^",
"@patternfly/react-code-editor": "workspace:^",
"@patternfly/react-core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@patternfly/patternfly": "5.4.0",
"@patternfly/patternfly": "5.4.2",
"fs-extra": "^11.2.0",
"tslib": "^2.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"clean": "rimraf dist css"
},
"devDependencies": {
"@patternfly/patternfly": "5.4.0",
"@patternfly/patternfly": "5.4.2",
"change-case": "^5.4.4",
"fs-extra": "^11.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@patternfly/patternfly": "5.4.0",
"@patternfly/patternfly": "5.4.2",
"css": "^3.0.0",
"fs-extra": "^11.2.0"
}
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3171,10 +3171,10 @@ __metadata:
languageName: node
linkType: hard

"@patternfly/patternfly@npm:5.4.0":
version: 5.4.0
resolution: "@patternfly/patternfly@npm:5.4.0"
checksum: 10c0/52692b8756d5c105eede8ea33b3c56b344bb176b333d90aecfff72257f568e70406cf5376879519601d57e2816c2bb209c119068c67b486947a586699ad50ab6
"@patternfly/patternfly@npm:5.4.2":
version: 5.4.2
resolution: "@patternfly/patternfly@npm:5.4.2"
checksum: 10c0/cf104eee8c04b0f0199d249a2cb5adb6a7a809ac45c320f85493672526c624e400e18416e884f1b2ef0779e846994fb50c89907a0e65661e81a5b591899da478
languageName: node
linkType: hard

Expand Down Expand Up @@ -3233,7 +3233,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@patternfly/react-core@workspace:packages/react-core"
dependencies:
"@patternfly/patternfly": "npm:5.4.0"
"@patternfly/patternfly": "npm:5.4.2"
"@patternfly/react-icons": "workspace:^"
"@patternfly/react-styles": "workspace:^"
"@patternfly/react-tokens": "workspace:^"
Expand All @@ -3253,7 +3253,7 @@ __metadata:
resolution: "@patternfly/react-docs@workspace:packages/react-docs"
dependencies:
"@patternfly/documentation-framework": "npm:^5.23.0"
"@patternfly/patternfly": "npm:5.4.0"
"@patternfly/patternfly": "npm:5.4.2"
"@patternfly/patternfly-a11y": "npm:4.3.1"
"@patternfly/react-charts": "workspace:^"
"@patternfly/react-code-editor": "workspace:^"
Expand Down Expand Up @@ -3291,7 +3291,7 @@ __metadata:
"@fortawesome/free-brands-svg-icons": "npm:^5.15.4"
"@fortawesome/free-regular-svg-icons": "npm:^5.15.4"
"@fortawesome/free-solid-svg-icons": "npm:^5.15.4"
"@patternfly/patternfly": "npm:5.4.0"
"@patternfly/patternfly": "npm:5.4.2"
fs-extra: "npm:^11.2.0"
tslib: "npm:^2.7.0"
peerDependencies:
Expand Down Expand Up @@ -3371,7 +3371,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@patternfly/react-styles@workspace:packages/react-styles"
dependencies:
"@patternfly/patternfly": "npm:5.4.0"
"@patternfly/patternfly": "npm:5.4.2"
change-case: "npm:^5.4.4"
fs-extra: "npm:^11.2.0"
languageName: unknown
Expand Down Expand Up @@ -3412,7 +3412,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@patternfly/react-tokens@workspace:packages/react-tokens"
dependencies:
"@patternfly/patternfly": "npm:5.4.0"
"@patternfly/patternfly": "npm:5.4.2"
css: "npm:^3.0.0"
fs-extra: "npm:^11.2.0"
languageName: unknown
Expand Down

0 comments on commit 9e055b9

Please sign in to comment.