Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

bump internal dependency to 0.57.0 #601

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/itchy-ants-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@azure-tools/cadl-ranch-expect": minor
"@azure-tools/cadl-ranch-specs": minor
"@azure-tools/cadl-ranch": minor
---

bump internal dependency to 0.57.0
8 changes: 4 additions & 4 deletions packages/cadl-ranch-expect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"typescript": "~5.2.2"
},
"peerDependencies": {
"@typespec/compiler": "~0.56.0",
"@typespec/versioning": "~0.56.0",
"@typespec/http": "~0.56.0",
"@typespec/rest": "~0.56.0"
"@typespec/compiler": "~0.57.0",
"@typespec/versioning": "~0.57.0",
"@typespec/http": "~0.57.0",
"@typespec/rest": "~0.57.0"
}
}
20 changes: 10 additions & 10 deletions packages/cadl-ranch-specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@
"@azure-tools/cadl-ranch-api": "workspace:~"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.42.0",
"@azure-tools/typespec-client-generator-core": "0.42.0",
"@azure-tools/typespec-azure-resource-manager": "0.42.1",
"@azure-tools/typespec-autorest": "0.43.0",
"@azure-tools/typespec-client-generator-core": "0.43.0",
"@azure-tools/typespec-azure-resource-manager": "0.43.0",
"@types/node": "^18.16.0",
"@typespec/eslint-config-typespec": "~0.55.0",
"@typespec/openapi": "~0.56.0",
"@typespec/openapi3": "~0.56.0",
"@typespec/openapi": "~0.57.0",
"@typespec/openapi3": "~0.57.0",
"eslint": "^8.50.0",
"rimraf": "^5.0.5",
"typescript": "~5.2.2"
},
"peerDependencies": {
"@azure-tools/cadl-ranch-expect": "workspace:~",
"@azure-tools/typespec-azure-core": "~0.42.0",
"@typespec/compiler": "~0.56.0",
"@typespec/http": "~0.56.0",
"@typespec/rest": "~0.56.0",
"@typespec/versioning": "~0.56.0"
"@azure-tools/typespec-azure-core": "~0.43.0",
"@typespec/compiler": "~0.57.0",
"@typespec/http": "~0.57.0",
"@typespec/rest": "~0.57.0",
"@typespec/versioning": "~0.57.0"
}
}
6 changes: 3 additions & 3 deletions packages/cadl-ranch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@azure-tools/cadl-ranch-expect": "workspace:~",
"@azure/identity": "^3.1.4",
"@types/js-yaml": "^4.0.5",
"@typespec/compiler": "~0.56.0",
"@typespec/http": "~0.56.0",
"@typespec/rest": "~0.56.0",
"@typespec/compiler": "~0.57.0",
"@typespec/http": "~0.57.0",
"@typespec/rest": "~0.57.0",
"ajv": "8.12.0",
"body-parser": "^1.20.2",
"deep-equal": "^2.2.0",
Expand Down
Loading
Loading