Skip to content

Commit

Permalink
restore fixes to depenabot with azure tools and typespec
Browse files Browse the repository at this point in the history
  • Loading branch information
s-amann committed May 15, 2024
1 parent 9124d53 commit 450b830
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 86 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ updates:
typespec:
patterns:
- '@typespec/*'
azure-tools:
patterns:
- '@azure-tools/*'
schedule:
interval: 'weekly'
152 changes: 77 additions & 75 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"@azure-tools/typespec-autorest": "^0.41.1",
"@azure-tools/typespec-azure-core": "^0.41.0",
"@azure-tools/typespec-azure-resource-manager": "^0.41.0",
"@typespec/http": "^0.55.0",
"@typespec/openapi": "^0.55.0",
"@typespec/openapi3": "^0.55.0",
"@typespec/rest": "^0.55.0",
"@typespec/versioning": "^0.55.0"
"@azure-tools/typespec-autorest": "^0.42.0",
"@azure-tools/typespec-azure-core": "^0.42.0",
"@azure-tools/typespec-azure-resource-manager": "^0.42.0",
"@typespec/http": "^0.56.0",
"@typespec/openapi": "^0.56.0",
"@typespec/openapi3": "^0.56.0",
"@typespec/rest": "^0.56.0",
"@typespec/versioning": "^0.56.0"
}
}
}

0 comments on commit 450b830

Please sign in to comment.