1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2026-04-30 14:20:59 +00:00

Update webdriver

This commit is contained in:
Girish Ramakrishnan
2019-08-07 06:21:33 -07:00
parent 21ab976570
commit 738113abba
2 changed files with 1126 additions and 385 deletions
+1119 -378
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -9,14 +9,14 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^2.36.0", "chromedriver": "^76.0.0",
"ejs": "^2.4.2", "ejs": "^2.6.2",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"mocha": "^2.5.3", "mocha": "^6.2.0",
"rimraf": "^2.5.3", "rimraf": "^2.6.3",
"selenium-server-standalone-jar": "^2.53.1", "selenium-server-standalone-jar": "^3.141.5",
"selenium-webdriver": "^2.53.3", "selenium-webdriver": "^3.6.0",
"superagent": "^1.4.0" "superagent": "^5.1.0"
} }
} }