Skip to content

Commit

Permalink
[TypeSpec] Upgrade to 0.52.0 (#27541)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored and zman-ms committed Feb 20, 2024
1 parent 1491b81 commit 9406f17
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 97 deletions.
2 changes: 1 addition & 1 deletion eng/tools/typespec-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/debug": "^4.1.8",
"@types/mocha": "^10.0.2",
"@types/node": "^18.16.18",
"typescript": "~5.1.3"
"typescript": "~5.3.3"
},
"scripts": {
"postinstall": "tsc",
Expand Down
174 changes: 80 additions & 94 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "azure-rest-api-specs",
"devDependencies": {
"@azure-tools/typespec-apiview": "0.4.5",
"@azure-tools/typespec-apiview": "0.4.4",
"@azure-tools/typespec-autorest": "0.38.0",
"@azure-tools/typespec-azure-core": "0.38.0",
"@azure-tools/typespec-azure-resource-manager": "0.38.0",
"@azure-tools/typespec-client-generator-core": "0.38.0",
"@azure-tools/typespec-providerhub": "0.38.1",
"@azure/avocado": "^0.8.4",
"@typespec/compiler": "0.52.0",
"@typespec/http": "0.52.1",
"@typespec/http": "0.52.0",
"@typespec/openapi": "0.52.0",
"@typespec/openapi3": "0.52.0",
"@typespec/rest": "0.52.0",
Expand Down

0 comments on commit 9406f17

Please sign in to comment.