Skip to content

Commit 22dd4c5

Browse files
committed
Move typescript from development to runtime dependency
1 parent 9533310 commit 22dd4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"axios": "^1.10.0",
2525
"commander": "^14.0.0",
2626
"json-schema-to-zod": "^2.6.1",
27-
"openapi-types": "^12.1.3"
27+
"openapi-types": "^12.1.3",
28+
"typescript": "^5.8.3"
2829
},
2930
"devDependencies": {
3031
"@babel/preset-typescript": "^7.27.1",
@@ -37,7 +38,6 @@
3738
"nock": "^14.0.7",
3839
"nodemon": "^3.1.10",
3940
"ts-jest": "^29.4.0",
40-
"typescript": "^5.8.3",
4141
"typescript-eslint": "^8.38.0"
4242
},
4343
"type": "module",

0 commit comments

Comments
 (0)