Skip to content

Commit

Permalink
Merge pull request #178 from wise-king-sullyman/pull-in-pf-alphas
Browse files Browse the repository at this point in the history
chore(deps): update patternfly deps to v6 alphas
  • Loading branch information
wise-king-sullyman authored Nov 30, 2023
2 parents 5229262 + ed089f1 commit d313ebc
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 51 deletions.
90 changes: 45 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
"webpack-merge": "^5.9.0"
},
"dependencies": {
"@patternfly/react-core": "^5.0.0",
"@patternfly/react-icons": "^5.0.0",
"@patternfly/react-styles": "^5.0.0",
"@patternfly/react-core": "6.0.0-alpha.2",
"@patternfly/react-icons": "6.0.0-alpha.2",
"@patternfly/react-styles": "6.0.0-alpha.2",
"@storybook/builder-webpack5": "^7.0.27",
"react": "^18",
"react-dom": "^18",
Expand Down
4 changes: 2 additions & 2 deletions src/app/AppLayout/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
);

const Navigation = (
<Nav id="nav-primary-simple" theme="dark">
<Nav id="nav-primary-simple" theme="light">
<NavList id="nav-list-simple">
{routes.map(
(route, idx) => route.label && (!route.routes ? renderNavItem(route, idx) : renderNavGroup(route, idx))
Expand All @@ -73,7 +73,7 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
);

const Sidebar = (
<PageSidebar theme="dark" >
<PageSidebar>
<PageSidebarBody>
{Navigation}
</PageSidebarBody>
Expand Down
2 changes: 1 addition & 1 deletion src/app/__snapshots__/app.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ exports[`App tests should render default App component 1`] = `
>
<nav
aria-label="Global"
class="pf-v5-c-nav"
class="pf-v5-c-nav pf-m-light"
data-ouia-component-id="OUIA-Generated-Nav-1"
data-ouia-component-type="PF5/Nav"
data-ouia-safe="true"
Expand Down

0 comments on commit d313ebc

Please sign in to comment.