Skip to content

Commit 7d3a88e

Browse files
authored
Merge pull request #81 from nicolethoen/bump_to_pf6
feat: bump deps including PF6
2 parents 923e9bb + b688c18 commit 7d3a88e

File tree

82 files changed

+4284
-32746
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+4284
-32746
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,22 @@ node_modules
22
coverage
33
report/static/screenshots
44
report/static/results.json
5+
report/dist
6+
.DS_Store
7+
.cache
8+
.tmp
9+
.eslintcache
10+
.out
11+
.changelog
12+
13+
# IDEs and editors
14+
.idea
15+
.project
16+
.classpath
17+
.c9
18+
*.launch
19+
.settings
20+
*.sublime-workspace
21+
.history
22+
.vscode
23+
.yo-rc.json

package.json

Lines changed: 55 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/patternfly-a11y",
3-
"version": "4.3.1",
3+
"version": "5.0.0",
44
"description": "Accessibility utilities for PatternFly.",
55
"scripts": {
66
"test": "node cli.js --prefix http://localhost:9000 --file ~/src/gatsby-theme-patternfly-org/patternfly-org-demo/.cache/fullscreenPages.json",
@@ -24,33 +24,64 @@
2424
"license": "MIT",
2525
"bin": "cli.js",
2626
"dependencies": {
27-
"axe-core": "^4.10.0",
28-
"chromedriver": "^119.0.1",
29-
"commander": "^11.1.0",
30-
"fs-extra": "^10.1.0",
27+
"axe-core": "^4.10.2",
28+
"chromedriver": "^130.0.1",
29+
"commander": "^12.1.0",
30+
"fs-extra": "^11.2.0",
3131
"junit-xml": "^1.2.0",
32-
"puppeteer": "^15.5.0",
33-
"puppeteer-cluster": "^0.23.0",
32+
"puppeteer": "^23.6.1",
33+
"puppeteer-cluster": "^0.24.0",
3434
"xmldoc": "^1.3.0"
3535
},
36+
"peerDependencies": {
37+
"victory-core": "^37.1.1",
38+
"victory-scatter": "^37.1.1",
39+
"victory-pie": "^37.1.1",
40+
"victory-stack": "^37.1.1",
41+
"victory-legend": "^37.1.1",
42+
"victory-line": "^37.1.1",
43+
"victory-group": "^37.1.1",
44+
"victory-voronoi-container": "^37.1.1",
45+
"victory-create-container": "^37.1.1",
46+
"victory-cursor-container": "^37.1.1",
47+
"victory-tooltip": "^37.1.1",
48+
"victory-bar": "^37.1.1"
49+
},
3650
"devDependencies": {
37-
"@patternfly/react-charts": "^6.94.21",
38-
"@patternfly/react-core": "^4.278.1",
39-
"@types/react": "^17.0.80",
40-
"@types/react-dom": "^17.0.25",
41-
"clean-webpack-plugin": "^4.0.0-alpha.0",
42-
"copy-webpack-plugin": "^10.2.4",
43-
"css-loader": "^4.0.0",
44-
"file-loader": "^6.0.0",
45-
"html-webpack-plugin": "^5.6.0",
46-
"mini-css-extract-plugin": "^2.9.0",
47-
"react": "^17.0.0",
48-
"react-dom": "^17.0.0",
51+
"@patternfly/react-charts": "^8.0.0",
52+
"@patternfly/react-core": "^6.0.0",
53+
"@patternfly/react-templates": "^6.0.0",
54+
"@types/react": "^18.3.12",
55+
"@types/react-dom": "^18.3.1",
56+
"victory-core": "^37.1.1",
57+
"victory-chart": "^37.1.1",
58+
"victory-scatter": "^37.1.1",
59+
"victory-pie": "^37.1.1",
60+
"victory-stack": "^37.1.1",
61+
"victory-legend": "^37.1.1",
62+
"victory-line": "^37.1.1",
63+
"victory-group": "^37.1.1",
64+
"victory-voronoi-container": "^37.1.1",
65+
"victory-create-container": "^37.1.1",
66+
"victory-cursor-container": "^37.1.1",
67+
"victory-tooltip": "^37.1.1",
68+
"victory-area": "^37.3.0",
69+
"victory-axis": "^37.1.1",
70+
"victory-bar": "^37.1.1",
71+
"victory-box-plot": "^37.1.1",
72+
"clean-webpack-plugin": "^4.0.0",
73+
"copy-webpack-plugin": "^12.0.2",
74+
"css-loader": "^7.1.2",
75+
"file-loader": "^6.2.0",
76+
"html-webpack-plugin": "^5.6.3",
77+
"mini-css-extract-plugin": "^2.9.1",
78+
"react": "^18.3.1",
79+
"react-dom": "^18.3.1",
4980
"ts-loader": "^9.5.1",
50-
"typescript": "^4.9.5",
51-
"url-loader": "^4.0.0",
52-
"webpack": "^5.93.0",
53-
"webpack-cli": "^4.10.0",
54-
"webpack-dev-server": "^4.15.2"
81+
"typescript": "^5.6.3",
82+
"url-loader": "^4.1.1",
83+
"webpack": "^5.95.0",
84+
"webpack-cli": "^5.1.4",
85+
"webpack-dev-server": "^5.1.0"
5586
}
5687
}
-191 KB
Binary file not shown.
-575 KB
Binary file not shown.
-270 KB
Binary file not shown.
-114 KB
Binary file not shown.
-65.9 KB
Binary file not shown.

report/dist/bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
-354 KB
Binary file not shown.
-36.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)