Skip to content

Commit

Permalink
[Docker example] update to new stable theia-traceviewer
Browse files Browse the repository at this point in the history
Closes #1121

Including updating the various Theia framework packages used in the example app,
to the same version used in the viewer (v1.49.1)

Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Sep 24, 2024
1 parent 34381f0 commit fc7029c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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-traceviewer": "0.2.0-next.20240229144356.c22cb2c.0"
"@theia/core": "1.49.1",
"@theia/navigator": "1.49.1",
"@theia/preferences": "1.49.1",
"theia-traceviewer": "0.2.7"
},
"devDependencies": {
"@theia/cli": "1.45.1"
"@theia/cli": "1.49.1"
},
"scripts": {
"start": "theia start",
Expand Down

0 comments on commit fc7029c

Please sign in to comment.