Skip to content

Commit 0a4113e

Browse files
committed
chore(plugin-axe): update version and dependencies to 0.86.0
1 parent 2acf72a commit 0a4113e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/plugin-axe/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/axe-plugin",
3-
"version": "0.85.0",
3+
"version": "0.86.0",
44
"license": "MIT",
55
"description": "Code PushUp plugin for detecting accessibility issues using Axe 🌐",
66
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-axe#readme",
@@ -45,8 +45,8 @@
4545
},
4646
"dependencies": {
4747
"@axe-core/playwright": "^4.11.0",
48-
"@code-pushup/models": "0.85.0",
49-
"@code-pushup/utils": "0.85.0",
48+
"@code-pushup/models": "0.86.0",
49+
"@code-pushup/utils": "0.86.0",
5050
"axe-core": "^4.11.0",
5151
"zod": "^4.1.12"
5252
},

0 commit comments

Comments
 (0)