Skip to content

Commit

Permalink
fix(playwright,selenium): pin axe-core version to accept patch update…
Browse files Browse the repository at this point in the history
…s only (#362)

* fix(playwright,selenium): pin axe-core version to accept patch updates only

* new policy
  • Loading branch information
michael-siek committed Sep 27, 2023
1 parent 29df855 commit 0b529fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion playwright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 1337 --silent"
},
"dependencies": {
"axe-core": "^4.8.2"
"axe-core": "4.8.2"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down
2 changes: 1 addition & 1 deletion selenium/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion selenium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 8001 --silent"
},
"dependencies": {
"axe-core": "^4.8.2"
"axe-core": "4.8.2"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down

0 comments on commit 0b529fd

Please sign in to comment.