Skip to content

Commit

Permalink
Update to latest Theia community release (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr authored Sep 3, 2024
1 parent d226d09 commit 7841009
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 203 deletions.
24 changes: 12 additions & 12 deletions examples/browser-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
},
"dependencies": {
"@eclipse-glsp-examples/workflow-theia": "2.3.0-next",
"@theia/core": "~1.49.1",
"@theia/editor": "~1.49.1",
"@theia/filesystem": "~1.49.1",
"@theia/markers": "~1.49.1",
"@theia/messages": "~1.49.1",
"@theia/monaco": "~1.49.1",
"@theia/navigator": "~1.49.1",
"@theia/preferences": "~1.49.1",
"@theia/process": "~1.49.1",
"@theia/terminal": "~1.49.1",
"@theia/workspace": "~1.49.1"
"@theia/core": "~1.52.0",
"@theia/editor": "~1.52.0",
"@theia/filesystem": "~1.52.0",
"@theia/markers": "~1.52.0",
"@theia/messages": "~1.52.0",
"@theia/monaco": "~1.52.0",
"@theia/navigator": "~1.52.0",
"@theia/preferences": "~1.52.0",
"@theia/process": "~1.52.0",
"@theia/terminal": "~1.52.0",
"@theia/workspace": "~1.52.0"
},
"devDependencies": {
"@theia/cli": "~1.49.1"
"@theia/cli": "~1.52.0"
},
"theia": {
"target": "browser",
Expand Down
28 changes: 14 additions & 14 deletions examples/electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
},
"dependencies": {
"@eclipse-glsp-examples/workflow-theia": "2.3.0-next",
"@theia/core": "~1.49.1",
"@theia/editor": "~1.49.1",
"@theia/electron": "~1.49.1",
"@theia/filesystem": "~1.49.1",
"@theia/markers": "~1.49.1",
"@theia/messages": "~1.49.1",
"@theia/monaco": "~1.49.1",
"@theia/navigator": "~1.49.1",
"@theia/preferences": "~1.49.1",
"@theia/process": "~1.49.1",
"@theia/terminal": "~1.49.1",
"@theia/workspace": "~1.49.1"
"@theia/core": "~1.52.0",
"@theia/editor": "~1.52.0",
"@theia/electron": "~1.52.0",
"@theia/filesystem": "~1.52.0",
"@theia/markers": "~1.52.0",
"@theia/messages": "~1.52.0",
"@theia/monaco": "~1.52.0",
"@theia/navigator": "~1.52.0",
"@theia/preferences": "~1.52.0",
"@theia/process": "~1.52.0",
"@theia/terminal": "~1.52.0",
"@theia/workspace": "~1.52.0"
},
"devDependencies": {
"@theia/cli": "~1.49.1",
"electron": "^23.2.4"
"@theia/cli": "~1.52.0",
"electron": "^30.1.2"
},
"theia": {
"target": "electron",
Expand Down
Loading

0 comments on commit 7841009

Please sign in to comment.