Skip to content

Commit 84e6eb7

Browse files
authored
Update emitter-package.json to upgrade to tsp 0.67.1 (Azure#27458)
1 parent 28cbcb2 commit 84e6eb7

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

eng/emitter-package.json

+15-14
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@
33
"version": "0.1.0",
44
"type": "module",
55
"dependencies": {
6-
"@typespec/compiler": "0.64.0",
6+
"@typespec/compiler": "0.67.1",
77
"@azure-tools/typespec-powershell": "0.0.x",
8-
"@azure-tools/typespec-autorest": "0.50.0",
9-
"@azure-tools/typespec-azure-core": "0.50.0",
10-
"@azure-tools/typespec-azure-resource-manager": "0.50.0",
11-
"@azure-tools/typespec-client-generator-core": "0.50.0",
12-
"@azure-tools/typespec-providerhub": "0.50.0",
13-
"@azure-tools/typespec-azure-rulesets": "0.50.0",
14-
"@typespec/http": "0.64.0",
15-
"@typespec/openapi": "0.64.0",
16-
"@typespec/rest": "0.64.0",
17-
"@typespec/versioning": "0.64.0",
18-
"@typespec/xml": "0.64.0",
19-
"@azure-tools/typespec-liftr-base": "0.7.0"
8+
"@azure-tools/typespec-autorest": "0.53.0",
9+
"@azure-tools/typespec-azure-core": "0.53.0",
10+
"@azure-tools/typespec-azure-resource-manager": "0.53.0",
11+
"@azure-tools/typespec-client-generator-core": "0.53.1",
12+
"@azure-tools/typespec-providerhub": "0.53.0",
13+
"@azure-tools/typespec-azure-rulesets": "0.53.0",
14+
"@typespec/http": "0.67.1",
15+
"@typespec/openapi": "0.67.1",
16+
"@typespec/rest": "0.67.1",
17+
"@typespec/streams": "0.67.1",
18+
"@typespec/versioning": "0.67.1",
19+
"@typespec/xml": "0.67.1",
20+
"@azure-tools/typespec-liftr-base": "0.8.0"
2021
},
2122
"private": true
22-
}
23+
}

0 commit comments

Comments
 (0)