Add @types/ws

run `npm audit fix`
This commit is contained in:
kPherox 2019-04-23 21:51:46 +09:00
parent 882f76cfb2
commit b2ecb68a1a
No known key found for this signature in database
GPG Key ID: C04751C2BFA2F62D
2 changed files with 396 additions and 363 deletions

754
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,9 +26,10 @@
}, },
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.123", "@types/lodash": "^4.14.123",
"@types/ws": "^6.0.1",
"@vue/cli-plugin-babel": "^3.5.0", "@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-plugin-eslint": "^3.5.0", "@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-service": "^3.5.0", "@vue/cli-service": "^3.6.0",
"@vue/eslint-config-typescript": "^4.0.0", "@vue/eslint-config-typescript": "^4.0.0",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"csswring": "^7.0.0", "csswring": "^7.0.0",
@ -86,4 +87,4 @@
"license": "GPL-3.0", "license": "GPL-3.0",
"productName": "TheDesk Vue", "productName": "TheDesk Vue",
"repository": "github:kPherox/TheDesk-Vue" "repository": "github:kPherox/TheDesk-Vue"
} }