Skip to content

Commit d348fb9

Browse files
committed
fix: add openapi-types dependency to package.json and package-lock.json
1 parent 467bde3 commit d348fb9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"dependencies": {
3939
"@modelcontextprotocol/sdk": "^1.8.0",
4040
"js-yaml": "^4.1.0",
41+
"openapi-types": "^12.1.3",
4142
"swagger2openapi": "7.0.8",
4243
"zod": "^3.24.2"
4344
},
@@ -66,7 +67,6 @@
6667
"jest-silent-reporter": "^0.6.0",
6768
"license-checker": "^25.0.1",
6869
"msw": "^2.7.4",
69-
"openapi-types": "^12.1.3",
7070
"openapi-typescript": "^7.6.1",
7171
"prettier": "^3.5.3",
7272
"semantic-release": "^24.2.3",

0 commit comments

Comments
 (0)