-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not ignore errors on plugin download
* also update to Theia 1.53.1 Contributed on behalf of STMicroelectronics
- Loading branch information
1 parent
f3e185c
commit e103d54
Showing
9 changed files
with
552 additions
and
552 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
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-ide-browser-app", | ||
"description": "Eclipse Theia IDE browser product", | ||
"productName": "Theia IDE", | ||
"version": "1.53.0", | ||
"version": "1.53.100", | ||
"license": "MIT", | ||
"author": "Eclipse Theia <[email protected]>", | ||
"homepage": "https://github.com/eclipse-theia/theia-blueprint#readme", | ||
|
@@ -44,53 +44,53 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@theia/bulk-edit": "1.53.0", | ||
"@theia/callhierarchy": "1.53.0", | ||
"@theia/collaboration": "1.53.0", | ||
"@theia/console": "1.53.0", | ||
"@theia/core": "1.53.0", | ||
"@theia/debug": "1.53.0", | ||
"@theia/dev-container": "1.53.0", | ||
"@theia/editor": "1.53.0", | ||
"@theia/editor-preview": "1.53.0", | ||
"@theia/external-terminal": "1.53.0", | ||
"@theia/file-search": "1.53.0", | ||
"@theia/filesystem": "1.53.0", | ||
"@theia/getting-started": "1.53.0", | ||
"@theia/keymaps": "1.53.0", | ||
"@theia/markers": "1.53.0", | ||
"@theia/memory-inspector": "1.53.0", | ||
"@theia/messages": "1.53.0", | ||
"@theia/metrics": "1.53.0", | ||
"@theia/mini-browser": "1.53.0", | ||
"@theia/monaco": "1.53.0", | ||
"@theia/navigator": "1.53.0", | ||
"@theia/outline-view": "1.53.0", | ||
"@theia/output": "1.53.0", | ||
"@theia/plugin-dev": "1.53.0", | ||
"@theia/plugin-ext": "1.53.0", | ||
"@theia/plugin-ext-vscode": "1.53.0", | ||
"@theia/preferences": "1.53.0", | ||
"@theia/process": "1.53.0", | ||
"@theia/property-view": "1.53.0", | ||
"@theia/remote": "1.53.0", | ||
"@theia/scm": "1.53.0", | ||
"@theia/search-in-workspace": "1.53.0", | ||
"@theia/secondary-window": "1.53.0", | ||
"@theia/task": "1.53.0", | ||
"@theia/terminal": "1.53.0", | ||
"@theia/timeline": "1.53.0", | ||
"@theia/toolbar": "1.53.0", | ||
"@theia/typehierarchy": "1.53.0", | ||
"@theia/userstorage": "1.53.0", | ||
"@theia/variable-resolver": "1.53.0", | ||
"@theia/vsx-registry": "1.53.0", | ||
"@theia/workspace": "1.53.0", | ||
"@theia/bulk-edit": "1.53.1", | ||
"@theia/callhierarchy": "1.53.1", | ||
"@theia/collaboration": "1.53.1", | ||
"@theia/console": "1.53.1", | ||
"@theia/core": "1.53.1", | ||
"@theia/debug": "1.53.1", | ||
"@theia/dev-container": "1.53.1", | ||
"@theia/editor": "1.53.1", | ||
"@theia/editor-preview": "1.53.1", | ||
"@theia/external-terminal": "1.53.1", | ||
"@theia/file-search": "1.53.1", | ||
"@theia/filesystem": "1.53.1", | ||
"@theia/getting-started": "1.53.1", | ||
"@theia/keymaps": "1.53.1", | ||
"@theia/markers": "1.53.1", | ||
"@theia/memory-inspector": "1.53.1", | ||
"@theia/messages": "1.53.1", | ||
"@theia/metrics": "1.53.1", | ||
"@theia/mini-browser": "1.53.1", | ||
"@theia/monaco": "1.53.1", | ||
"@theia/navigator": "1.53.1", | ||
"@theia/outline-view": "1.53.1", | ||
"@theia/output": "1.53.1", | ||
"@theia/plugin-dev": "1.53.1", | ||
"@theia/plugin-ext": "1.53.1", | ||
"@theia/plugin-ext-vscode": "1.53.1", | ||
"@theia/preferences": "1.53.1", | ||
"@theia/process": "1.53.1", | ||
"@theia/property-view": "1.53.1", | ||
"@theia/remote": "1.53.1", | ||
"@theia/scm": "1.53.1", | ||
"@theia/search-in-workspace": "1.53.1", | ||
"@theia/secondary-window": "1.53.1", | ||
"@theia/task": "1.53.1", | ||
"@theia/terminal": "1.53.1", | ||
"@theia/timeline": "1.53.1", | ||
"@theia/toolbar": "1.53.1", | ||
"@theia/typehierarchy": "1.53.1", | ||
"@theia/userstorage": "1.53.1", | ||
"@theia/variable-resolver": "1.53.1", | ||
"@theia/vsx-registry": "1.53.1", | ||
"@theia/workspace": "1.53.1", | ||
"fs-extra": "^9.0.1", | ||
"theia-ide-product-ext": "1.53.0" | ||
"theia-ide-product-ext": "1.53.100" | ||
}, | ||
"devDependencies": { | ||
"@theia/cli": "1.53.0" | ||
"@theia/cli": "1.53.1" | ||
}, | ||
"scripts": { | ||
"clean": "theia clean && rimraf node_modules", | ||
|
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-ide-electron-app", | ||
"description": "Eclipse Theia IDE product", | ||
"productName": "Theia IDE", | ||
"version": "1.53.0", | ||
"version": "1.53.100", | ||
"main": "scripts/theia-electron-main.js", | ||
"license": "MIT", | ||
"author": "Eclipse Theia <[email protected]>", | ||
|
@@ -53,56 +53,56 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@theia/bulk-edit": "1.53.0", | ||
"@theia/callhierarchy": "1.53.0", | ||
"@theia/collaboration": "1.53.0", | ||
"@theia/console": "1.53.0", | ||
"@theia/core": "1.53.0", | ||
"@theia/debug": "1.53.0", | ||
"@theia/dev-container": "1.53.0", | ||
"@theia/editor": "1.53.0", | ||
"@theia/editor-preview": "1.53.0", | ||
"@theia/electron": "1.53.0", | ||
"@theia/external-terminal": "1.53.0", | ||
"@theia/file-search": "1.53.0", | ||
"@theia/filesystem": "1.53.0", | ||
"@theia/getting-started": "1.53.0", | ||
"@theia/keymaps": "1.53.0", | ||
"@theia/markers": "1.53.0", | ||
"@theia/memory-inspector": "1.53.0", | ||
"@theia/messages": "1.53.0", | ||
"@theia/metrics": "1.53.0", | ||
"@theia/mini-browser": "1.53.0", | ||
"@theia/monaco": "1.53.0", | ||
"@theia/navigator": "1.53.0", | ||
"@theia/outline-view": "1.53.0", | ||
"@theia/output": "1.53.0", | ||
"@theia/plugin-dev": "1.53.0", | ||
"@theia/plugin-ext": "1.53.0", | ||
"@theia/plugin-ext-vscode": "1.53.0", | ||
"@theia/preferences": "1.53.0", | ||
"@theia/process": "1.53.0", | ||
"@theia/property-view": "1.53.0", | ||
"@theia/remote": "1.53.0", | ||
"@theia/scm": "1.53.0", | ||
"@theia/search-in-workspace": "1.53.0", | ||
"@theia/secondary-window": "1.53.0", | ||
"@theia/task": "1.53.0", | ||
"@theia/terminal": "1.53.0", | ||
"@theia/timeline": "1.53.0", | ||
"@theia/toolbar": "1.53.0", | ||
"@theia/typehierarchy": "1.53.0", | ||
"@theia/userstorage": "1.53.0", | ||
"@theia/variable-resolver": "1.53.0", | ||
"@theia/vsx-registry": "1.53.0", | ||
"@theia/workspace": "1.53.0", | ||
"@theia/bulk-edit": "1.53.1", | ||
"@theia/callhierarchy": "1.53.1", | ||
"@theia/collaboration": "1.53.1", | ||
"@theia/console": "1.53.1", | ||
"@theia/core": "1.53.1", | ||
"@theia/debug": "1.53.1", | ||
"@theia/dev-container": "1.53.1", | ||
"@theia/editor": "1.53.1", | ||
"@theia/editor-preview": "1.53.1", | ||
"@theia/electron": "1.53.1", | ||
"@theia/external-terminal": "1.53.1", | ||
"@theia/file-search": "1.53.1", | ||
"@theia/filesystem": "1.53.1", | ||
"@theia/getting-started": "1.53.1", | ||
"@theia/keymaps": "1.53.1", | ||
"@theia/markers": "1.53.1", | ||
"@theia/memory-inspector": "1.53.1", | ||
"@theia/messages": "1.53.1", | ||
"@theia/metrics": "1.53.1", | ||
"@theia/mini-browser": "1.53.1", | ||
"@theia/monaco": "1.53.1", | ||
"@theia/navigator": "1.53.1", | ||
"@theia/outline-view": "1.53.1", | ||
"@theia/output": "1.53.1", | ||
"@theia/plugin-dev": "1.53.1", | ||
"@theia/plugin-ext": "1.53.1", | ||
"@theia/plugin-ext-vscode": "1.53.1", | ||
"@theia/preferences": "1.53.1", | ||
"@theia/process": "1.53.1", | ||
"@theia/property-view": "1.53.1", | ||
"@theia/remote": "1.53.1", | ||
"@theia/scm": "1.53.1", | ||
"@theia/search-in-workspace": "1.53.1", | ||
"@theia/secondary-window": "1.53.1", | ||
"@theia/task": "1.53.1", | ||
"@theia/terminal": "1.53.1", | ||
"@theia/timeline": "1.53.1", | ||
"@theia/toolbar": "1.53.1", | ||
"@theia/typehierarchy": "1.53.1", | ||
"@theia/userstorage": "1.53.1", | ||
"@theia/variable-resolver": "1.53.1", | ||
"@theia/vsx-registry": "1.53.1", | ||
"@theia/workspace": "1.53.1", | ||
"fs-extra": "^9.0.1", | ||
"theia-ide-launcher-ext": "1.53.0", | ||
"theia-ide-product-ext": "1.53.0", | ||
"theia-ide-updater-ext": "1.53.0" | ||
"theia-ide-launcher-ext": "1.53.100", | ||
"theia-ide-product-ext": "1.53.100", | ||
"theia-ide-updater-ext": "1.53.100" | ||
}, | ||
"devDependencies": { | ||
"@theia/cli": "1.53.0", | ||
"@theia/cli": "1.53.1", | ||
"@types/js-yaml": "^3.12.0", | ||
"@types/yargs": "17.0.7", | ||
"@wdio/cli": "^6.10.2", | ||
|
@@ -146,4 +146,4 @@ | |
"lint": "eslint --ext js,jsx,ts,tsx scripts && eslint --ext js,jsx,ts,tsx test", | ||
"lint:fix": "eslint --ext js,jsx,ts,tsx scripts --fix && eslint --ext js,jsx,ts,tsx test -fix" | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"version": "1.53.0", | ||
"version": "1.53.100", | ||
"license": "MIT", | ||
"author": "Rob Moran <[email protected]>", | ||
"homepage": "https://github.com/eclipse-theia/theia-blueprint#readme", | ||
|
@@ -17,7 +17,7 @@ | |
}, | ||
"devDependencies": { | ||
"@eclipse-dash/nodejs-wrapper": "^0.0.1", | ||
"@theia/cli": "1.53.0", | ||
"@theia/cli": "1.53.1", | ||
"@typescript-eslint/eslint-plugin": "^4.25.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^4.25.0", | ||
"@typescript-eslint/parser": "^4.25.0", | ||
|
@@ -40,7 +40,7 @@ | |
"build:applications": "yarn build:extensions && lerna run --scope=\"theia-ide*app\" build:prod --concurrency 1", | ||
"build:applications:dev": "yarn build:extensions && lerna run --scope=\"theia-ide*app\" build --concurrency 1", | ||
"build:extensions": "lerna run --scope=\"theia-ide*ext\" build", | ||
"download:plugins": "theia download:plugins --rate-limit=15 --parallel=false --ignore-errors", | ||
"download:plugins": "theia download:plugins --rate-limit=15 --parallel=false", | ||
"package:applications": "lerna run --scope=\"theia-ide*app\" package --concurrency 1", | ||
"package:applications:preview": "lerna run --scope=\"theia-ide*app\" package:preview --concurrency 1", | ||
"package:applications:prod": "lerna run --scope=\"theia-ide*app\" package:prod --concurrency 1", | ||
|
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
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.