Skip to content

Commit 0f88383

Browse files
committed
Merge branch 'main' into copilot/add-exclude-selectors-feature
2 parents 95a7f8b + 32beadd commit 0f88383

4 files changed

Lines changed: 77 additions & 77 deletions

File tree

.github/actions/find/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/find/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "module",
1515
"dependencies": {
1616
"@actions/core": "^3.0.1",
17-
"@axe-core/playwright": "^4.11.2",
17+
"@axe-core/playwright": "^4.11.3",
1818
"esbuild": "^0.28.0",
1919
"playwright": "^1.59.1"
2020
},

package-lock.json

Lines changed: 66 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"@octokit/plugin-throttling": "^11.0.3",
2828
"@octokit/types": "^16.0.0",
2929
"@types/node": "^25.6.0",
30-
"eslint": "^10.2.1",
30+
"eslint": "^10.3.0",
3131
"eslint-config-prettier": "^10.1.8",
3232
"prettier": "^3.8.3",
33-
"typescript-eslint": "^8.59.1",
33+
"typescript-eslint": "^8.59.2",
3434
"vitest": "^4.1.5"
3535
}
3636
}

0 commit comments

Comments
 (0)