-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to Theia v1.20.0 and yarn upgrade
Fixes #181 Signed-off-by: Marc Dumais <[email protected]>
- Loading branch information
1 parent
6fc93f8
commit b025dc2
Showing
5 changed files
with
1,020 additions
and
1,890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"name": "theia-blueprint", | ||
"description": "Eclipse Theia blueprint product", | ||
"productName": "Theia Blueprint", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"main": "scripts/theia-electron-main.js", | ||
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", | ||
"author": "Eclipse Theia <[email protected]>", | ||
|
@@ -34,50 +34,50 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@theia/bulk-edit": "1.19.0", | ||
"@theia/callhierarchy": "1.19.0", | ||
"@theia/console": "1.19.0", | ||
"@theia/core": "1.19.0", | ||
"@theia/debug": "1.19.0", | ||
"@theia/editor": "1.19.0", | ||
"@theia/editor-preview": "1.19.0", | ||
"@theia/electron": "1.19.0", | ||
"@theia/external-terminal": "1.19.0", | ||
"@theia/file-search": "1.19.0", | ||
"@theia/filesystem": "1.19.0", | ||
"@theia/getting-started": "1.19.0", | ||
"@theia/keymaps": "1.19.0", | ||
"@theia/markers": "1.19.0", | ||
"@theia/messages": "1.19.0", | ||
"@theia/metrics": "1.19.0", | ||
"@theia/mini-browser": "1.19.0", | ||
"@theia/monaco": "1.19.0", | ||
"@theia/navigator": "1.19.0", | ||
"@theia/outline-view": "1.19.0", | ||
"@theia/output": "1.19.0", | ||
"@theia/plugin-dev": "1.19.0", | ||
"@theia/plugin-ext": "1.19.0", | ||
"@theia/plugin-ext-vscode": "1.19.0", | ||
"@theia/preferences": "1.19.0", | ||
"@theia/process": "1.19.0", | ||
"@theia/property-view": "1.19.0", | ||
"@theia/scm": "1.19.0", | ||
"@theia/scm-extra": "1.19.0", | ||
"@theia/search-in-workspace": "1.19.0", | ||
"@theia/task": "1.19.0", | ||
"@theia/terminal": "1.19.0", | ||
"@theia/timeline": "1.19.0", | ||
"@theia/typehierarchy": "1.19.0", | ||
"@theia/userstorage": "1.19.0", | ||
"@theia/variable-resolver": "1.19.0", | ||
"@theia/vsx-registry": "1.19.0", | ||
"@theia/workspace": "1.19.0", | ||
"@theia/bulk-edit": "1.20.0", | ||
"@theia/callhierarchy": "1.20.0", | ||
"@theia/console": "1.20.0", | ||
"@theia/core": "1.20.0", | ||
"@theia/debug": "1.20.0", | ||
"@theia/editor": "1.20.0", | ||
"@theia/editor-preview": "1.20.0", | ||
"@theia/electron": "1.20.0", | ||
"@theia/external-terminal": "1.20.0", | ||
"@theia/file-search": "1.20.0", | ||
"@theia/filesystem": "1.20.0", | ||
"@theia/getting-started": "1.20.0", | ||
"@theia/keymaps": "1.20.0", | ||
"@theia/markers": "1.20.0", | ||
"@theia/messages": "1.20.0", | ||
"@theia/metrics": "1.20.0", | ||
"@theia/mini-browser": "1.20.0", | ||
"@theia/monaco": "1.20.0", | ||
"@theia/navigator": "1.20.0", | ||
"@theia/outline-view": "1.20.0", | ||
"@theia/output": "1.20.0", | ||
"@theia/plugin-dev": "1.20.0", | ||
"@theia/plugin-ext": "1.20.0", | ||
"@theia/plugin-ext-vscode": "1.20.0", | ||
"@theia/preferences": "1.20.0", | ||
"@theia/process": "1.20.0", | ||
"@theia/property-view": "1.20.0", | ||
"@theia/scm": "1.20.0", | ||
"@theia/scm-extra": "1.20.0", | ||
"@theia/search-in-workspace": "1.20.0", | ||
"@theia/task": "1.20.0", | ||
"@theia/terminal": "1.20.0", | ||
"@theia/timeline": "1.20.0", | ||
"@theia/typehierarchy": "1.20.0", | ||
"@theia/userstorage": "1.20.0", | ||
"@theia/variable-resolver": "1.20.0", | ||
"@theia/vsx-registry": "1.20.0", | ||
"@theia/workspace": "1.20.0", | ||
"fs-extra": "^9.0.1", | ||
"theia-blueprint-updater": "1.19.0", | ||
"theia-blueprint-product": "1.19.0" | ||
"theia-blueprint-updater": "1.20.0", | ||
"theia-blueprint-product": "1.20.0" | ||
}, | ||
"devDependencies": { | ||
"@theia/cli": "1.19.0", | ||
"@theia/cli": "1.20.0", | ||
"@types/js-yaml": "^3.12.0", | ||
"@types/yargs": "^17.0.2", | ||
"@wdio/cli": "^6.10.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", | ||
"author": "Rob Moran <[email protected]>", | ||
"homepage": "https://github.com/eclipse-theia/theia-blueprint#readme", | ||
|
@@ -16,7 +16,7 @@ | |
"node": ">=12.14.1 <13" | ||
}, | ||
"devDependencies": { | ||
"@theia/cli": "1.19.0", | ||
"@theia/cli": "1.20.0", | ||
"@typescript-eslint/eslint-plugin": "^4.25.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^4.25.0", | ||
"@typescript-eslint/parser": "^4.25.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.