Add bytes dependency to mssql (#3867)

This commit is contained in:
Matt Irvine
2019-01-30 17:29:41 -08:00
committed by GitHub
parent 83a6ee0a22
commit 100938b0e5
2 changed files with 7 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
"update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-mssql syntaxes/SQL.plist ./syntaxes/sql.tmLanguage.json"
},
"dependencies": {
"bytes": "^3.1.0",
"clipboardy": "^1.2.3",
"dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#0.2.15",
"opener": "^1.4.3",
@@ -28,8 +29,7 @@
"vscode-nls": "2.0.2",
"webhdfs": "^1.1.1"
},
"devDependencies": {
},
"devDependencies": {},
"contributes": {
"languages": [
{

View File

@@ -99,6 +99,11 @@ buffer@^3.0.1:
ieee754 "^1.1.4"
isarray "^1.0.0"
bytes@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
caseless@~0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"