Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Mar 18, 2024
1 parent 331f40a commit cd16f5a
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 39 deletions.
54 changes: 27 additions & 27 deletions src/AzureDevopsTask/ReportGenerator/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 src/AzureDevopsTask/ReportGenerator/package.json
Expand Up @@ -14,12 +14,12 @@
},
"homepage": "https://github.com/danielpalme/ReportGenerator",
"dependencies": {
"azure-pipelines-task-lib": "^4.7.0"
"azure-pipelines-task-lib": "^4.10.1"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/node": "^20.11.29",
"@types/q": "^1.5.8",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"scripts": {
"tsc": "tsc"
Expand Down
15 changes: 7 additions & 8 deletions src/AzureDevopsTask/package-lock.json

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

2 changes: 1 addition & 1 deletion src/AzureDevopsTask/package.json
@@ -1,6 +1,6 @@
{
"devDependencies": {
"tfx-cli": "^0.16.0"
"tfx-cli": "^0.17.0"
},
"scripts": {
"tfx": "tfx"
Expand Down

0 comments on commit cd16f5a

Please sign in to comment.