Skip to content

Commit

Permalink
update to Theia v1.20.0 and yarn upgrade
Browse files Browse the repository at this point in the history
Fixes #181

Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Dec 1, 2021
1 parent 6fc93f8 commit b025dc2
Show file tree
Hide file tree
Showing 5 changed files with 1,020 additions and 1,890 deletions.
84 changes: 42 additions & 42 deletions applications/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]>",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
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",
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions theia-extensions/theia-blueprint-product/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"name": "theia-blueprint-product",
"version": "1.19.0",
"version": "1.20.0",
"description": "Eclipse Theia Blueprint Product Branding",
"dependencies": {
"@theia/core": "1.19.0",
"@theia/getting-started": "1.19.0",
"@theia/vsx-registry": "1.19.0",
"@theia/workspace": "1.19.0",
"@theia/core": "1.20.0",
"@theia/getting-started": "1.20.0",
"@theia/vsx-registry": "1.20.0",
"@theia/workspace": "1.20.0",
"inversify": "^5.1.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions theia-extensions/theia-blueprint-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"private": true,
"name": "theia-blueprint-updater",
"version": "1.19.0",
"version": "1.20.0",
"description": "Eclipse Theia Blueprint Updater",
"dependencies": {
"@theia/core": "1.19.0",
"@theia/output": "1.19.0",
"@theia/preferences": "1.19.0",
"@theia/core": "1.20.0",
"@theia/output": "1.20.0",
"@theia/preferences": "1.20.0",
"electron-log": "^4.3.0",
"electron-updater": "^4.3.5",
"fs-extra": "^10.0.0"
Expand Down
Loading

0 comments on commit b025dc2

Please sign in to comment.