Skip to content

Commit

Permalink
Upgrade to Theia 1.34.1
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 Feb 22, 2023
1 parent 35a70e4 commit 4ac009a
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 347 deletions.
30 changes: 15 additions & 15 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
}
},
"dependencies": {
"@theia/core": "1.34.0",
"@theia/editor": "1.34.0",
"@theia/filesystem": "1.34.0",
"@theia/getting-started": "1.34.0",
"@theia/keymaps": "1.34.0",
"@theia/markers": "1.34.0",
"@theia/messages": "1.34.0",
"@theia/monaco": "1.34.0",
"@theia/navigator": "1.34.0",
"@theia/preferences": "1.34.0",
"@theia/process": "1.34.0",
"@theia/terminal": "1.34.0",
"@theia/vsx-registry": "1.34.0",
"@theia/workspace": "1.34.0",
"@theia/core": "1.34.1",
"@theia/editor": "1.34.1",
"@theia/filesystem": "1.34.1",
"@theia/getting-started": "1.34.1",
"@theia/keymaps": "1.34.1",
"@theia/markers": "1.34.1",
"@theia/messages": "1.34.1",
"@theia/monaco": "1.34.1",
"@theia/navigator": "1.34.1",
"@theia/preferences": "1.34.1",
"@theia/process": "1.34.1",
"@theia/terminal": "1.34.1",
"@theia/vsx-registry": "1.34.1",
"@theia/workspace": "1.34.1",
"theia-traceviewer": "0.1.0"
},
"devDependencies": {
"@theia/cli": "1.34.0"
"@theia/cli": "1.34.1"
},
"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.34.0",
"@theia/editor": "1.34.0",
"@theia/electron": "1.34.0",
"@theia/filesystem": "1.34.0",
"@theia/getting-started": "1.34.0",
"@theia/keymaps": "1.34.0",
"@theia/markers": "1.34.0",
"@theia/messages": "1.34.0",
"@theia/monaco": "1.34.0",
"@theia/navigator": "1.34.0",
"@theia/preferences": "1.34.0",
"@theia/process": "1.34.0",
"@theia/terminal": "1.34.0",
"@theia/vsx-registry": "1.34.0",
"@theia/workspace": "1.34.0",
"@theia/core": "1.34.1",
"@theia/editor": "1.34.1",
"@theia/electron": "1.34.1",
"@theia/filesystem": "1.34.1",
"@theia/getting-started": "1.34.1",
"@theia/keymaps": "1.34.1",
"@theia/markers": "1.34.1",
"@theia/messages": "1.34.1",
"@theia/monaco": "1.34.1",
"@theia/navigator": "1.34.1",
"@theia/preferences": "1.34.1",
"@theia/process": "1.34.1",
"@theia/terminal": "1.34.1",
"@theia/vsx-registry": "1.34.1",
"@theia/workspace": "1.34.1",
"theia-traceviewer": "0.1.0"
},
"devDependencies": {
"@theia/cli": "1.34.0",
"@theia/cli": "1.34.1",
"electron": "^15.3.5",
"electron-builder": "~22.9.1"
},
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.34.0",
"@theia/editor": "1.34.0",
"@theia/filesystem": "1.34.0",
"@theia/core": "1.34.1",
"@theia/editor": "1.34.1",
"@theia/filesystem": "1.34.1",
"traceviewer-base": "0.1.0",
"traceviewer-react-components": "0.1.0",
"tree-kill": "latest",
Expand Down
Loading

0 comments on commit 4ac009a

Please sign in to comment.