Skip to content

Commit

Permalink
dependencies: remove deprecated extensions
Browse files Browse the repository at this point in the history
Removes the `@theia/typescript` extension from the examples
which leads to a multi-injector error from inversify.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto authored and bhufmann committed Mar 16, 2020
1 parent ee4ca6a commit 240c34c
Show file tree
Hide file tree
Showing 3 changed files with 1,028 additions and 468 deletions.
3 changes: 1 addition & 2 deletions browser-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@
"@theia/languages": "next",
"@theia/markers": "next",
"@theia/monaco": "next",
"@theia/typescript": "next",
"@theia/messages": "next",
"viewer-prototype": "0.0.0"
},
"devDependencies": {
"@theia/cli": "next"
},
"scripts": {
"prepare": "theia build --mode development",
"prepare": "theia build --mode development",
"start": "theia start",
"watch": "theia build --watch --mode development"
},
Expand Down
1 change: 0 additions & 1 deletion electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@theia/languages": "next",
"@theia/markers": "next",
"@theia/monaco": "next",
"@theia/typescript": "next",
"@theia/messages": "next",
"@theia/electron": "next",
"viewer-prototype": "0.0.0"
Expand Down
Loading

0 comments on commit 240c34c

Please sign in to comment.