Skip to content

Commit

Permalink
build(deps): bump to typespect 0.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingzhe Huang (from Dev Box) committed Oct 11, 2024
1 parent 352934c commit 0ded49e
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 167 deletions.
7 changes: 7 additions & 0 deletions .changeset/dull-kids-shop.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 dependency to typespect 0.61.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 @@ -30,9 +30,9 @@
"typescript": "~5.5.4"
},
"peerDependencies": {
"@typespec/compiler": "~0.60.0",
"@typespec/http": "~0.60.0",
"@typespec/rest": "~0.60.0",
"@typespec/versioning": "~0.60.0"
"@typespec/compiler": "~0.61.0",
"@typespec/http": "~0.61.0",
"@typespec/rest": "~0.61.0",
"@typespec/versioning": "~0.61.0"
}
}
22 changes: 11 additions & 11 deletions packages/cadl-ranch-specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@
"@azure-tools/cadl-ranch-api": "workspace:~"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.46.0",
"@azure-tools/typespec-azure-resource-manager": "0.46.0",
"@azure-tools/typespec-client-generator-core": "0.46.0",
"@azure-tools/typespec-autorest": "0.47.0",
"@azure-tools/typespec-azure-resource-manager": "0.47.0",
"@azure-tools/typespec-client-generator-core": "0.47.1",
"@types/node": "^22.1.0",
"@typespec/openapi": "~0.60.0",
"@typespec/openapi3": "~0.60.0",
"@typespec/openapi": "~0.61.0",
"@typespec/openapi3": "~0.61.0",
"concurrently": "^9.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.5.4"
},
"peerDependencies": {
"@azure-tools/cadl-ranch-expect": "workspace:~",
"@azure-tools/typespec-azure-core": "~0.46.0",
"@typespec/compiler": "~0.60.0",
"@typespec/http": "~0.60.0",
"@typespec/rest": "~0.60.0",
"@typespec/versioning": "~0.60.0",
"@typespec/xml": "~0.60.0"
"@azure-tools/typespec-azure-core": "~0.47.0",
"@typespec/compiler": "~0.61.0",
"@typespec/http": "~0.61.0",
"@typespec/rest": "~0.61.0",
"@typespec/versioning": "~0.61.0",
"@typespec/xml": "~0.61.0"
}
}
6 changes: 3 additions & 3 deletions packages/cadl-ranch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@azure-tools/cadl-ranch-expect": "workspace:~",
"@azure/identity": "^4.4.1",
"@types/js-yaml": "^4.0.5",
"@typespec/compiler": "~0.60.0",
"@typespec/http": "~0.60.0",
"@typespec/rest": "~0.60.0",
"@typespec/compiler": "~0.61.0",
"@typespec/http": "~0.61.0",
"@typespec/rest": "~0.61.0",
"ajv": "8.17.1",
"body-parser": "^1.20.2",
"deep-equal": "^2.2.0",
Expand Down
Loading

0 comments on commit 0ded49e

Please sign in to comment.