Skip to content

Commit c20ebc0

Browse files
committed
fix(plugin-openapi): add missing peerDependency
1 parent 30a4420 commit c20ebc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/plugin-openapi/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"@nx/devkit": "19.8.14"
88
},
99
"peerDependencies": {
10-
"@nx-plugin-openapi/core": ">=0.0.1"
10+
"@nx-plugin-openapi/core": ">=0.0.1",
11+
"@openapitools/openapi-generator-cli": "^2.20.2"
1112
},
1213
"type": "commonjs",
1314
"main": "./src/index.js",

0 commit comments

Comments
 (0)