1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-29 00:13:24 +00:00

Update test deps and remove obsolete ones

This commit is contained in:
Johannes Zellner
2020-10-11 15:26:50 +02:00
parent e62900974c
commit c0933ab67f
3 changed files with 95 additions and 319 deletions

View File

@@ -9,14 +9,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^85.0.0",
"ejs": "^3.1.5",
"chromedriver": "^86.0.0",
"expect.js": "^0.3.1",
"mkdirp": "^1.0.4",
"mocha": "^8.1.3",
"rimraf": "^3.0.2",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
"superagent": "^6.1.0"
"selenium-webdriver": "^3.6.0"
}
}