Skip to content

Commit

Permalink
Move Typespec to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0237h committed May 27, 2024
1 parent 4f4bf36 commit c5d870c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@
],
"dependencies": {
"@clickhouse/client-web": "latest",
"@typespec/compiler": "latest",
"@typespec/openapi3": "latest",
"@typespec/protobuf": "latest",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"commander": "latest",
"dotenv": "latest",
"hono": "latest",
"prom-client": "^15.1.2",
"tslog": "^4.9.2",
"prom-client": "latest",
"tslog": "latest",
"typed-openapi": "latest",
"zod": "latest"
},
Expand All @@ -44,6 +41,10 @@
},
"type": "module",
"devDependencies": {
"@typespec/compiler": "latest",
"@typespec/openapi3": "latest",
"@typespec/protobuf": "latest",
"@typespec/openapi": "latest",
"bun-types": "latest",
"typescript": "latest"
},
Expand Down

0 comments on commit c5d870c

Please sign in to comment.