Skip to content

Commit

Permalink
Merge pull request #81 from nicolethoen/bump_to_pf6
Browse files Browse the repository at this point in the history
feat: bump deps including PF6
  • Loading branch information
nicolethoen authored Oct 31, 2024
2 parents 923e9bb + b688c18 commit 7d3a88e
Show file tree
Hide file tree
Showing 82 changed files with 4,284 additions and 32,746 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,22 @@ node_modules
coverage
report/static/screenshots
report/static/results.json
report/dist
.DS_Store
.cache
.tmp
.eslintcache
.out
.changelog

# IDEs and editors
.idea
.project
.classpath
.c9
*.launch
.settings
*.sublime-workspace
.history
.vscode
.yo-rc.json
79 changes: 55 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/patternfly-a11y",
"version": "4.3.1",
"version": "5.0.0",
"description": "Accessibility utilities for PatternFly.",
"scripts": {
"test": "node cli.js --prefix http://localhost:9000 --file ~/src/gatsby-theme-patternfly-org/patternfly-org-demo/.cache/fullscreenPages.json",
Expand All @@ -24,33 +24,64 @@
"license": "MIT",
"bin": "cli.js",
"dependencies": {
"axe-core": "^4.10.0",
"chromedriver": "^119.0.1",
"commander": "^11.1.0",
"fs-extra": "^10.1.0",
"axe-core": "^4.10.2",
"chromedriver": "^130.0.1",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"junit-xml": "^1.2.0",
"puppeteer": "^15.5.0",
"puppeteer-cluster": "^0.23.0",
"puppeteer": "^23.6.1",
"puppeteer-cluster": "^0.24.0",
"xmldoc": "^1.3.0"
},
"peerDependencies": {
"victory-core": "^37.1.1",
"victory-scatter": "^37.1.1",
"victory-pie": "^37.1.1",
"victory-stack": "^37.1.1",
"victory-legend": "^37.1.1",
"victory-line": "^37.1.1",
"victory-group": "^37.1.1",
"victory-voronoi-container": "^37.1.1",
"victory-create-container": "^37.1.1",
"victory-cursor-container": "^37.1.1",
"victory-tooltip": "^37.1.1",
"victory-bar": "^37.1.1"
},
"devDependencies": {
"@patternfly/react-charts": "^6.94.21",
"@patternfly/react-core": "^4.278.1",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^4.0.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"@patternfly/react-charts": "^8.0.0",
"@patternfly/react-core": "^6.0.0",
"@patternfly/react-templates": "^6.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"victory-core": "^37.1.1",
"victory-chart": "^37.1.1",
"victory-scatter": "^37.1.1",
"victory-pie": "^37.1.1",
"victory-stack": "^37.1.1",
"victory-legend": "^37.1.1",
"victory-line": "^37.1.1",
"victory-group": "^37.1.1",
"victory-voronoi-container": "^37.1.1",
"victory-create-container": "^37.1.1",
"victory-cursor-container": "^37.1.1",
"victory-tooltip": "^37.1.1",
"victory-area": "^37.3.0",
"victory-axis": "^37.1.1",
"victory-bar": "^37.1.1",
"victory-box-plot": "^37.1.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-loader": "^9.5.1",
"typescript": "^4.9.5",
"url-loader": "^4.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2"
"typescript": "^5.6.3",
"url-loader": "^4.1.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}
Binary file removed report/dist/08322afb8640616a622814aa8f714b84.jpg
Binary file not shown.
Binary file removed report/dist/30e8d31f821a144fe52cf00417648038.jpg
Binary file not shown.
Binary file removed report/dist/3b693db01ef2135e3f14fd3604f355aa.jpg
Binary file not shown.
Binary file removed report/dist/56faebeaec23b1c7d7d387f000025996.jpg
Binary file not shown.
Binary file removed report/dist/b64efab6836e719c0e314a6193789170.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion report/dist/bundle.js

This file was deleted.

Binary file removed report/dist/eea28e73c0df6dbbb1ff0ffde38c6c0e.jpg
Binary file not shown.
Binary file removed report/dist/fonts/RedHatDisplay-Bold.woff
Binary file not shown.
Binary file removed report/dist/fonts/RedHatDisplay-Bold.woff2
Binary file not shown.
Binary file removed report/dist/fonts/RedHatDisplay-Medium.woff
Binary file not shown.
Binary file removed report/dist/fonts/RedHatDisplay-Medium.woff2
Binary file not shown.
Binary file removed report/dist/fonts/RedHatDisplay-Regular.woff
Binary file not shown.
Binary file removed report/dist/fonts/RedHatDisplay-Regular.woff2
Binary file not shown.
Binary file removed report/dist/fonts/RedHatDisplay-updated-Bold.woff2
Binary file not shown.
Binary file removed report/dist/fonts/RedHatDisplay-updated-Medium.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed report/dist/fonts/RedHatMono-updated-Regular.woff2
Binary file not shown.
Binary file removed report/dist/fonts/RedHatMonoVF-updated-Italic.woff2
Binary file not shown.
Binary file removed report/dist/fonts/RedHatMonoVF-updated.woff2
Binary file not shown.
Binary file removed report/dist/fonts/RedHatText-Medium.woff
Binary file not shown.
Binary file removed report/dist/fonts/RedHatText-Medium.woff2
Binary file not shown.
Binary file removed report/dist/fonts/RedHatText-Regular.woff
Binary file not shown.
Binary file removed report/dist/fonts/RedHatText-Regular.woff2
Binary file not shown.
Binary file removed report/dist/fonts/RedHatText-updated-Medium.woff2
Binary file not shown.
Binary file removed report/dist/fonts/RedHatText-updated-Regular.woff2
Binary file not shown.
Binary file not shown.
Binary file removed report/dist/fonts/RedHatTextVFModified-updated.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-bold-italic.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-bold-italic.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-bold.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-bold.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-extrabold-italic.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-extrabold-italic.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-extrabold.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-extrabold.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-extralight-italic.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-extralight-italic.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-extralight.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-extralight.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-heavy-italic.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-heavy-italic.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-heavy.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-heavy.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-italic.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-italic.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-light-italic.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-light-italic.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-light.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-light.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-mono-bold.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-mono-bold.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-mono-light.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-mono-light.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-mono-regular.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-mono-regular.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-mono-semibold.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-mono-semibold.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-regular.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-regular.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-semibold-italic.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-semibold-italic.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-semibold.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-semibold.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-thin-italic.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-thin-italic.woff2
Binary file not shown.
Binary file removed report/dist/fonts/overpass-thin.woff
Binary file not shown.
Binary file removed report/dist/fonts/overpass-thin.woff2
Binary file not shown.
Binary file removed report/dist/fonts/pficon.woff
Binary file not shown.
Binary file removed report/dist/fonts/pficon.woff2
Binary file not shown.
1 change: 0 additions & 1 deletion report/dist/index.html

This file was deleted.

Loading

0 comments on commit 7d3a88e

Please sign in to comment.