summarylogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json83
1 files changed, 42 insertions, 41 deletions
diff --git a/package.json b/package.json
index 05c43afbdcba..16f9b44ad34f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "1.10.0",
+ "version": "1.11.0",
"main": "src-gen/frontend/electron-main.js",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"theia": {
@@ -84,48 +84,49 @@
"vscode-references-view": "https://open-vsx.org/api/ms-vscode/references-view/0.0.75/file/ms-vscode.references-view-0.0.75.vsix"
},
"dependencies": {
- "@theia/callhierarchy": "1.10.0",
- "@theia/console": "1.10.0",
- "@theia/core": "1.10.0",
- "@theia/debug": "1.10.0",
- "@theia/editor-preview": "1.10.0",
- "@theia/editor": "1.10.0",
- "@theia/electron": "1.10.0",
- "@theia/file-search": "1.10.0",
- "@theia/filesystem": "1.10.0",
- "@theia/getting-started": "1.10.0",
- "@theia/git": "1.10.0",
- "@theia/keymaps": "1.10.0",
- "@theia/markers": "1.10.0",
- "@theia/messages": "1.10.0",
- "@theia/metrics": "1.10.0",
- "@theia/mini-browser": "1.10.0",
- "@theia/monaco": "1.10.0",
- "@theia/navigator": "1.10.0",
- "@theia/outline-view": "1.10.0",
- "@theia/output": "1.10.0",
- "@theia/plugin-dev": "1.10.0",
- "@theia/plugin-ext-vscode": "1.10.0",
- "@theia/plugin-ext": "1.10.0",
- "@theia/plugin-metrics": "1.10.0",
- "@theia/plugin": "1.10.0",
- "@theia/preferences": "1.10.0",
- "@theia/preview": "1.10.0",
- "@theia/process": "1.10.0",
- "@theia/scm-extra": "1.10.0",
- "@theia/scm": "1.10.0",
- "@theia/search-in-workspace": "1.10.0",
- "@theia/task": "1.10.0",
- "@theia/terminal": "1.10.0",
- "@theia/timeline": "1.10.0",
- "@theia/typehierarchy": "1.10.0",
- "@theia/userstorage": "1.10.0",
- "@theia/variable-resolver": "1.10.0",
- "@theia/vsx-registry": "1.10.0",
- "@theia/workspace": "1.10.0"
+ "@theia/bulk-edit": "1.11.0",
+ "@theia/callhierarchy": "1.11.0",
+ "@theia/console": "1.11.0",
+ "@theia/core": "1.11.0",
+ "@theia/debug": "1.11.0",
+ "@theia/editor-preview": "1.11.0",
+ "@theia/editor": "1.11.0",
+ "@theia/electron": "1.11.0",
+ "@theia/file-search": "1.11.0",
+ "@theia/filesystem": "1.11.0",
+ "@theia/getting-started": "1.11.0",
+ "@theia/git": "1.11.0",
+ "@theia/keymaps": "1.11.0",
+ "@theia/markers": "1.11.0",
+ "@theia/messages": "1.11.0",
+ "@theia/metrics": "1.11.0",
+ "@theia/mini-browser": "1.11.0",
+ "@theia/monaco": "1.11.0",
+ "@theia/navigator": "1.11.0",
+ "@theia/outline-view": "1.11.0",
+ "@theia/output": "1.11.0",
+ "@theia/plugin-dev": "1.11.0",
+ "@theia/plugin-ext-vscode": "1.11.0",
+ "@theia/plugin-ext": "1.11.0",
+ "@theia/plugin-metrics": "1.11.0",
+ "@theia/plugin": "1.11.0",
+ "@theia/preferences": "1.11.0",
+ "@theia/preview": "1.11.0",
+ "@theia/process": "1.11.0",
+ "@theia/scm-extra": "1.11.0",
+ "@theia/scm": "1.11.0",
+ "@theia/search-in-workspace": "1.11.0",
+ "@theia/task": "1.11.0",
+ "@theia/terminal": "1.11.0",
+ "@theia/timeline": "1.11.0",
+ "@theia/typehierarchy": "1.11.0",
+ "@theia/userstorage": "1.11.0",
+ "@theia/variable-resolver": "1.11.0",
+ "@theia/vsx-registry": "1.11.0",
+ "@theia/workspace": "1.11.0"
},
"devDependencies": {
- "@theia/cli": "1.10.0"
+ "@theia/cli": "1.11.0"
},
"scripts": {
"build": "electron-rebuild && theia download:plugins && theia build --mode production",