npm upgrade; removed nightwatch

This commit is contained in:
Steven Hugg 2020-07-09 20:21:28 -05:00
parent bf36fe2b7f
commit d00050f430
2 changed files with 39 additions and 1106 deletions

1137
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,21 +11,20 @@
"dependencies": {
"bootstrap-tourist": "^0.2.1",
"browser-detect": "^0.2.28",
"jquery": "^3.5.1",
"jquery": "^3.4.1",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/bootbox": "^4.4.36",
"@types/bootstrap": "^3.4.0",
"@types/jquery": "^3.3.38",
"@types/jquery": "^3.5.0",
"atob": "^2.1.x",
"btoa": "^1.2.x",
"chromedriver": "^79.0.3",
"clipboard": "^2.0.6",
"jsdom": "^12.2.0",
"lzg": "^1.0.x",
"mocha": "^7.1.2",
"nightwatch": "^1.3.5",
"mocha": "^7.2.0",
"octokat": "^0.10.0",
"pngjs": "^3.4.0",
"rgbquant": "^1.1.2",
@ -43,7 +42,6 @@
"test": "npm run test-node",
"test-one": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000",
"test-node": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli",
"test-web": "NODE_PATH=$(pwd) nightwatch test/web",
"test-worker": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli/testworker.js",
"test-platforms": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli/testplatforms.js",
"test-profile": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 --prof test/cli"