Skip to content

Commit 818aefa

Browse files
authored
Bump selenium-webdriver version (WebKit#136)
Update to the latest selenium version in the hopes of fixing CQ stability issues.
1 parent 03f0e64 commit 818aefa

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

package-lock.json

Lines changed: 11 additions & 9 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
@@ -29,6 +29,7 @@
2929
"test:spidermonkey": "node tests/run-shell.mjs --shell spidermonkey"
3030
},
3131
"devDependencies": {
32+
"@actions/core": "^1.11.1",
3233
"@babel/core": "^7.21.3",
3334
"@babel/eslint-parser": "^7.21.3",
3435
"@babel/plugin-proposal-decorators": "^7.21.0",
@@ -40,7 +41,6 @@
4041
"jsvu": "^2.5.1",
4142
"local-web-server": "^5.4.0",
4243
"prettier": "^2.8.3",
43-
"selenium-webdriver": "^4.8.0",
44-
"@actions/core": "^1.11.1"
44+
"selenium-webdriver": "^4.35.0"
4545
}
4646
}

0 commit comments

Comments
 (0)