Skip to content

Commit 923e9bb

Browse files
authored
Merge pull request #78 from rebeccaalpert/deps
Update dependencies and fix some broken commands
2 parents ecd9e75 + 509fbc1 commit 923e9bb

8 files changed

Lines changed: 20748 additions & 16300 deletions

File tree

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { writeCoverage } = require("./lib/reporter");
88

99
program
1010
.version(require("./package.json").version)
11-
.arguments("[urls or urlFile] [otherUrls...]")
11+
.arguments("[urls/urlFile] [otherUrls...]")
1212
.description("Test URL(s) using puppeteer and axe.")
1313
.option("-c, --config <file>", "Path to config file")
1414
.option(

package.json

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",
7-
"start": "webpack-dev-server --config ./test/app/webpack.config.js --open",
7+
"start": "webpack-dev-server --config ./report/webpack.config.js --open",
88
"dev": "yarn copy && webpack-dev-server --config ./report/webpack.config.js",
99
"build": "webpack --config ./report/webpack.config.js --mode production",
1010
"copy": "mkdir -p report/static && cp -R coverage/screenshots report/static && cp coverage/results.json report/static/results.json",
@@ -22,37 +22,35 @@
2222
},
2323
"author": "Red Hat",
2424
"license": "MIT",
25-
"bin": {
26-
"patternfly-a11y": "cli.js"
27-
},
25+
"bin": "cli.js",
2826
"dependencies": {
29-
"axe-core": "^4.8.2",
27+
"axe-core": "^4.10.0",
3028
"chromedriver": "^119.0.1",
31-
"commander": "^5.1.0",
29+
"commander": "^11.1.0",
3230
"fs-extra": "^10.1.0",
3331
"junit-xml": "^1.2.0",
3432
"puppeteer": "^15.5.0",
3533
"puppeteer-cluster": "^0.23.0",
3634
"xmldoc": "^1.3.0"
3735
},
3836
"devDependencies": {
39-
"@patternfly/react-charts": "^6.0.0",
40-
"@patternfly/react-core": "^4.0.0",
41-
"@types/react": "^17.0.0",
42-
"@types/react-dom": "^17.0.0",
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",
4341
"clean-webpack-plugin": "^4.0.0-alpha.0",
4442
"copy-webpack-plugin": "^10.2.4",
4543
"css-loader": "^4.0.0",
4644
"file-loader": "^6.0.0",
47-
"html-webpack-plugin": "^5.0.0",
48-
"mini-css-extract-plugin": "^2.0.0",
45+
"html-webpack-plugin": "^5.6.0",
46+
"mini-css-extract-plugin": "^2.9.0",
4947
"react": "^17.0.0",
5048
"react-dom": "^17.0.0",
51-
"ts-loader": "^9.0.0",
52-
"typescript": "^4.0.0",
49+
"ts-loader": "^9.5.1",
50+
"typescript": "^4.9.5",
5351
"url-loader": "^4.0.0",
54-
"webpack": "^5.0.0",
55-
"webpack-cli": "^4.0.0",
56-
"webpack-dev-server": "^4.0.0"
52+
"webpack": "^5.93.0",
53+
"webpack-cli": "^4.10.0",
54+
"webpack-dev-server": "^4.15.2"
5755
}
5856
}

report/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

report/dist/fonts/pficon.woff

652 Bytes
Binary file not shown.

report/dist/fonts/pficon.woff2

528 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)