Skip to content

Commit 5341c20

Browse files
committed
fixed frontend build
1 parent ea75152 commit 5341c20

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

contract-typespec/api/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "0.1.0",
44
"type": "module",
55
"dependencies": {
6-
"@typespec/compiler": "^1.3.0",
7-
"@typespec/http": "^1.3.1",
8-
"@typespec/openapi": "^1.3.0",
9-
"@typespec/openapi3": "^1.3.0",
10-
"@typespec/rest": "^0.73.0",
11-
"@typespec/sse": "^0.73.0",
12-
"@typespec/streams": "^0.73.0",
6+
"@typespec/compiler": "1.3.0",
7+
"@typespec/http": "1.3.0",
8+
"@typespec/openapi": "1.3.0",
9+
"@typespec/openapi3": "1.3.0",
10+
"@typespec/rest": "0.73.0",
11+
"@typespec/sse": "0.73.0",
12+
"@typespec/streams": "0.73.0",
1313
"build": "^0.1.4"
1414
},
1515
"scripts": {

0 commit comments

Comments
 (0)