Skip to content

Commit

Permalink
package.json: update PatternFly to Cockpit's version
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Jul 26, 2023
1 parent 2b71c7f commit c7a7859
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COCKPIT_REPO_FILES = \
$(NULL)

COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = 4693a536e3262d3254d848daed251ef385ae5017 # 296 + 30 commits
COCKPIT_REPO_COMMIT = 5ab26075bf5f8c9c3753e4887d31590dd9d9781f # 296 + PF update

$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"stylelint-formatter-pretty": "^3.2.0"
},
"dependencies": {
"@patternfly/patternfly": "5.0.0-alpha.53",
"@patternfly/react-core": "5.0.0-alpha.98",
"@patternfly/react-icons": "5.0.0-alpha.14",
"@patternfly/react-styles": "5.0.0-alpha.10",
"@patternfly/react-table": "5.0.0-alpha.100",
"@patternfly/react-tokens": "5.0.0-alpha.9",
"@patternfly/patternfly": "5.0.0-prerelease.8",
"@patternfly/react-core": "5.0.0-alpha.132",
"@patternfly/react-icons": "5.0.0-alpha.21",
"@patternfly/react-styles": "5.0.0-alpha.19",
"@patternfly/react-table": "5.0.0-alpha.136",
"@patternfly/react-tokens": "5.0.0-alpha.16",
"date-fns": "2.30.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ostree.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ class Application extends React.Component {
</PageSection>
<PageSection>
{this.state.error && <Alert variant="danger" isInline title={this.state.error} />}
<Card id="deployments">
<Card id="deployments" isSelectable isClickable>
<CardHeader actions={{ actions: actionButton, hasNoOffset: false }}>
<CardTitle component="h2">{_("Deployments and updates")}</CardTitle>
</CardHeader>
Expand Down

0 comments on commit c7a7859

Please sign in to comment.