Skip to content

Commit

Permalink
Add '@theia/mini-browser as an explicit dependency to @theia/plugin…
Browse files Browse the repository at this point in the history
…-ext`

Fixes #5790

- the @theia/mini-browser is pulled implicitly by the @theia/plugin-ext (webviews)
which can cause problems when attempting to build an application that uses either
the @theia/plugin-ext or @theia/plugin-ext-vscode without @theia/mini-browser as a dependency.
- fix the issue by explicitly declaring `@theia/mini-browser` as a dependency to `@theia/plugin-ext`

Signed-off-by: Vincent Fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Jul 24, 2019
1 parent 22ef59c commit 8d081ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@theia/filesystem": "^0.8.0",
"@theia/markers": "^0.8.0",
"@theia/messages": "^0.8.0",
"@theia/mini-browser": "^0.8.0",
"@theia/monaco": "^0.8.0",
"@theia/navigator": "^0.8.0",
"@theia/plugin": "^0.8.0",
Expand Down

0 comments on commit 8d081ba

Please sign in to comment.