Skip to content

Commit

Permalink
upgrade 0.23.10 (Azure#35588)
Browse files Browse the repository at this point in the history
* upgrade 0.23.10

* lock.json
  • Loading branch information
msyyc authored May 11, 2024
1 parent 35f9733 commit aa3a4b3
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 122 deletions.
209 changes: 97 additions & 112 deletions eng/emitter-package-lock.json

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

20 changes: 10 additions & 10 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-python": "0.23.9"
"@azure-tools/typespec-python": "0.23.10"
},
"devDependencies": {
"@typespec/rest": "~0.55.0",
"@azure-tools/typespec-autorest": "~0.41.0",
"@typespec/http": "~0.55.0",
"@typespec/openapi": "~0.55.0",
"@azure-tools/typespec-client-generator-core": "~0.41.8",
"@typespec/compiler": "~0.55.0",
"@typespec/versioning": "~0.55.0",
"@azure-tools/typespec-azure-resource-manager": "~0.41.0",
"@azure-tools/typespec-azure-core": "~0.41.0"
"@typespec/rest": "~0.56.0",
"@azure-tools/typespec-autorest": "~0.42.0",
"@typespec/http": "~0.56.0",
"@typespec/openapi": "~0.56.0",
"@azure-tools/typespec-client-generator-core": "~0.42.2",
"@typespec/compiler": "~0.56.0",
"@typespec/versioning": "~0.56.0",
"@azure-tools/typespec-azure-resource-manager": "~0.42.0",
"@azure-tools/typespec-azure-core": "~0.42.0"
}
}

0 comments on commit aa3a4b3

Please sign in to comment.