mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
Fixed #14548: Lock TypeScript 2.0.6 dependency in NPM shrinkwarp if necessary
This commit is contained in:
17
extensions/typescript/npm-shrinkwrap.json
generated
17
extensions/typescript/npm-shrinkwrap.json
generated
@@ -2,15 +2,20 @@
|
||||
"name": "typescript",
|
||||
"version": "0.10.1",
|
||||
"dependencies": {
|
||||
"applicationinsights": {
|
||||
"version": "0.15.6",
|
||||
"from": "applicationinsights@0.15.6",
|
||||
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-0.15.6.tgz"
|
||||
},
|
||||
"semver": {
|
||||
"version": "4.3.6",
|
||||
"from": "semver@4.3.6",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz"
|
||||
},
|
||||
"applicationinsights": {
|
||||
"version": "0.15.6",
|
||||
"from": "applicationinsights@0.15.6",
|
||||
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-0.15.6.tgz"
|
||||
"typescript": {
|
||||
"version": "2.0.6",
|
||||
"from": "typescript@2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.0.6.tgz"
|
||||
},
|
||||
"vscode-extension-telemetry": {
|
||||
"version": "0.0.5",
|
||||
@@ -19,8 +24,8 @@
|
||||
},
|
||||
"vscode-nls": {
|
||||
"version": "2.0.1",
|
||||
"from": "vscode-nls@>=1.0.4 <2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-1.0.7.tgz"
|
||||
"from": "vscode-nls@>=2.0.1 <3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.1.tgz"
|
||||
},
|
||||
"winreg": {
|
||||
"version": "0.0.13",
|
||||
|
||||
Reference in New Issue
Block a user