1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-03 08:05:15 +00:00

Bring test deps up to date

This commit is contained in:
Johannes Zellner
2019-11-14 16:45:34 +01:00
parent 5b625519c1
commit b72d7ad682
3 changed files with 292 additions and 453 deletions

View File

@@ -8,16 +8,12 @@
},
"author": "",
"license": "ISC",
"devDependencies": {
"chromedriver": "^78.0.1",
"dependencies": {
"selenium-webdriver": "^3.6.0",
"chromedriver": "^76.0.1",
"expect.js": "^0.3.1",
"mocha": "^6.2.2",
"rimraf": "^3.0.0",
"superagent": "^5.1.0"
},
"dependencies": {
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
"superagent": "^1.8.5"
}
}