Skip to content

Commit

Permalink
momentarily 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 20, 2021
1 parent 10f289b commit 9703409
Show file tree
Hide file tree
Showing 5 changed files with 2,360 additions and 6,272 deletions.
82 changes: 41 additions & 41 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.13.0",
"version": "1.14.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,51 +33,51 @@
}
},
"dependencies": {
"@theia/bulk-edit": "1.13.0",
"@theia/callhierarchy": "1.13.0",
"@theia/console": "1.13.0",
"@theia/core": "1.13.0",
"@theia/debug": "1.13.0",
"@theia/editor": "1.13.0",
"@theia/editor-preview": "1.13.0",
"@theia/electron": "1.13.0",
"@theia/external-terminal": "1.13.0",
"@theia/file-search": "1.13.0",
"@theia/filesystem": "1.13.0",
"@theia/getting-started": "1.13.0",
"@theia/keymaps": "1.13.0",
"@theia/markers": "1.13.0",
"@theia/messages": "1.13.0",
"@theia/metrics": "1.13.0",
"@theia/mini-browser": "1.13.0",
"@theia/monaco": "1.13.0",
"@theia/navigator": "1.13.0",
"@theia/outline-view": "1.13.0",
"@theia/output": "1.13.0",
"@theia/plugin-dev": "1.13.0",
"@theia/plugin-ext": "1.13.0",
"@theia/plugin-ext-vscode": "1.13.0",
"@theia/preferences": "1.13.0",
"@theia/preview": "1.13.0",
"@theia/process": "1.13.0",
"@theia/property-view": "1.13.0",
"@theia/scm": "1.13.0",
"@theia/scm-extra": "1.13.0",
"@theia/search-in-workspace": "1.13.0",
"@theia/task": "1.13.0",
"@theia/terminal": "1.13.0",
"@theia/timeline": "1.13.0",
"@theia/typehierarchy": "1.13.0",
"@theia/userstorage": "1.13.0",
"@theia/variable-resolver": "1.13.0",
"@theia/vsx-registry": "1.13.0",
"@theia/workspace": "1.13.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.13.0",
"theia-blueprint-product": "1.13.0"
},
"devDependencies": {
"@theia/cli": "1.13.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.13.0",
"version": "1.14.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.13.0",
"@theia/cli": "next",
"lerna": "2.11.0",
"rimraf": "^2.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion theia-extensions/theia-blueprint-product/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.13.0",
"description": "Eclipse Theia Blueprint Product Branding",
"dependencies": {
"@theia/core": "1.13.0"
"@theia/core": "next"
},
"devDependencies": {
"rimraf": "^2.7.1",
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.13.0",
"description": "Eclipse Theia Blueprint Updater",
"dependencies": {
"@theia/core": "1.13.0",
"@theia/output": "1.13.0",
"@theia/preferences": "1.13.0",
"@theia/core": "next",
"@theia/output": "next",
"@theia/preferences": "next",
"electron-updater": "^4.3.5",
"electron-log": "^4.3.0"
},
Expand Down
Loading

0 comments on commit 9703409

Please sign in to comment.