Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0fc19e

Browse files
committedMay 9, 2025
chrome 136 results
1 parent 61208f3 commit c0fc19e

File tree

5 files changed

+660
-758
lines changed

5 files changed

+660
-758
lines changed
 

‎webdriver-ts-results/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const KnownIssuesList = () => {
3030

3131
const App = () => {
3232
// eslint-disable-next-line no-constant-condition
33-
const version = "Chrome 135.0.7049.42"
33+
const version = "Chrome 136.0.7103.93"
3434
const disclaimer = false ? (
3535
<div>
3636
<h2>js-framework-benchmark results for {version}</h2>

‎webdriver-ts-results/src/results.ts

Lines changed: 208 additions & 208 deletions
Large diffs are not rendered by default.

‎webdriver-ts/package-lock.json

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

‎webdriver-ts/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@
2121
"author": "",
2222
"license": "Apache-2.0",
2323
"devDependencies": {
24-
"@types/node": "22.13.5",
24+
"@types/node": "22.15.15",
2525
"@types/ramda": "0.30.2",
2626
"@types/selenium-webdriver": "4.1.28",
27-
"@types/semver": "7.5.8",
27+
"@types/semver": "7.7.0",
2828
"@types/yargs": "17.0.33",
29-
"@vitest/coverage-v8": "^3.0.7",
29+
"@vitest/coverage-v8": "^3.1.3",
3030
"ts-node": "^10.9.2",
31-
"typescript": "5.7.3",
32-
"vitest": "^3.0.7"
31+
"typescript": "5.8.3",
32+
"vitest": "^3.1.3"
3333
},
3434
"dependencies": {
35-
"chromedriver": "133.0.3",
35+
"chromedriver": "136.0.0",
3636
"cross-env": "7.0.3",
37-
"lighthouse": "12.3.0",
38-
"playwright": "1.50.1",
39-
"playwright-firefox": "1.50.1",
40-
"playwright-webkit": "1.50.1",
41-
"puppeteer-core": "24.3.0",
37+
"lighthouse": "12.6.0",
38+
"playwright": "1.52.0",
39+
"playwright-firefox": "1.52.0",
40+
"playwright-webkit": "1.52.0",
41+
"puppeteer-core": "24.8.1",
4242
"ramda": "0.30.1",
43-
"selenium-webdriver": "4.29.0",
43+
"selenium-webdriver": "4.32.0",
4444
"semver": "7.7.1",
4545
"yargs": "17.7.2"
4646
}

‎webdriver-ts/results.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.