Skip to content

Commit

Permalink
Upgrade the emitter version in July (Azure#26620)
Browse files Browse the repository at this point in the history
Upgrade the emitter version in July
  • Loading branch information
MaryGao authored Jul 26, 2023
1 parent 3621431 commit 8337958
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "typescript-emitter-package",
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-ts": "0.13.4",
"@azure-tools/typespec-azure-core": "0.31.0",
"@azure-tools/typespec-client-generator-core": "0.31.0",
"@typespec/compiler": "0.45.0",
"@typespec/http": "0.45.0",
"@typespec/rest": "0.45.0",
"@typespec/versioning": "0.45.0"
"@azure-tools/typespec-ts": "0.14.0",
"@azure-tools/typespec-azure-core": "0.32.0",
"@azure-tools/typespec-autorest": "0.32.0",
"@azure-tools/typespec-client-generator-core": "0.32.0",
"@typespec/compiler": "0.46.0",
"@typespec/http": "0.46.0",
"@typespec/rest": "0.46.0",
"@typespec/versioning": "0.46.0"
}
}

0 comments on commit 8337958

Please sign in to comment.