mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Update all dependencies
This commit is contained in:
17
package.json
17
package.json
@@ -20,19 +20,18 @@
|
||||
"lint:ext": "npm run lint --prefix ./ext"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/firefox-webext-browser": "^67.0.2",
|
||||
"@types/minimist": "^1.2.0",
|
||||
"@types/semver": "^5.5.0",
|
||||
"@types/uuid": "^3.4.4",
|
||||
"@types/semver": "^6.0.1",
|
||||
"@types/uuid": "^3.4.5",
|
||||
"@types/ws": "^6.0.1",
|
||||
"fs-extra": "^7.0.1",
|
||||
"glob": "^7.1.3",
|
||||
"fs-extra": "^8.1.0",
|
||||
"glob": "^7.1.4",
|
||||
"jasmine-console-reporter": "^3.1.0",
|
||||
"minimist": "^1.2.0",
|
||||
"selenium-webdriver": "^4.0.0-alpha.1",
|
||||
"semver": "^5.7.0",
|
||||
"typescript": "^3.4.3",
|
||||
"selenium-webdriver": "^4.0.0-alpha.4",
|
||||
"semver": "^6.3.0",
|
||||
"typescript": "^3.5.3",
|
||||
"uuid": "^3.3.2",
|
||||
"ws": "^6.2.1"
|
||||
"ws": "^7.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user