Skip to content

Commit 6b087fc

Browse files
committed
fix: update to alpha omega release
1 parent 9339ec1 commit 6b087fc

File tree

3 files changed

+1241
-295
lines changed

3 files changed

+1241
-295
lines changed

packages/module/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"dependencies": {
3737
"@novnc/novnc": "^1.3.0",
38-
"@patternfly/react-core": "6.0.0-alpha.50",
39-
"@patternfly/react-styles": "6.0.0-alpha.19",
38+
"@patternfly/react-core": "6.0.0-alpha.60",
39+
"@patternfly/react-styles": "6.0.0-alpha.22",
4040
"@spice-project/spice-html5": "^0.2.1",
4141
"file-saver": "^1.3.8",
4242
"xterm": "^4.8.1",
@@ -47,11 +47,11 @@
4747
"react-dom": "^17 || ^18"
4848
},
4949
"devDependencies": {
50-
"@patternfly/documentation-framework": "6.0.0-alpha.20",
51-
"@patternfly/patternfly": "6.0.0-alpha.117",
50+
"@patternfly/documentation-framework": "6.0.0-alpha.36",
51+
"@patternfly/patternfly": "6.0.0-alpha.139",
5252
"@patternfly/patternfly-a11y": "^4.3.1",
53-
"@patternfly/react-code-editor": "6.0.0-alpha.50",
54-
"@patternfly/react-table": "6.0.0-alpha.50",
53+
"@patternfly/react-code-editor": "6.0.0-alpha.60",
54+
"@patternfly/react-table": "6.0.0-alpha.60",
5555
"rimraf": "^2.6.2",
5656
"serve": "^14.1.2",
5757
"monaco-editor": "^0.34.1"

packages/module/patternfly-docs/generated/extensions/react-console/react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,10 @@ const Component = () => (
376376
<AutoLinkHeader {...{"id":"note","size":"h3","className":"ws-title ws-h3"}}>
377377
{`Note`}
378378
</AutoLinkHeader>
379-
<p {...{"className":"ws-p"}}>
379+
<p {...{"className":"undefinedpf-v6-c-content--p ws-p "}}>
380380
{`React console lives in its own package at `}
381381
<PatternflyThemeLink {...{"to":"https://www.npmjs.com/package/@patternfly/react-console"}}>
382-
<code {...{"className":"ws-code"}}>
382+
<code {...{"className":"ws-code "}}>
383383
{`@patternfly/react-console`}
384384
</code>
385385
</PatternflyThemeLink>

0 commit comments

Comments
 (0)