Skip to content

Commit

Permalink
update to latest Theia community release: v1.49.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <[email protected]>
  • Loading branch information
bhufmann committed Jun 20, 2024
1 parent 068b127 commit 0ec6656
Show file tree
Hide file tree
Showing 6 changed files with 587 additions and 272 deletions.
10 changes: 5 additions & 5 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
}
},
"dependencies": {
"@theia/core": "1.45.1",
"@theia/navigator": "1.45.1",
"@theia/preferences": "1.45.1",
"@theia/terminal": "1.45.1",
"@theia/core": "1.49.1",
"@theia/navigator": "1.49.1",
"@theia/preferences": "1.49.1",
"@theia/terminal": "1.49.1",
"theia-traceviewer": "0.2.2"
},
"devDependencies": {
"@theia/cli": "1.45.1"
"@theia/cli": "1.49.1"
},
"scripts": {
"prepare": "yarn build",
Expand Down
8 changes: 4 additions & 4 deletions examples/docker/example-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.10.14",
"@theia/core": "1.45.1",
"@theia/navigator": "1.45.1",
"@theia/preferences": "1.45.1",
"@theia/core": "1.49.1",
"@theia/navigator": "1.49.1",
"@theia/preferences": "1.49.1",
"theia-traceviewer": "0.2.0-next.20240229144356.c22cb2c.0"
},
"devDependencies": {
"@theia/cli": "1.45.1"
"@theia/cli": "1.49.1"
},
"scripts": {
"start": "theia start",
Expand Down
12 changes: 6 additions & 6 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
}
},
"dependencies": {
"@theia/core": "1.45.1",
"@theia/electron": "1.45.1",
"@theia/navigator": "1.45.1",
"@theia/preferences": "1.45.1",
"@theia/terminal": "1.45.1",
"@theia/core": "1.49.1",
"@theia/electron": "1.49.1",
"@theia/navigator": "1.49.1",
"@theia/preferences": "1.49.1",
"@theia/terminal": "1.49.1",
"theia-traceviewer": "0.2.2"
},
"devDependencies": {
"@theia/cli": "1.45.1",
"@theia/cli": "1.49.1",
"electron": "^23.2.4",
"electron-builder": "~23.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@eclipse-dash/nodejs-wrapper": "^0.0.1",
"@theia/cli": "1.45.1",
"@theia/cli": "1.49.1",
"concurrently": "^8.2.1",
"jsonc-parser": "^3.0.0",
"lerna": "^7.0.0",
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 @@ -20,9 +20,9 @@
"style"
],
"dependencies": {
"@theia/core": "1.45.1",
"@theia/editor": "1.45.1",
"@theia/filesystem": "1.45.1",
"@theia/core": "1.49.1",
"@theia/editor": "1.49.1",
"@theia/filesystem": "1.49.1",
"animate.css": "^4.1.1",
"traceviewer-base": "0.2.2",
"traceviewer-react-components": "0.2.2",
Expand Down
Loading

0 comments on commit 0ec6656

Please sign in to comment.