Skip to content

Commit

Permalink
Use fixed versions for the extensions package.json (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Jan 30, 2024
1 parent 937bce9 commit f0e2219
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
34 changes: 17 additions & 17 deletions extension/package-lock.json

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

22 changes: 11 additions & 11 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
},
"homepage": "https://github.com/tinglesoftware/dependabot-azure-devops#readme",
"dependencies": {
"axios": "^1.6.0",
"azure-pipelines-task-lib": "^4.8.2",
"js-yaml": "^4.1.0"
"axios": "1.6.0",
"azure-pipelines-task-lib": "4.8.2",
"js-yaml": "4.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/js-yaml": "^4.0.3",
"@types/node": "^20.11.0",
"@types/q": "^1.5.5",
"jest": "^29.5.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3",
"ts-node": "^10.9.2"
"@types/jest": "29.5.1",
"@types/js-yaml": "4.0.3",
"@types/node": "20.11.0",
"@types/q": "1.5.5",
"jest": "29.5.0",
"ts-jest": "29.1.2",
"typescript": "5.3.3",
"ts-node": "10.9.2"
}
}

0 comments on commit f0e2219

Please sign in to comment.