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

Commit

Permalink
Merge branch 'main' into specs_compatibility-for-0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored May 8, 2024
2 parents fe434f4 + 614aa62 commit 1d7ea81
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 152 deletions.
7 changes: 7 additions & 0 deletions .changeset/sixty-paws-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@azure-tools/cadl-ranch-expect": patch
"@azure-tools/cadl-ranch-specs": patch
"@azure-tools/cadl-ranch": patch
---

bump internal dependency to 0.56.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.55.0",
"@typespec/versioning": "~0.55.0",
"@typespec/http": "~0.55.0",
"@typespec/rest": "~0.55.0"
"@typespec/compiler": "~0.56.0",
"@typespec/versioning": "~0.56.0",
"@typespec/http": "~0.56.0",
"@typespec/rest": "~0.56.0"
}
}
18 changes: 9 additions & 9 deletions packages/cadl-ranch-specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"@azure-tools/cadl-ranch-api": "workspace:~"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.41.1",
"@azure-tools/typespec-client-generator-core": "0.41.1",
"@azure-tools/typespec-autorest": "0.42.0",
"@azure-tools/typespec-client-generator-core": "0.42.0",
"@types/node": "^18.16.0",
"@typespec/eslint-config-typespec": "~0.55.0",
"@typespec/openapi": "~0.55.0",
"@typespec/openapi3": "~0.55.0",
"@typespec/openapi": "~0.56.0",
"@typespec/openapi3": "~0.56.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.41.0",
"@typespec/compiler": "~0.55.0",
"@typespec/http": "~0.55.0",
"@typespec/rest": "~0.55.0",
"@typespec/versioning": "~0.55.0"
"@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"
}
}
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.55.0",
"@typespec/http": "~0.55.0",
"@typespec/rest": "~0.55.0",
"@typespec/compiler": "~0.56.0",
"@typespec/http": "~0.56.0",
"@typespec/rest": "~0.56.0",
"ajv": "8.12.0",
"body-parser": "^1.20.2",
"deep-equal": "^2.2.0",
Expand Down
Loading

0 comments on commit 1d7ea81

Please sign in to comment.