|
1 | 1 | {
|
2 | 2 | "name": "electron-app",
|
3 |
| - "version": "2.4.0-next", |
| 3 | + "version": "2.4.0", |
4 | 4 | "private": true,
|
5 | 5 | "main": "lib/backend/electron-main.js",
|
6 | 6 | "scripts": {
|
|
15 | 15 | "watch": "theia build --watch --mode development"
|
16 | 16 | },
|
17 | 17 | "dependencies": {
|
18 |
| - "@eclipse-glsp-examples/workflow-theia": "2.4.0-next", |
19 |
| - "@theia/core": "~1.56.0", |
20 |
| - "@theia/editor": "~1.56.0", |
21 |
| - "@theia/electron": "~1.56.0", |
22 |
| - "@theia/filesystem": "~1.56.0", |
23 |
| - "@theia/markers": "~1.56.0", |
24 |
| - "@theia/messages": "~1.56.0", |
25 |
| - "@theia/monaco": "~1.56.0", |
26 |
| - "@theia/navigator": "~1.56.0", |
27 |
| - "@theia/preferences": "~1.56.0", |
28 |
| - "@theia/process": "~1.56.0", |
29 |
| - "@theia/terminal": "~1.56.0", |
30 |
| - "@theia/workspace": "~1.56.0" |
| 18 | + "@eclipse-glsp-examples/workflow-theia": "2.4.0", |
| 19 | + "@theia/core": "~1.58.0", |
| 20 | + "@theia/editor": "~1.58.0", |
| 21 | + "@theia/electron": "~1.58.0", |
| 22 | + "@theia/filesystem": "~1.58.0", |
| 23 | + "@theia/markers": "~1.58.0", |
| 24 | + "@theia/messages": "~1.58.0", |
| 25 | + "@theia/monaco": "~1.58.0", |
| 26 | + "@theia/navigator": "~1.58.0", |
| 27 | + "@theia/preferences": "~1.58.0", |
| 28 | + "@theia/process": "~1.58.0", |
| 29 | + "@theia/terminal": "~1.58.0", |
| 30 | + "@theia/workspace": "~1.58.0" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@theia/cli": "~1.56.0", |
| 33 | + "@theia/cli": "~1.58.0", |
34 | 34 | "electron": "^30.1.2"
|
35 | 35 | },
|
36 | 36 | "theia": {
|
|
0 commit comments