Update packages and fix issue with app build script

This commit is contained in:
hensm
2020-01-13 20:21:29 +00:00
parent 164cde97bb
commit 95bd156364
8 changed files with 1545 additions and 3962 deletions

View File

@@ -21,17 +21,17 @@
},
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/semver": "^6.0.1",
"@types/uuid": "^3.4.5",
"@types/ws": "^6.0.1",
"@types/semver": "^6.2.0",
"@types/uuid": "^3.4.6",
"@types/ws": "^6.0.4",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"glob": "^7.1.6",
"jasmine-console-reporter": "^3.1.0",
"minimist": "^1.2.0",
"selenium-webdriver": "^4.0.0-alpha.4",
"selenium-webdriver": "^4.0.0-alpha.5",
"semver": "^6.3.0",
"typescript": "^3.5.3",
"uuid": "^3.3.2",
"ws": "^7.1.1"
"typescript": "^3.7.4",
"uuid": "^3.3.3",
"ws": "^7.2.1"
}
}