提交 aa587165 编写于 作者: D Dirk Baeumer

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

上级 797f90b7
......@@ -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",
......
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册