Skip to content

Commit 92241ef

Browse files
chore(deps): update patternfly deps to v6 alphas
1 parent 5229262 commit 92241ef

File tree

3 files changed

+49
-49
lines changed

3 files changed

+49
-49
lines changed

package-lock.json

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
"webpack-merge": "^5.9.0"
8080
},
8181
"dependencies": {
82-
"@patternfly/react-core": "^5.0.0",
83-
"@patternfly/react-icons": "^5.0.0",
84-
"@patternfly/react-styles": "^5.0.0",
82+
"@patternfly/react-core": "6.0.0-alpha.2",
83+
"@patternfly/react-icons": "6.0.0-alpha.2",
84+
"@patternfly/react-styles": "6.0.0-alpha.2",
8585
"@storybook/builder-webpack5": "^7.0.27",
8686
"react": "^18",
8787
"react-dom": "^18",

src/app/AppLayout/AppLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
7373
);
7474

7575
const Sidebar = (
76-
<PageSidebar theme="dark" >
76+
<PageSidebar>
7777
<PageSidebarBody>
7878
{Navigation}
7979
</PageSidebarBody>

0 commit comments

Comments
 (0)