Skip to content

Commit e170012

Browse files
Copilotpshao25
andauthored
Bump TypeSpec Azure dependency versions to 0.57.1 (#5358)
* Initial plan * Bump TypeSpec Azure dependencies to 0.57.1 Co-authored-by: pshao25 <[email protected]> * Remove package-lock.json from TypeSpec emitter directory - run npm install from root instead Co-authored-by: pshao25 <[email protected]> * Upgrade @azure-tools/typespec-client-generator-core to 0.57.2 Co-authored-by: pshao25 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: pshao25 <[email protected]>
1 parent ff04c40 commit e170012

File tree

3 files changed

+42
-29
lines changed

3 files changed

+42
-29
lines changed

package-lock.json

Lines changed: 36 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@typespec/http-specs": "0.1.0-alpha.23",
1616
"@typespec/spector": "0.1.0-alpha.15",
1717
"@azure-tools/azure-http-specs": "0.1.0-alpha.19",
18-
"@azure-tools/typespec-azure-resource-manager": "0.57.0",
19-
"@azure-tools/typespec-client-generator-core": "0.57.1",
18+
"@azure-tools/typespec-azure-resource-manager": "0.57.1",
19+
"@azure-tools/typespec-client-generator-core": "0.57.2",
2020
"@azure-tools/typespec-csharp": "file:src/TypeSpec.Extension/Emitter.Csharp",
2121
"@azure-tools/unbranded-tests": "file:test/UnbrandedProjects",
2222
"@microsoft.azure/autorest.testserver": "3.3.50",

src/TypeSpec.Extension/Emitter.Csharp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
},
5757
"devDependencies": {
5858
"@azure-tools/typespec-azure-core": "0.57.0",
59-
"@azure-tools/typespec-client-generator-core": "0.57.1",
60-
"@azure-tools/typespec-azure-resource-manager": "0.57.0",
61-
"@azure-tools/typespec-azure-rulesets": "0.57.0",
62-
"@azure-tools/typespec-autorest": "0.57.0",
59+
"@azure-tools/typespec-client-generator-core": "0.57.2",
60+
"@azure-tools/typespec-azure-resource-manager": "0.57.1",
61+
"@azure-tools/typespec-azure-rulesets": "0.57.1",
62+
"@azure-tools/typespec-autorest": "0.57.1",
6363
"@azure-tools/typespec-liftr-base": "0.8.0",
6464
"@eslint/js": "^9.15.0",
6565
"@types/mocha": "~10.0.9",

0 commit comments

Comments
 (0)