Skip to content

Commit

Permalink
Update common packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigupt202 committed Dec 30, 2020
1 parent f82317c commit d47c488
Show file tree
Hide file tree
Showing 26 changed files with 2,560 additions and 230 deletions.
8 changes: 6 additions & 2 deletions Tasks/DockerV2/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"dependencies": {
"@types/mocha": "^2.2.5",
"@types/node": "^6.0.101",
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.0",
"@types/q": "^1.5.0",
"@types/uuid": "^8.3.0",
"azure-pipelines-tasks-docker-common-v2": "1.0.0",
"del": "2.2.0",
"esprima": "2.7.1",
"js-yaml": "3.6.1",
"utility-common-v2": "file:../../_build/Tasks/Common/utility-common-v2-2.0.0.tgz"
},
"devDependencies": {
"typescript": "4.0.2"
}
}
4 changes: 2 additions & 2 deletions Tasks/DockerV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 176,
"Minor": 181,
"Patch": 0
},
"minimumAgentVersion": "2.172.0",
Expand Down Expand Up @@ -139,7 +139,7 @@
"instanceNameFormat": "$(command)",
"showEnvironmentVariables": true,
"execution": {
"Node": {
"Node10": {
"target": "docker.js"
}
},
Expand Down
526 changes: 470 additions & 56 deletions Tasks/HelmDeployV0/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Tasks/HelmDeployV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"@types/node": "^10.17.0",
"@types/q": "^1.5.0",
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "2.8.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.4",
"azure-pipelines-tasks-kubernetes-common-v2": "1.0.1",
"azure-pipelines-tasks-securefiles-common": "1.0.0",
"azure-pipelines-task-lib": "^3.0.6-preview.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.0.0-preview.0",
"azure-pipelines-tasks-kubernetes-common-v2": "^2.0.0-preview.0",
"azure-pipelines-tasks-securefiles-common": "^2.0.5-preview",
"del": "2.2.0",
"moment": "2.21.0",
"utility-common-v2": "file:../../_build/Tasks/Common/utility-common-v2-2.0.0.tgz",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/HelmDeployV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 180,
"Minor": 181,
"Patch": 0
},
"demands": [],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/HelmDeployV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 180,
"Minor": 181,
"Patch": 0
},
"demands": [],
Expand Down
Loading

0 comments on commit d47c488

Please sign in to comment.