Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @patternfly/documentation-framework to ^6.0.0-alpha.105 (main) #11079

Merged
merged 1 commit into from
Sep 26, 2024
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
2 changes: 1 addition & 1 deletion packages/react-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@patternfly/react-tokens": "workspace:^"
},
"devDependencies": {
"@patternfly/documentation-framework": "^6.0.0-alpha.104",
"@patternfly/documentation-framework": "^6.0.0-alpha.105",
"@patternfly/patternfly-a11y": "4.3.1"
},
"keywords": [
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3037,7 +3037,7 @@ __metadata:
languageName: node
linkType: hard

"@patternfly/ast-helpers@npm:^1.4.0-alpha.93":
"@patternfly/ast-helpers@npm:^1.4.0-alpha.94":
version: 1.23.0
resolution: "@patternfly/ast-helpers@npm:1.23.0"
dependencies:
Expand All @@ -3050,15 +3050,15 @@ __metadata:
languageName: node
linkType: hard

"@patternfly/documentation-framework@npm:^6.0.0-alpha.104":
version: 6.0.0-alpha.104
resolution: "@patternfly/documentation-framework@npm:6.0.0-alpha.104"
"@patternfly/documentation-framework@npm:^6.0.0-alpha.105":
version: 6.0.0-alpha.105
resolution: "@patternfly/documentation-framework@npm:6.0.0-alpha.105"
dependencies:
"@babel/core": "npm:^7.24.3"
"@babel/preset-env": "npm:^7.24.3"
"@babel/preset-react": "npm:^7.24.1"
"@mdx-js/util": "npm:1.6.16"
"@patternfly/ast-helpers": "npm:^1.4.0-alpha.93"
"@patternfly/ast-helpers": "npm:^1.4.0-alpha.94"
"@reach/router": "npm:@gatsbyjs/[email protected]"
autoprefixer: "npm:9.8.6"
babel-loader: "npm:^9.1.3"
Expand Down Expand Up @@ -3125,7 +3125,7 @@ __metadata:
react-dom: ^17.0.0 || ^18.0.0
bin:
pf-docs-framework: scripts/cli/cli.js
checksum: 10c0/29bd9af0a013067a82a3687a364ca06b76f8bd9ed6290ea597f6d1611be7795800431dc156418785a74a9434477b1268b8d3fd5739082a1746e13c1a145e2625
checksum: 10c0/f417444318e8d74d44bf53b463de1241154f0dedc7c73d3cd1757333e8a4f211e3d0c6d2f1b9f82c34dc284e5824662c65bbae3caddb70772cd64671b4de155a
languageName: node
linkType: hard

Expand Down Expand Up @@ -3229,7 +3229,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@patternfly/react-docs@workspace:packages/react-docs"
dependencies:
"@patternfly/documentation-framework": "npm:^6.0.0-alpha.104"
"@patternfly/documentation-framework": "npm:^6.0.0-alpha.105"
"@patternfly/patternfly": "npm:6.0.0-prerelease.13"
"@patternfly/patternfly-a11y": "npm:4.3.1"
"@patternfly/react-charts": "workspace:^"
Expand Down
Loading