This commit is contained in:
Martin Aeschlimann 2021-06-24 13:52:21 +02:00
Родитель 1209264bb6
Коммит f0669dde71
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 2609A01E695523E3
2 изменённых файлов: 13 добавлений и 19 удалений

Просмотреть файл

@ -88,22 +88,23 @@
"patch-dev": "yarn compile && node ./build/patch-local.js .vscode-oss-dev" "patch-dev": "yarn compile && node ./build/patch-local.js .vscode-oss-dev"
}, },
"dependencies": { "dependencies": {
"ssri": "6.0.2",
"vscode-extension-telemetry": "0.1.7", "vscode-extension-telemetry": "0.1.7",
"vscode-nls": "^5.0.0", "vscode-nls": "^5.0.0",
"vscode-tas-client": "^0.1.22" "vscode-tas-client": "^0.1.22"
}, },
"devDependencies": { "devDependencies": {
"@types/vscode": "^1.52.0",
"@types/node": "^14.0.27",
"@types/copy-webpack-plugin": "^6.4.0", "@types/copy-webpack-plugin": "^6.4.0",
"typescript": "^4.3.4", "@types/node": "^14.0.27",
"eslint": "^7.29.0", "@types/vscode": "^1.52.0",
"@typescript-eslint/eslint-plugin": "^4.28.0", "@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0", "@typescript-eslint/parser": "^4.28.0",
"copy-webpack-plugin": "^6.0.3", "copy-webpack-plugin": "^6.0.3",
"webpack": "^4.43.0", "eslint": "^7.29.0",
"webpack-cli": "^3.3.12",
"ts-loader": "^6.2.1", "ts-loader": "^6.2.1",
"vscode-nls-dev": "^3.3.2" "typescript": "^4.3.4",
"vscode-nls-dev": "^3.3.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
} }
} }

Просмотреть файл

@ -1811,14 +1811,7 @@ glob-parent@^3.1.0:
is-glob "^3.1.0" is-glob "^3.1.0"
path-dirname "^1.0.0" path-dirname "^1.0.0"
glob-parent@^5.1.0, glob-parent@^5.1.1: glob-parent@^5.1.0, glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@~5.1.0:
version "5.1.1"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
dependencies:
is-glob "^4.0.1"
glob-parent@^5.1.2, glob-parent@~5.1.0:
version "5.1.2" version "5.1.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@ -3416,10 +3409,10 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
ssri@^6.0.1: ssri@6.0.2, ssri@^6.0.1:
version "6.0.1" version "6.0.2"
resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8" resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5"
integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==
dependencies: dependencies:
figgy-pudding "^3.5.1" figgy-pudding "^3.5.1"