Skip to content

Commit

Permalink
feat: Updated to PatternFly v6. (#409)
Browse files Browse the repository at this point in the history
* feat: Updated to PatternFly v6.

* Update packages/module/package.json

---------

Co-authored-by: Austin Sullivan <a.m.sullivan.github@gmail.com>
  • Loading branch information
dlabaj and wise-king-sullyman authored Oct 24, 2024
1 parent 0c86cba commit 6f60385
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 37 deletions.
55 changes: 24 additions & 31 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"whatwg-fetch": "^3.6.20"
},
"dependencies": {
"@patternfly/react-tokens": "^6.0.0-prerelease.7",
"@patternfly/react-tokens": "^6.0.0",
"sharp": "^0.33.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
Expand Down
9 changes: 5 additions & 4 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"tag": "alpha"
},
"dependencies": {
"@patternfly/react-core": "^6.0.0-prerelease.21",
"@patternfly/react-icons": "^6.0.0-prerelease.7",
"@patternfly/react-table": "^6.0.0-prerelease.22",
"@patternfly/react-core": "^6.0.0",
"@patternfly/react-icons": "^6.0.0",
"@patternfly/react-table": "^6.0.0",
"react-jss": "^10.10.0",
"clsx": "^2.1.1"
},
Expand All @@ -44,7 +44,8 @@
"devDependencies": {
"@patternfly/patternfly-a11y": "^4.3.1",
"@patternfly/documentation-framework": "^6.0.0-alpha.113",
"@patternfly/patternfly": "6.0.0-prerelease.15",
"@patternfly/react-code-editor": "^6.0.0",
"@patternfly/patternfly": "^6.0.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"react": "^18.3.1",
Expand Down
1 change: 0 additions & 1 deletion packages/module/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ export * from './BulkSelect';

export { default as Ansible } from './Ansible';
export * from './Ansible';

0 comments on commit 6f60385

Please sign in to comment.