Skip to content

Commit

Permalink
Upgrade to Theia 1.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Nov 30, 2021
1 parent 23310ee commit 48c0e9c
Show file tree
Hide file tree
Showing 4 changed files with 405 additions and 375 deletions.
30 changes: 15 additions & 15 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
}
},
"dependencies": {
"@theia/core": "1.17.2",
"@theia/editor": "1.17.2",
"@theia/filesystem": "1.17.2",
"@theia/getting-started": "1.17.2",
"@theia/keymaps": "1.17.2",
"@theia/markers": "1.17.2",
"@theia/messages": "1.17.2",
"@theia/monaco": "1.17.2",
"@theia/navigator": "1.17.2",
"@theia/preferences": "1.17.2",
"@theia/process": "1.17.2",
"@theia/terminal": "1.17.2",
"@theia/vsx-registry": "1.17.2",
"@theia/workspace": "1.17.2",
"@theia/core": "1.19.0",
"@theia/editor": "1.19.0",
"@theia/filesystem": "1.19.0",
"@theia/getting-started": "1.19.0",
"@theia/keymaps": "1.19.0",
"@theia/markers": "1.19.0",
"@theia/messages": "1.19.0",
"@theia/monaco": "1.19.0",
"@theia/navigator": "1.19.0",
"@theia/preferences": "1.19.0",
"@theia/process": "1.19.0",
"@theia/terminal": "1.19.0",
"@theia/vsx-registry": "1.19.0",
"@theia/workspace": "1.19.0",
"theia-traceviewer": "0.1.0"
},
"devDependencies": {
"@theia/cli": "1.17.2"
"@theia/cli": "1.19.0"
},
"scripts": {
"prepare": "theia build --mode development",
Expand Down
32 changes: 16 additions & 16 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
}
},
"dependencies": {
"@theia/core": "1.17.2",
"@theia/editor": "1.17.2",
"@theia/electron": "1.17.2",
"@theia/filesystem": "1.17.2",
"@theia/getting-started": "1.17.2",
"@theia/keymaps": "1.17.2",
"@theia/markers": "1.17.2",
"@theia/messages": "1.17.2",
"@theia/monaco": "1.17.2",
"@theia/navigator": "1.17.2",
"@theia/preferences": "1.17.2",
"@theia/process": "1.17.2",
"@theia/terminal": "1.17.2",
"@theia/vsx-registry": "1.17.2",
"@theia/workspace": "1.17.2",
"@theia/core": "1.19.0",
"@theia/editor": "1.19.0",
"@theia/electron": "1.19.0",
"@theia/filesystem": "1.19.0",
"@theia/getting-started": "1.19.0",
"@theia/keymaps": "1.19.0",
"@theia/markers": "1.19.0",
"@theia/messages": "1.19.0",
"@theia/monaco": "1.19.0",
"@theia/navigator": "1.19.0",
"@theia/preferences": "1.19.0",
"@theia/process": "1.19.0",
"@theia/terminal": "1.19.0",
"@theia/vsx-registry": "1.19.0",
"@theia/workspace": "1.19.0",
"theia-traceviewer": "0.1.0"
},
"devDependencies": {
"@theia/cli": "1.17.2",
"@theia/cli": "1.19.0",
"electron-builder": "~22.9.1"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions theia-extensions/viewer-prototype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"src"
],
"dependencies": {
"@theia/core": "1.17.2",
"@theia/editor": "1.17.2",
"@theia/filesystem": "1.17.2",
"@theia/core": "1.19.0",
"@theia/editor": "1.19.0",
"@theia/filesystem": "1.19.0",
"traceviewer-base": "0.1.0",
"traceviewer-react-components": "0.1.0",
"tree-kill": "latest"
Expand Down
Loading

0 comments on commit 48c0e9c

Please sign in to comment.