Skip to content

Commit

Permalink
fix(doc-framework): Upgraded to the latest document framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj committed Jul 29, 2024
1 parent e7bf02b commit 67e1b84
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 @@
"react-dom": "^17 || ^18"
},
"devDependencies": {
"@patternfly/documentation-framework": "6.0.0-alpha.68",
"@patternfly/documentation-framework": "6.0.0-alpha.69",
"@patternfly/patternfly": "6.0.0-alpha.205",
"@patternfly/patternfly-a11y": "^4.3.1",
"@patternfly/react-code-editor": "6.0.0-alpha.94",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2579,27 +2579,27 @@
resolved "https://registry.npmjs.org/@novnc/novnc/-/novnc-1.5.0.tgz"
integrity sha512-4yGHOtUCnEJUCsgEt/L78eeJu00kthurLBWXFiaXfonNx0pzbs6R/3gJb1byZe6iAE8V9MF0syQb0xIL8MSOtQ==

"@patternfly/ast-helpers@^1.4.0-alpha.57":
version "1.4.0-alpha.57"
resolved "https://registry.yarnpkg.com/@patternfly/ast-helpers/-/ast-helpers-1.4.0-alpha.57.tgz#373eb77995f6c0a56835197e7b3f9b477b9f81ab"
integrity sha512-OzVr/XfZaZBXki2dpm3dcY/6meZomWaGUyAtFxjbp+eorK1Q9V9lwZVFTq7ocbOK1uYX1OEjR/gtiJD3WUb/WQ==
"@patternfly/ast-helpers@^1.4.0-alpha.58":
version "1.4.0-alpha.58"
resolved "https://registry.yarnpkg.com/@patternfly/ast-helpers/-/ast-helpers-1.4.0-alpha.58.tgz#bf57a1f260481adb9f61109e8704cb597df9108b"
integrity sha512-w/BW51wik73X/HsJ/AOSe3qM2SsQRgjdYmfoMK3PqB1FZ14ExT2ayvoyDUlcCJkSmbqa2pJpb3CXflwSu9SoEA==
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/[email protected].68":
version "6.0.0-alpha.68"
resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-6.0.0-alpha.68.tgz#7742c635588cf7071161b984a40e49afca8212c1"
integrity sha512-GfhQFdajLR+Kaygvfy6ktF1Xe+gMKVQgUCf3ZqfNoPIc5lpGYhkRyH1J/sq6Egm6RjQ2P6l8XBXmTekYIR9xdA==
"@patternfly/[email protected].69":
version "6.0.0-alpha.69"
resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-6.0.0-alpha.69.tgz#d411dd03107cf0ea7635531cc1fec9fa8b82a868"
integrity sha512-Qr28SSTzjNOy2BJSaJvBQYb9JOjuxFv49u7j4kGlY6BgMNUJoHYnGdTOVLBZgl1uvXfLhxRgkHBc4h5/smCFWQ==
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.57"
"@patternfly/ast-helpers" "^1.4.0-alpha.58"
"@reach/router" "npm:@gatsbyjs/[email protected]"
autoprefixer "9.8.6"
babel-loader "^9.1.3"
Expand Down

0 comments on commit 67e1b84

Please sign in to comment.