Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
211 changes: 131 additions & 80 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"react-dom": "^16.8 || ^17 || ^18"
},
"devDependencies": {
"@patternfly/documentation-framework": "^1.2.55",
"@patternfly/documentation-framework": "^1.10.12",
"@reach/router": "1.3.4",
"@patternfly/patternfly": "^4.217.1",
"@patternfly/patternfly": "^4.224.2",
"@patternfly/patternfly-a11y": "4.3.1",
"@patternfly/react-code-editor": "^4.82.26",
"@patternfly/react-table": "^4.111.4",
"@patternfly/react-code-editor": "^4.82.115",
"@patternfly/react-table": "^4.113.0",
"@redhat-cloud-services/frontend-components-utilities": "^3.2.25",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Sidenav top-level section
# should be the same for all markdown files
section: extensions
subsection: react-component-groups
subsection: Component groups
# Sidenav secondary level section
# should be the same for all markdown files
id: DetailsPage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# Sidenav top-level section
# should be the same for all markdown files
section: extensions
subsection: Component groups
# Sidenav secondary level section
# should be the same for all markdown files
id: react-component-groups
id: ErrorState
# Tab (react | react-demos | html | html-demos | design-guidelines | accessibility)
source: react
# If you use typescript, the name of the interface to display props for
Expand Down

This file was deleted.