Skip to content

Commit aca1fd3

Browse files
Move openapi-types to dev dependencies
1 parent a80bedf commit aca1fd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"devDependencies": {
4242
"@biomejs/biome": "2.0.0",
4343
"@types/bun": "latest",
44-
"@types/js-yaml": "^4.0.9"
44+
"@types/js-yaml": "^4.0.9",
45+
"openapi-types": "^12.1.3"
4546
},
4647
"dependencies": {
4748
"@apidevtools/swagger-parser": "^12.0.0",
4849
"chalk": "^5.4.1",
4950
"commander": "^14.0.0",
5051
"consola": "^3.4.2",
51-
"js-yaml": "^4.1.0",
52-
"openapi-types": "^12.1.3"
52+
"js-yaml": "^4.1.0"
5353
},
5454
"peerDependencies": {
5555
"typescript": "^5"

0 commit comments

Comments
 (0)