Skip to content

Commit

Permalink
[NodeToolV0] Update dependencies (#14620)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Zaytsev authored Mar 23, 2021
1 parent 4a8b2c3 commit 2514183
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
86 changes: 43 additions & 43 deletions Tasks/NodeToolV0/package-lock.json

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

6 changes: 3 additions & 3 deletions Tasks/NodeToolV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@types/mocha": "^5.2.7",
"@types/q": "^1.0.7",
"typed-rest-client": "1.0.7",
"azure-pipelines-task-lib": "^3.0.6-preview.0",
"azure-pipelines-tool-lib": "^1.0.0-preview.0",
"azure-pipelines-tasks-utility-common": "^3.0.0-preview.0"
"azure-pipelines-task-lib": "^3.1.0",
"azure-pipelines-tool-lib": "^1.0.1",
"azure-pipelines-tasks-utility-common": "^3.0.2"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/NodeToolV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 179,
"Patch": 1
"Minor": 185,
"Patch": 0
},
"satisfies": [
"Node",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/NodeToolV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 179,
"Patch": 1
"Minor": 185,
"Patch": 0
},
"satisfies": [
"Node",
Expand Down

0 comments on commit 2514183

Please sign in to comment.