Skip to content

Commit fd2a892

Browse files
committed
update doc framework version
1 parent d0599f4 commit fd2a892

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

packages/react-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.232.10",
44
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
55
"main": "dist/js/index.js",
6+
"module": "dist/esm/index.js",
67
"types": "dist/esm/index.d.ts",
78
"exports": {
89
".": "./dist/esm/index.js",

packages/react-core/src/next/components/Wizard/examples/Wizard.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ import {
2828
WizardToggle,
2929
WizardStep,
3030
WizardBody,
31-
Step,
32-
SubStep,
3331
useWizardFooter,
34-
WizardStepProps,
3532
useWizardContext
3633
} from '@patternfly/react-core/next';
3734
import { css } from '@patternfly/react-styles';

packages/react-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@patternfly/react-virtualized-extension": "^4.79.10"
3838
},
3939
"devDependencies": {
40-
"@patternfly/documentation-framework": "1.1.36",
40+
"@patternfly/documentation-framework": "1.2.0",
4141
"@patternfly/patternfly-a11y": "4.3.1",
4242
"rimraf": "^2.6.3",
4343
"shx": "^0.3.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3474,10 +3474,10 @@
34743474
acorn-static-class-features "^1.0.0"
34753475
astring "^1.7.5"
34763476

3477-
"@patternfly/documentation-framework@1.1.36":
3478-
version "1.1.36"
3479-
resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-1.1.36.tgz#6018b9fe7c31cd466de383398a2a904d850d51be"
3480-
integrity sha512-xtFXu7bAAFNrWOuWKIRVPAAozQFQBdo2bjuDb6jvfZxKGQyJgle5iFbNlcxRlm0QuUVqUJvizGwOhOQCHT58tw==
3477+
"@patternfly/documentation-framework@1.2.0":
3478+
version "1.2.0"
3479+
resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-1.2.0.tgz#ac836209d59334febe42350060c8fd6a45a640b4"
3480+
integrity sha512-JYFKpI5jlAVR4HctE2opp/Ded3BS2xsiYitRjLX/mnT63ta2TZz0nDp61yk7t0MN+lH1fVbl/Cw0iiKs6qqAEQ==
34813481
dependencies:
34823482
"@babel/core" "7.18.2"
34833483
"@babel/plugin-proposal-class-properties" "7.17.12"

0 commit comments

Comments
 (0)