update tests

This commit is contained in:
Girish Ramakrishnan 2019-05-28 10:43:28 -07:00
parent c887c30e92
commit e7bd62c4ef
1 changed files with 7 additions and 7 deletions

View File

@ -9,14 +9,14 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^2.36.0", "chromedriver": "^74.0.0",
"ejs": "^2.4.2", "ejs": "^2.6.1",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"mocha": "^2.5.3", "mocha": "^6.1.4",
"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.0.5"
} }
} }