Skip to content

Commit

Permalink
fix(CodeModal): CodeEditor should fill height
Browse files Browse the repository at this point in the history
Upgrading PatternFly to pull in a bug fix for the CodeEditor - this lets it flow to full height in our modals.
  • Loading branch information
rebeccaalpert committed Jan 6, 2025
1 parent 55452b5 commit 692b385
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 132 deletions.
194 changes: 103 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@octokit/rest": "^18.0.0",
"@patternfly/documentation-framework": "^6.0.6",
"@patternfly/patternfly": "^6.0.0",
"@patternfly/react-icons": "^6.0.0",
"@patternfly/documentation-framework": "^6.5.0",
"@patternfly/patternfly": "^6.1.0",
"@patternfly/react-icons": "^6.1.0",
"@swc/core": "1.3.96",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
Expand Down
Loading

0 comments on commit 692b385

Please sign in to comment.