Skip to content

Commit

Permalink
feat(ver): bump docs framework
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul committed Oct 24, 2024
1 parent 085290e commit cc05504
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"@patternfly/patternfly-a11y": "^4.3.1",
"@patternfly/documentation-framework": "^6.0.0-alpha.109",
"@patternfly/documentation-framework": "^6.0.0-alpha.121",
"@patternfly/patternfly": "^6.0.0",
"@patternfly/react-table": "^6.0.0",
"@patternfly/react-code-editor": "^6.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2311,27 +2311,27 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@patternfly/ast-helpers@^1.4.0-alpha.98":
version "1.4.0-alpha.98"
resolved "https://registry.yarnpkg.com/@patternfly/ast-helpers/-/ast-helpers-1.4.0-alpha.98.tgz#e66d10d3aaafb8a7e26db4dd1cb13deca16c6202"
integrity sha512-7Xho5JhBMVB9O9uQg2zChxpaD95EdTdcYQd4JD/YYhFfE1AWMBUipNuW2PhoohGBOVt2HhKq9ltUEPWIxqgHTA==
"@patternfly/ast-helpers@^1.4.0-alpha.110":
version "1.4.0-alpha.110"
resolved "https://registry.yarnpkg.com/@patternfly/ast-helpers/-/ast-helpers-1.4.0-alpha.110.tgz#411d75f4f9c0c4249af49a488acb80304df2180a"
integrity sha512-QBg/Rd9fMfnNeXQeUmzkuX15a1kZlJPgdY9K5YnEtR5Nb3znuK343TW+CHQbX86FTxLw8DDFHuyc2GLgqUu2Uw==
dependencies:
acorn "^8.4.1"
acorn-class-fields "^1.0.0"
acorn-jsx "^5.3.2"
acorn-static-class-features "^1.0.0"
astring "^1.7.5"

"@patternfly/documentation-framework@^6.0.0-alpha.109":
version "6.0.0-alpha.109"
resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-6.0.0-alpha.109.tgz#cc410fe2bc7c5db45621d27ee720c17116384358"
integrity sha512-9ZpsoGLdCcHKXWOvZe1qc0cUHhBnXObWoAqQNMIOBaoTVV6FOThGZLqXf9qJmbcg0d/iC9QxOc6EjQaH3Pd/Dw==
"@patternfly/documentation-framework@^6.0.0-alpha.121":
version "6.0.0-alpha.121"
resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-6.0.0-alpha.121.tgz#ce08902162228f3af97c11e17a73f7389c874d28"
integrity sha512-CSQmKE7ffycyd/8CuFV9RL3jBQltgwKpUWnViwrVktprcrDjksxU0O/x06sCan5egRsMbKwJt0JrJTTUpVYRhQ==
dependencies:
"@babel/core" "^7.24.3"
"@babel/preset-env" "^7.24.3"
"@babel/preset-react" "^7.24.1"
"@mdx-js/util" "1.6.16"
"@patternfly/ast-helpers" "^1.4.0-alpha.98"
"@patternfly/ast-helpers" "^1.4.0-alpha.110"
"@reach/router" "npm:@gatsbyjs/[email protected]"
autoprefixer "9.8.6"
babel-loader "^9.1.3"
Expand Down

0 comments on commit cc05504

Please sign in to comment.