Skip to content

Commit

Permalink
bump internal dependency to 0.57.0 (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh authored Jun 17, 2024
1 parent 656524d commit 87a8ccc
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 145 deletions.
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

0 comments on commit 87a8ccc

Please sign in to comment.