Skip to content

Commit e61abe4

Browse files
authored
Bump typespec-ts emitter version in Aug (Azure#26817)
Bump typespec-ts emitter version in Aug
1 parent 621bd12 commit e61abe4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

eng/emitter-package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "typescript-emitter-package",
33
"main": "dist/src/index.js",
44
"dependencies": {
5-
"@azure-tools/typespec-ts": "0.14.0",
6-
"@azure-tools/typespec-azure-core": "0.32.0",
7-
"@azure-tools/typespec-autorest": "0.32.0",
8-
"@azure-tools/typespec-client-generator-core": "0.32.0",
9-
"@typespec/compiler": "0.46.0",
10-
"@typespec/http": "0.46.0",
11-
"@typespec/rest": "0.46.0",
12-
"@typespec/versioning": "0.46.0"
5+
"@azure-tools/typespec-ts": "0.15.0",
6+
"@azure-tools/typespec-azure-core": "0.33.0",
7+
"@azure-tools/typespec-autorest": "0.33.0",
8+
"@azure-tools/typespec-client-generator-core": "0.33.0",
9+
"@typespec/compiler": "0.47.0",
10+
"@typespec/http": "0.47.0",
11+
"@typespec/rest": "0.47.0",
12+
"@typespec/versioning": "0.47.0"
1313
}
1414
}

0 commit comments

Comments
 (0)