Remove carrot from all package jsons to prevent future updates
This commit is contained in:
Родитель
18e6498071
Коммит
4aa3f41118
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "pwa-node",
|
||||
"request": "launch",
|
||||
"name": "Launch Program",
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
],
|
||||
"program": "${workspaceFolder}\\vscode-dotnet-runtime-extension\\src\\test\\functional\\runTest.ts",
|
||||
"outFiles": [
|
||||
"${workspaceFolder}/**/*.js"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -14,6 +14,6 @@
|
|||
"lint": "tslint -c tslint.json 'vscode-dotnet-runtime-library/src/**/*.ts' 'vscode-dotnet-runtime-extension/src/**/*.ts' 'vscode-dotnet-sdk-extension/src/**/*.ts'"
|
||||
},
|
||||
"dependencies": {
|
||||
"vsce": "^2.11.0"
|
||||
"vsce": "2.11.0"
|
||||
}
|
||||
}
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -98,11 +98,11 @@
|
|||
"vscode-dotnet-sdk": "file:../vscode-dotnet-sdk-extension"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^9.0.0",
|
||||
"@types/mocha": "9.0.0",
|
||||
"@types/node": "16.11.7",
|
||||
"@types/rimraf": "3.0.2",
|
||||
"@types/vscode": "1.62.0",
|
||||
"mocha": "^9.1.3",
|
||||
"mocha": "9.1.3",
|
||||
"rimraf": "3.0.2",
|
||||
"tslint": "5.20.1",
|
||||
"typescript": "4.4.4"
|
||||
|
|
Загрузка…
Ссылка в новой задаче