Cleanup test deps

This commit is contained in:
Johannes Zellner 2021-05-17 10:39:50 +02:00
parent 7528d51e13
commit adf353ae9a
2 changed files with 245 additions and 399 deletions

637
test/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,15 +9,12 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"ejs": "^3.1.5",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mkdirp": "^1.0.4", "mocha": "^8.4.0",
"mocha": "^8.2.1",
"rimraf": "^3.0.2",
"selenium-server-standalone-jar": "^3.141.59", "selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0" "selenium-webdriver": "^3.6.0"
}, },
"dependencies": { "dependencies": {
"chromedriver": "^87.0.4" "chromedriver": "^90.0.0"
} }
} }