Skip to content

Commit

Permalink
fix(core): remove dependency on memfs and properly specify nx-plugin-…
Browse files Browse the repository at this point in the history
…openapi as optional peer dep
  • Loading branch information
AgentEnder committed Feb 24, 2023
1 parent 2b74bf2 commit cf8f8c3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@
},
"dependencies": {},
"peerDependencies": {
"@nrwl/devkit": ">14.0.0-beta.1",
"@nrwl/workspace": ">14.0.0-beta.1",
"@trumbitta/nx-plugin-openapi": "^1.12.1",
"nx": ">14.0.0-beta.1",
"eslint": ">8.0.0"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
},
"@trumbitta/nx-plugin-openapi": {
"optional": true
}
},
"devDependencies": {
"@nrwl/cli": "*"
},
"devDependencies": {},
"homepage": "https://nx-dotnet.com/docs/core",
"bugs": {
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen+is%3Aissue+label%3Anx-dotnet%2Fcore",
Expand Down

0 comments on commit cf8f8c3

Please sign in to comment.