Skip to content

Commit cf8f8c3

Browse files
committed
fix(core): remove dependency on memfs and properly specify nx-plugin-openapi as optional peer dep
1 parent 2b74bf2 commit cf8f8c3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/core/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@
99
},
1010
"dependencies": {},
1111
"peerDependencies": {
12-
"@nrwl/devkit": ">14.0.0-beta.1",
1312
"@nrwl/workspace": ">14.0.0-beta.1",
13+
"@trumbitta/nx-plugin-openapi": "^1.12.1",
1414
"nx": ">14.0.0-beta.1",
1515
"eslint": ">8.0.0"
1616
},
1717
"peerDependenciesMeta": {
1818
"eslint": {
1919
"optional": true
20+
},
21+
"@trumbitta/nx-plugin-openapi": {
22+
"optional": true
2023
}
2124
},
22-
"devDependencies": {
23-
"@nrwl/cli": "*"
24-
},
25+
"devDependencies": {},
2526
"homepage": "https://nx-dotnet.com/docs/core",
2627
"bugs": {
2728
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen+is%3Aissue+label%3Anx-dotnet%2Fcore",

0 commit comments

Comments
 (0)