Skip to content

Commit

Permalink
Dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Nikulin (Akvelon Inc) committed Jan 31, 2024
1 parent 6bf01e9 commit cc8bca8
Show file tree
Hide file tree
Showing 26 changed files with 2,511 additions and 2,116 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "azure-cli-tests",
"version": "1.0.0",
"description": "Azure Pipelines Azure CLI V1 Task Tests",
"main": "L0.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"devDependencies": {
"@types/mocha": "^5.2.0"
}
}
63 changes: 43 additions & 20 deletions Tasks/AzureCLIV1/_buildConfigs/IssueSourceEnabled/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^16.11.39",
"@types/node": "^20.3.1",
"@types/q": "1.0.7",
"azure-devops-node-api": "^12.0.0",
"azure-pipelines-task-lib": "^4.8.2"
},
"devDependencies": {
"typescript": "4.0.2"
"typescript": "5.1.6"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "azure-cli-tests",
"version": "1.0.0",
"description": "Azure Pipelines Azure CLI V2 Task Tests",
"main": "L0.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"devDependencies": {
"@types/mocha": "^5.2.0"
}
}
72 changes: 50 additions & 22 deletions Tasks/AzureCLIV2/_buildConfigs/IssueSourceEnabled/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^16.11.39",
"@types/node": "^20.3.1",
"@types/q": "1.0.7",
"azure-devops-node-api": "^12.0.0",
"azure-pipelines-task-lib": "^4.8.2",
"azure-pipelines-tasks-artifacts-common": "^2.212.0"
},
"devDependencies": {
"typescript": "4.0.2"
"typescript": "5.1.6"
}
}
Loading

0 comments on commit cc8bca8

Please sign in to comment.