Skip to content

Commit

Permalink
fix: bump to 6.0.0 pf versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Oct 24, 2024
1 parent cbbc0c6 commit aeb9f32
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 40 deletions.
114 changes: 83 additions & 31 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.0-alpha.109",
"@patternfly/patternfly": "^6.0.0-prerelease.15",
"@patternfly/react-icons": "^6.0.0-prerelease.7",
"@patternfly/documentation-framework": "^6.0.0-alpha.117",
"@patternfly/patternfly": "^6.0.0",
"@patternfly/react-icons": "^6.0.0",
"@swc/core": "1.3.96",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"tag": "prerelease"
},
"dependencies": {
"@patternfly/react-core": "6.0.0-prerelease.21",
"@patternfly/react-code-editor": "6.0.0-prerelease.21",
"@patternfly/react-icons": "6.0.0-prerelease.7",
"@patternfly/react-core": "^6.0.0",
"@patternfly/react-code-editor": "^6.0.0",
"@patternfly/react-icons": "^6.0.0",
"clsx": "^2.1.0",
"framer-motion": "^11.3.28",
"react-jss": "^10.10.0",
Expand All @@ -48,10 +48,10 @@
"react-dom": "^17 || ^18"
},
"devDependencies": {
"@patternfly/documentation-framework": "^6.0.0-alpha.109",
"@patternfly/patternfly": "^6.0.0-prerelease.15",
"@patternfly/documentation-framework": "^6.0.0-alpha.117",
"@patternfly/patternfly": "^6.0.0",
"@patternfly/patternfly-a11y": "^4.3.1",
"@patternfly/react-table": "^6.0.0-prerelease.22",
"@patternfly/react-table": "^6.0.0",
"@types/dom-speech-recognition": "^0.0.4",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
Expand Down

0 comments on commit aeb9f32

Please sign in to comment.