Skip to content

Commit

Permalink
fix(react-console): Updated to the latest prerelease of react console. (
Browse files Browse the repository at this point in the history
#4156)

* fix(react-console): Updated to the latest prerelease of react console.

* fixed build error.
  • Loading branch information
dlabaj authored Jul 26, 2024
1 parent 9b3df81 commit 8f9f553
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/documentation-framework/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@patternfly/react-tokens": "6.0.0-alpha.23",
"@patternfly/react-topology": "6.0.0-alpha.1",
"@patternfly/react-user-feedback": "6.0.0-alpha.1",
"@patternfly/react-console": "6.0.0-alpha.1",
"@patternfly/react-console": "6.0.0-alpha.4",
"@patternfly/quickstarts": "5.1.0",
"@patternfly/react-virtualized-extension": "6.0.0-alpha.1",
"@patternfly/react-templates": "6.0.0-alpha.39"
Expand Down
4 changes: 2 additions & 2 deletions packages/documentation-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"screenshots": "pf-docs-framework screenshots"
},
"dependencies": {
"@patternfly/documentation-framework": "6.0.0-alpha.63",
"@patternfly/documentation-framework": "6.0.0-alpha.65",
"@patternfly/react-catalog-view-extension": "6.0.0-alpha.4",
"@patternfly/react-console": "6.0.0-alpha.3",
"@patternfly/react-console": "6.0.0-alpha.4",
"@patternfly/react-docs": "7.0.0-alpha.96",
"@patternfly/react-log-viewer": "6.0.0-alpha.1",
"@patternfly/react-topology": "6.0.0-alpha.1",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1870,16 +1870,17 @@
clsx "^2.0.0"
react-jss "^10.10.0"

"@patternfly/[email protected].3":
version "6.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/@patternfly/react-console/-/react-console-6.0.0-alpha.3.tgz#0a85d52896450926378d95607cd6d2d722280382"
integrity sha512-Q6dU9gMZybC+u2Mz+merxEKliqmkhuT1kKOw3kGNb+Od/jgO3J2yqQRVqig4vcm8XFT4S0/kpnxps2uI/LYVYw==
"@patternfly/[email protected].4":
version "6.0.0-alpha.4"
resolved "https://registry.yarnpkg.com/@patternfly/react-console/-/react-console-6.0.0-alpha.4.tgz#251c21576b1ddbd94c6003ffcfbe03fc05d2981f"
integrity sha512-XdWyhbB8butOOsFU4jCfWchlNoO88priWYpZ5XpmAslBcN/SXDmu9goaGsWnYNT8Z6BYizoAmmGXmDYnD0AX0A==
dependencies:
"@novnc/novnc" "^1.3.0"
"@patternfly/react-core" "6.0.0-alpha.61"
"@patternfly/react-styles" "6.0.0-alpha.23"
"@spice-project/spice-html5" "^0.2.1"
file-saver "^1.3.8"
react-jss "^10.10.0"
xterm "^4.8.1"
xterm-addon-fit "^0.2.1"

Expand Down

0 comments on commit 8f9f553

Please sign in to comment.