mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-21 03:36:14 +01:00
update vscode-windows-registry as an optional dependency
This commit is contained in:
+1
-1
@@ -52,7 +52,6 @@
|
||||
"vscode-ripgrep": "^1.2.5",
|
||||
"vscode-sqlite3": "4.0.7",
|
||||
"vscode-textmate": "^4.0.1",
|
||||
"vscode-windows-registry": "^1.0.0",
|
||||
"vscode-xterm": "3.12.0-beta5",
|
||||
"yauzl": "^2.9.1",
|
||||
"yazl": "^2.4.3"
|
||||
@@ -146,6 +145,7 @@
|
||||
"url": "https://github.com/Microsoft/vscode/issues"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"vscode-windows-registry": "1.0.1",
|
||||
"windows-foreground-love": "0.1.0",
|
||||
"windows-mutex": "0.2.1",
|
||||
"windows-process-tree": "0.2.3"
|
||||
|
||||
@@ -9442,10 +9442,10 @@ vscode-uri@^1.0.6:
|
||||
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-1.0.6.tgz#6b8f141b0bbc44ad7b07e94f82f168ac7608ad4d"
|
||||
integrity sha512-sLI2L0uGov3wKVb9EB+vIQBl9tVP90nqRvxSoJ35vI3NjxE8jfsE5DSOhWgSunHSZmKS4OCi2jrtfxK7uyp2ww==
|
||||
|
||||
vscode-windows-registry@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/vscode-windows-registry/-/vscode-windows-registry-1.0.0.tgz#eaa5f9f5fe004e7317a52abfc90175c9f57a6221"
|
||||
integrity sha512-E/XjKWQuTGKJsdPPUV4D+q1xrWUcrvmTKYsLrB4bRDA9Xi38XiKiRgVB7GfIe5CmuURPl/2zOa8HRntXdn0uTQ==
|
||||
vscode-windows-registry@1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/vscode-windows-registry/-/vscode-windows-registry-1.0.1.tgz#bc9f765563eb6dc1c9ad9a41f9eaacc84dfadc7c"
|
||||
integrity sha512-q0aKXi9Py1OBdmXIJJFeJBzpPJMMUxMJNBU9FysWIXEwJyMQGEVevKzM2J3Qz/cHSc5LVqibmoUWzZ7g+97qRg==
|
||||
dependencies:
|
||||
nan "^2.12.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user