Skip to content

Commit

Permalink
Fix loc warning bug (#20259)
Browse files Browse the repository at this point in the history
  • Loading branch information
tintse-thxsky-MSFT authored Aug 6, 2024
1 parent d42cd68 commit df82b11
Show file tree
Hide file tree
Showing 15 changed files with 374 additions and 272 deletions.
16 changes: 8 additions & 8 deletions Tasks/NpmV1/_buildConfigs/Node20/package-lock.json

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

4 changes: 2 additions & 2 deletions Tasks/NpmV1/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"dependencies": {
"@types/node": "^20.3.1",
"azure-pipelines-task-lib": "4.3.1",
"azure-pipelines-tasks-packaging-common": "^3.241.1",
"azure-pipelines-tasks-utility-common": "^3.241.0",
"azure-pipelines-tasks-packaging-common": "^3.242.0",
"azure-pipelines-tasks-utility-common": "^3.242.0",
"ini": "^1.3.4",
"mockery": "^1.7.0"
},
Expand Down
283 changes: 167 additions & 116 deletions Tasks/NpmV1/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Tasks/NpmV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"dependencies": {
"@types/node": "^16.11.39",
"azure-pipelines-task-lib": "4.3.1",
"azure-pipelines-tasks-packaging-common": "^3.241.1",
"azure-pipelines-tasks-utility-common": "^3.241.0",
"azure-pipelines-tasks-packaging-common": "^3.242.0",
"azure-pipelines-tasks-utility-common": "^3.242.0",
"ini": "^1.3.4",
"mockery": "^1.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion Tasks/NpmV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 243,
"Minor": 244,
"Patch": 0
},
"runsOn": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/NpmV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 243,
"Minor": 244,
"Patch": 0
},
"runsOn": [
Expand Down
4 changes: 2 additions & 2 deletions _generated/NpmV1.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|1.243.0
Node20_229_1|1.243.1
Default|1.244.0
Node20_229_1|1.244.1
Loading

0 comments on commit df82b11

Please sign in to comment.