Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update axe-reporter-html dependency #33

Merged
merged 3 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/great-roses-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"expect-axe-playwright": patch
---

Update `axe-reporter-html` dependency
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.yarnrc.yml

# Changelogs are managed by changesets
.changeset/
CHANGELOG.md

# Misc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"axe-core": "^4.9.0",
"axe-reporter-html": "^1.1.0",
"axe-reporter-html": "^2.0.0",
"isomorphic-resolve": "^1.0.0",
"merge-deep": "^3.0.3"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1110,14 +1110,14 @@ __metadata:
languageName: node
linkType: hard

"axe-reporter-html@npm:^1.1.0":
version: 1.1.0
resolution: "axe-reporter-html@npm:1.1.0"
"axe-reporter-html@npm:^2.0.0":
version: 2.0.0
resolution: "axe-reporter-html@npm:2.0.0"
dependencies:
"@types/ejs": "npm:^3.1.5"
axe-core: "npm:^4.9.0"
ejs: "npm:^3.1.10"
checksum: 10/57f996e433b38ad1f8df35f45c0cf7a34897d3c41b35b18b3043e754d9e045abb8e2021ff6e1cdbfb93c5ac97001b93ee290a69477957db17f5df59915bcabff
checksum: 10/c77290ece436a0ea99d994ecefb80f55f0997ebd58fb24941fe391d0ea7fe98ff86076fbeb84e466abc0e1111c16110f27a36f80df849017f3115215183be241
languageName: node
linkType: hard

Expand Down Expand Up @@ -1938,7 +1938,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^7.7.0"
"@typescript-eslint/parser": "npm:^7.7.0"
axe-core: "npm:^4.9.0"
axe-reporter-html: "npm:^1.1.0"
axe-reporter-html: "npm:^2.0.0"
eslint: "npm:^8.57.0"
isomorphic-resolve: "npm:^1.0.0"
merge-deep: "npm:^3.0.3"
Expand Down
Loading