Skip to content

Commit 7e8a677

Browse files
author
Danny McCormick
authored
Fix dependency missing on release branch (#13529)
* Fix dependency missing on release branch * missed lockfile
1 parent d37f3a7 commit 7e8a677

File tree

8 files changed

+35
-5
lines changed

8 files changed

+35
-5
lines changed

Tasks/HelmInstallerV0/package-lock.json

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/HelmInstallerV0/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"@types/node": "^6.0.101",
44
"@types/q": "^1.5.0",
55
"del": "2.2.0",
6+
"js-yaml": "3.6.1",
67
"typed-rest-client": "0.12.0",
78
"vsts-task-lib": "2.0.5",
89
"vsts-task-tool-lib": "0.4.0"

Tasks/HelmInstallerV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 175,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"demands": [],
2020
"satisfies": [

Tasks/HelmInstallerV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 175,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"demands": [],
2020
"satisfies": [

Tasks/KubernetesV0/npm-shrinkwrap.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/KubernetesV0/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"@types/q": "^1.5.0",
88
"azure-pipelines-tasks-docker-common": "1.0.0",
99
"del": "2.2.0",
10+
"js-yaml": "3.6.1",
1011
"utility-common": "file:../../_build/Tasks/Common/utility-common-1.0.2.tgz",
1112
"vsts-task-tool-lib": "0.4.0"
1213
}

Tasks/KubernetesV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 175,
17-
"Patch": 2
17+
"Patch": 3
1818
},
1919
"demands": [],
2020
"preview": "false",

Tasks/KubernetesV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 175,
17-
"Patch": 2
17+
"Patch": 3
1818
},
1919
"demands": [],
2020
"preview": "false",

0 commit comments

Comments
 (0)