Skip to content

Commit

Permalink
Update Other deps (major) (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent ae7df1e commit d1d5cdc
Show file tree
Hide file tree
Showing 11 changed files with 394 additions and 182 deletions.
2 changes: 1 addition & 1 deletion accessibility-code-checker/demo-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions custom-testing/adding-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@siteimprove/alfa-rules": "^0.92.0",
"@siteimprove/alfa-web": "^0.92.0",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"chai": "^4.3.4",
"@types/mocha": "^10.0.0",
"chai": "^5.0.0",
"common": "workspace:^",
"mocha": "^8.3.2",
"mocha": "^10.0.0",
"playwright": "^1.10.0"
}
}
6 changes: 3 additions & 3 deletions custom-testing/answering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@siteimprove/alfa-refinement": "^0.92.0",
"@siteimprove/alfa-rules": "^0.92.0",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"chai": "^4.3.4",
"@types/mocha": "^10.0.0",
"chai": "^5.0.0",
"common": "workspace:^",
"mocha": "^8.3.2",
"mocha": "^10.0.0",
"playwright": "^1.10.0"
}
}
6 changes: 3 additions & 3 deletions custom-testing/filtering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@siteimprove/alfa-rules": "^0.92.0",
"@siteimprove/alfa-wcag": "^0.92.0",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"chai": "^4.3.4",
"@types/mocha": "^10.0.0",
"chai": "^5.0.0",
"common": "workspace:^",
"mocha": "^8.3.2",
"mocha": "^10.0.0",
"playwright": "^1.10.0"
}
}
6 changes: 3 additions & 3 deletions custom-testing/interacting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@siteimprove/alfa-playwright": "^0.73.0",
"@siteimprove/alfa-rules": "^0.92.0",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"chai": "^4.3.4",
"@types/mocha": "^10.0.0",
"chai": "^5.0.0",
"common": "workspace:^",
"mocha": "^8.3.2",
"mocha": "^10.0.0",
"playwright": "^1.10.0"
}
}
6 changes: 3 additions & 3 deletions custom-testing/navigating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@siteimprove/alfa-playwright": "^0.73.0",
"@siteimprove/alfa-rules": "^0.92.0",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"chai": "^4.3.4",
"mocha": "^8.3.2",
"@types/mocha": "^10.0.0",
"chai": "^5.0.0",
"mocha": "^10.0.0",
"playwright": "^1.10.0"
}
}
6 changes: 3 additions & 3 deletions end-to-end-testing/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@siteimprove/alfa-playwright": "^0.73.0",
"@siteimprove/alfa-rules": "^0.92.0",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"chai": "^4.3.4",
"@types/mocha": "^10.0.0",
"chai": "^5.0.0",
"common": "workspace:^",
"mocha": "^8.3.2",
"mocha": "^10.0.0",
"playwright": "^1.10.0"
}
}
8 changes: 4 additions & 4 deletions end-to-end-testing/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@siteimprove/alfa-puppeteer": "^0.73.0",
"@siteimprove/alfa-rules": "^0.92.0",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"chai": "^4.3.4",
"@types/mocha": "^10.0.0",
"chai": "^5.0.0",
"common": "workspace:^",
"mocha": "^8.3.2",
"puppeteer": "^22.14.0"
"mocha": "^10.0.0",
"puppeteer": "^23.0.0"
}
}
6 changes: 3 additions & 3 deletions end-to-end-testing/webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@siteimprove/alfa-rules": "^0.92.0",
"@siteimprove/alfa-webdriver": "^0.73.0",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@types/mocha": "^10.0.0",
"@wdio/cli": "^5.14.4",
"@wdio/mocha-framework": "^7.1.1",
"@wdio/spec-reporter": "^7.1.1",
"chai": "^4.3.4",
"chai": "^5.0.0",
"chromedriver": "^119.0.1",
"common": "workspace:^",
"mocha": "^8.3.2",
"mocha": "^10.0.0",
"webdriverio": "^7.3.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "^22.5.4",
"knip": "^5.29.1",
"playwright": "^1.47.0",
"prettier": "^2.2.1",
"prettier": "^3.0.0",
"typescript": "^5.0.4"
},
"//": [
Expand Down
Loading

0 comments on commit d1d5cdc

Please sign in to comment.