Fixed #14548: Lock TypeScript 2.0.6 dependency in NPM shrinkwarp if necessary

This commit is contained in:
Dirk Baeumer 2016-10-27 11:02:17 +02:00
parent 797f90b7b5
commit aa587165ff
2 changed files with 12 additions and 7 deletions

View file

@ -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",

View file

@ -14,7 +14,7 @@
"semver": "4.3.6",
"vscode-extension-telemetry": "^0.0.5",
"vscode-nls": "^2.0.1",
"typescript": "^2.0.6"
"typescript": "2.0.6"
},
"scripts": {
"postinstall": "node ./bin/postinstall",