Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from eclipse-theia/version-1.9.0
Browse files Browse the repository at this point in the history
version 1.9.0
  • Loading branch information
thegecko authored Dec 20, 2020
2 parents 7dd5381 + e8be482 commit 854d44d
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 402 deletions.
File renamed without changes.
80 changes: 40 additions & 40 deletions electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "theia-example",
"description": "Theia Development Environment",
"productName": "Theia",
"version": "1.8.0",
"version": "1.9.0",
"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,48 +33,48 @@
}
},
"dependencies": {
"@theia/callhierarchy": "^1.8.0",
"@theia/console": "^1.8.0",
"@theia/core": "^1.8.0",
"@theia/debug": "^1.8.0",
"@theia/editor": "^1.8.0",
"@theia/editor-preview": "^1.8.0",
"@theia/electron": "^1.8.0",
"@theia/file-search": "^1.8.0",
"@theia/filesystem": "^1.8.0",
"@theia/getting-started": "^1.8.0",
"@theia/git": "^1.8.0",
"@theia/keymaps": "^1.8.0",
"@theia/markers": "^1.8.0",
"@theia/messages": "^1.8.0",
"@theia/metrics": "^1.8.0",
"@theia/mini-browser": "^1.8.0",
"@theia/monaco": "^1.8.0",
"@theia/navigator": "^1.8.0",
"@theia/outline-view": "^1.8.0",
"@theia/output": "^1.8.0",
"@theia/plugin-dev": "^1.8.0",
"@theia/plugin-ext": "^1.8.0",
"@theia/plugin-ext-vscode": "^1.8.0",
"@theia/preferences": "^1.8.0",
"@theia/preview": "^1.8.0",
"@theia/process": "^1.8.0",
"@theia/scm": "^1.8.0",
"@theia/scm-extra": "^1.8.0",
"@theia/search-in-workspace": "^1.8.0",
"@theia/task": "^1.8.0",
"@theia/terminal": "^1.8.0",
"@theia/timeline": "^1.8.0",
"@theia/typehierarchy": "^1.8.0",
"@theia/userstorage": "^1.8.0",
"@theia/variable-resolver": "^1.8.0",
"@theia/vsx-registry": "^1.8.0",
"@theia/workspace": "^1.8.0",
"@theia/callhierarchy": "^1.9.0",
"@theia/console": "^1.9.0",
"@theia/core": "^1.9.0",
"@theia/debug": "^1.9.0",
"@theia/editor": "^1.9.0",
"@theia/editor-preview": "^1.9.0",
"@theia/electron": "^1.9.0",
"@theia/file-search": "^1.9.0",
"@theia/filesystem": "^1.9.0",
"@theia/getting-started": "^1.9.0",
"@theia/git": "^1.9.0",
"@theia/keymaps": "^1.9.0",
"@theia/markers": "^1.9.0",
"@theia/messages": "^1.9.0",
"@theia/metrics": "^1.9.0",
"@theia/mini-browser": "^1.9.0",
"@theia/monaco": "^1.9.0",
"@theia/navigator": "^1.9.0",
"@theia/outline-view": "^1.9.0",
"@theia/output": "^1.9.0",
"@theia/plugin-dev": "^1.9.0",
"@theia/plugin-ext": "^1.9.0",
"@theia/plugin-ext-vscode": "^1.9.0",
"@theia/preferences": "^1.9.0",
"@theia/preview": "^1.9.0",
"@theia/process": "^1.9.0",
"@theia/scm": "^1.9.0",
"@theia/scm-extra": "^1.9.0",
"@theia/search-in-workspace": "^1.9.0",
"@theia/task": "^1.9.0",
"@theia/terminal": "^1.9.0",
"@theia/timeline": "^1.9.0",
"@theia/typehierarchy": "^1.9.0",
"@theia/userstorage": "^1.9.0",
"@theia/variable-resolver": "^1.9.0",
"@theia/vsx-registry": "^1.9.0",
"@theia/workspace": "^1.9.0",
"fs-extra": "^9.0.1",
"theia-example-updater": "^1.8.0"
"theia-example-updater": "^1.9.0"
},
"devDependencies": {
"@theia/cli": "^1.8.0",
"@theia/cli": "^1.9.0",
"app-builder-lib": "^22.9.0",
"electron-builder": "^22.8.0",
"rimraf": "^2.7.1"
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.8.0",
"version": "1.9.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-example#readme",
Expand All @@ -16,7 +16,7 @@
"node": ">=12.14.1 <13"
},
"devDependencies": {
"@theia/cli": "^1.8.0",
"@theia/cli": "^1.9.0",
"lerna": "2.11.0",
"rimraf": "^2.7.1"
},
Expand Down
6 changes: 3 additions & 3 deletions theia-example-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"name": "theia-example-updater",
"version": "1.8.0",
"version": "1.9.0",
"description": "Theia - Updater and branding for the installer",
"dependencies": {
"@theia/core": "^1.8.0",
"@theia/output": "^1.8.0",
"@theia/core": "^1.9.0",
"@theia/output": "^1.9.0",
"electron-updater": "^4.3.5",
"electron-log": "^4.3.0"
},
Expand Down
Loading

0 comments on commit 854d44d

Please sign in to comment.