Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh committed May 11, 2024
1 parent 458c45a commit 9fc62f4
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 145 deletions.
20 changes: 10 additions & 10 deletions packages/typespec-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"get-autorest-python-path.cjs"
],
"peerDependencies": {
"@azure-tools/typespec-azure-core": ">=0.43.0-dev.1 <1.0.0",
"@azure-tools/typespec-azure-resource-manager": ">=0.43.0-dev.2 <1.0.0",
"@azure-tools/typespec-azure-core": ">=0.42.0 <1.0.0",
"@azure-tools/typespec-azure-resource-manager": ">=0.42.0 <1.0.0",
"@azure-tools/typespec-autorest": ">=0.42.0 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.42.1 <1.0.0",
"@typespec/compiler": ">=0.57.0-dev.4 <1.0.0",
"@typespec/http": ">=0.57.0-dev.2 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.42.2 <1.0.0",
"@typespec/compiler": ">=0.56.0 <1.0.0",
"@typespec/http": ">=0.56.0 <1.0.0",
"@typespec/rest": ">=0.56.0 <1.0.0",
"@typespec/versioning": ">=0.56.0 <1.0.0",
"@typespec/openapi": ">=0.56.0 <1.0.0"
Expand All @@ -63,7 +63,7 @@
"@typespec/openapi3": "~0.56.0"
},
"devDependencies": {
"@azure-tools/typespec-azure-resource-manager": "~0.43.0-dev.2",
"@azure-tools/typespec-azure-resource-manager": "~0.42.0",
"@azure-tools/typespec-autorest": "~0.42.0",
"@azure-tools/cadl-ranch-expect": "~0.13.4",
"@azure-tools/cadl-ranch-specs": "~0.33.4",
Expand All @@ -77,10 +77,10 @@
"mocha": "~10.2.0",
"rimraf": "~5.0.0",
"typescript": "~5.1.3",
"@azure-tools/typespec-azure-core": "~0.43.0-dev.1",
"@azure-tools/typespec-client-generator-core": "~0.42.1",
"@typespec/compiler": "~0.57.0-dev.4",
"@typespec/http": "~0.57.0-dev.2",
"@azure-tools/typespec-azure-core": "~0.42.0",
"@azure-tools/typespec-client-generator-core": "~0.42.2",
"@typespec/compiler": "~0.56.0",
"@typespec/http": "~0.56.0",
"@typespec/rest": "~0.56.0",
"@typespec/versioning": "~0.56.0"
}
Expand Down
Loading

0 comments on commit 9fc62f4

Please sign in to comment.