Skip to content

Commit

Permalink
[to be removed before merging] switch the next @Theia version
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed May 28, 2021
1 parent 183bc75 commit 4686589
Show file tree
Hide file tree
Showing 5 changed files with 471 additions and 568 deletions.
83 changes: 41 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.14.0",
"version": "1.15.0-next",
"main": "scripts/theia-electron-main.js",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"author": "Rob Moran <[email protected]>",
Expand Down Expand Up @@ -33,52 +33,51 @@
}
},
"dependencies": {
"@theia/bulk-edit": "1.14.0",
"@theia/callhierarchy": "1.14.0",
"@theia/console": "1.14.0",
"@theia/core": "1.14.0",
"@theia/debug": "1.14.0",
"@theia/editor": "1.14.0",
"@theia/editor-preview": "1.14.0",
"@theia/electron": "1.14.0",
"@theia/external-terminal": "1.14.0",
"@theia/file-search": "1.14.0",
"@theia/filesystem": "1.14.0",
"@theia/getting-started": "1.14.0",
"@theia/git": "1.14.0",
"@theia/keymaps": "1.14.0",
"@theia/markers": "1.14.0",
"@theia/messages": "1.14.0",
"@theia/metrics": "1.14.0",
"@theia/mini-browser": "1.14.0",
"@theia/monaco": "1.14.0",
"@theia/navigator": "1.14.0",
"@theia/outline-view": "1.14.0",
"@theia/output": "1.14.0",
"@theia/plugin-dev": "1.14.0",
"@theia/plugin-ext": "1.14.0",
"@theia/plugin-ext-vscode": "1.14.0",
"@theia/preferences": "1.14.0",
"@theia/preview": "1.14.0",
"@theia/process": "1.14.0",
"@theia/property-view": "1.14.0",
"@theia/scm": "1.14.0",
"@theia/scm-extra": "1.14.0",
"@theia/search-in-workspace": "1.14.0",
"@theia/task": "1.14.0",
"@theia/terminal": "1.14.0",
"@theia/timeline": "1.14.0",
"@theia/typehierarchy": "1.14.0",
"@theia/userstorage": "1.14.0",
"@theia/variable-resolver": "1.14.0",
"@theia/vsx-registry": "1.14.0",
"@theia/workspace": "1.14.0",
"@theia/bulk-edit": "next",
"@theia/callhierarchy": "next",
"@theia/console": "next",
"@theia/core": "next",
"@theia/debug": "next",
"@theia/editor": "next",
"@theia/editor-preview": "next",
"@theia/electron": "next",
"@theia/external-terminal": "next",
"@theia/file-search": "next",
"@theia/filesystem": "next",
"@theia/getting-started": "next",
"@theia/keymaps": "next",
"@theia/markers": "next",
"@theia/messages": "next",
"@theia/metrics": "next",
"@theia/mini-browser": "next",
"@theia/monaco": "next",
"@theia/navigator": "next",
"@theia/outline-view": "next",
"@theia/output": "next",
"@theia/plugin-dev": "next",
"@theia/plugin-ext": "next",
"@theia/plugin-ext-vscode": "next",
"@theia/preferences": "next",
"@theia/preview": "next",
"@theia/process": "next",
"@theia/property-view": "next",
"@theia/scm": "next",
"@theia/scm-extra": "next",
"@theia/search-in-workspace": "next",
"@theia/task": "next",
"@theia/terminal": "next",
"@theia/timeline": "next",
"@theia/typehierarchy": "next",
"@theia/userstorage": "next",
"@theia/variable-resolver": "next",
"@theia/vsx-registry": "next",
"@theia/workspace": "next",
"fs-extra": "^9.0.1",
"theia-blueprint-updater": "1.14.0",
"theia-blueprint-product": "1.14.0"
},
"devDependencies": {
"@theia/cli": "1.14.0",
"@theia/cli": "next",
"@wdio/cli": "^6.10.2",
"@wdio/local-runner": "^6.10.2",
"@wdio/mocha-framework": "^6.8.0",
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.14.0",
"version": "1.15.0-next",
"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.14.0",
"@theia/cli": "next",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
Expand Down
4 changes: 2 additions & 2 deletions theia-extensions/theia-blueprint-product/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "1.14.0",
"description": "Eclipse Theia Blueprint Product Branding",
"dependencies": {
"@theia/core": "1.14.0",
"@theia/getting-started": "^1.14.0",
"@theia/core": "next",
"@theia/getting-started": "next",
"inversify": "^5.1.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions theia-extensions/theia-blueprint-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "1.14.0",
"description": "Eclipse Theia Blueprint Updater",
"dependencies": {
"@theia/core": "1.14.0",
"@theia/output": "1.14.0",
"@theia/preferences": "1.14.0",
"@theia/core": "next",
"@theia/output": "next",
"@theia/preferences": "next",
"electron": "^9.3.2",
"electron-log": "^4.3.0",
"electron-updater": "^4.3.5",
Expand Down
Loading

0 comments on commit 4686589

Please sign in to comment.