Skip to content

Commit

Permalink
Uplift Theia dependencies from v1.40.1 to 1.43.1
Browse files Browse the repository at this point in the history
Perform a 'yarn upgrade' to keep the yarn.lock fully aligned.

Base it on Theia community release [1] below.

[1] https://theia-ide.org/releases/
Signed-off-by: Bernd Hufmann <[email protected]>
  • Loading branch information
bhufmann committed Dec 6, 2023
1 parent 7495999 commit 9ebbf3a
Show file tree
Hide file tree
Showing 6 changed files with 3,541 additions and 3,392 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.40.1",
"@theia/editor": "1.40.1",
"@theia/filesystem": "1.40.1",
"@theia/getting-started": "1.40.1",
"@theia/keymaps": "1.40.1",
"@theia/markers": "1.40.1",
"@theia/messages": "1.40.1",
"@theia/monaco": "1.40.1",
"@theia/navigator": "1.40.1",
"@theia/preferences": "1.40.1",
"@theia/process": "1.40.1",
"@theia/terminal": "1.40.1",
"@theia/vsx-registry": "1.40.1",
"@theia/workspace": "1.40.1",
"@theia/core": "1.43.1",
"@theia/editor": "1.43.1",
"@theia/filesystem": "1.43.1",
"@theia/getting-started": "1.43.1",
"@theia/keymaps": "1.43.1",
"@theia/markers": "1.43.1",
"@theia/messages": "1.43.1",
"@theia/monaco": "1.43.1",
"@theia/navigator": "1.43.1",
"@theia/preferences": "1.43.1",
"@theia/process": "1.43.1",
"@theia/terminal": "1.43.1",
"@theia/vsx-registry": "1.43.1",
"@theia/workspace": "1.43.1",
"theia-traceviewer": "0.1.0"
},
"devDependencies": {
"@theia/cli": "1.40.1"
"@theia/cli": "1.43.1"
},
"scripts": {
"prepare": "yarn build",
Expand Down
30 changes: 15 additions & 15 deletions examples/docker/example-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
}
},
"dependencies": {
"@theia/core": "1.40.1",
"@theia/editor": "1.40.1",
"@theia/filesystem": "1.40.1",
"@theia/getting-started": "1.40.1",
"@theia/keymaps": "1.40.1",
"@theia/markers": "1.40.1",
"@theia/messages": "1.40.1",
"@theia/monaco": "1.40.1",
"@theia/navigator": "1.40.1",
"@theia/preferences": "1.40.1",
"@theia/process": "1.40.1",
"@theia/terminal": "1.40.1",
"@theia/vsx-registry": "1.40.1",
"@theia/workspace": "1.40.1",
"@theia/core": "1.43.1",
"@theia/editor": "1.43.1",
"@theia/filesystem": "1.43.1",
"@theia/getting-started": "1.43.1",
"@theia/keymaps": "1.43.1",
"@theia/markers": "1.43.1",
"@theia/messages": "1.43.1",
"@theia/monaco": "1.43.1",
"@theia/navigator": "1.43.1",
"@theia/preferences": "1.43.1",
"@theia/process": "1.43.1",
"@theia/terminal": "1.43.1",
"@theia/vsx-registry": "1.43.1",
"@theia/workspace": "1.43.1",
"theia-traceviewer": "next"
},
"devDependencies": {
"@theia/cli": "1.40.1"
"@theia/cli": "1.43.1"
},
"scripts": {
"prepare": "theia build",
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.40.1",
"@theia/editor": "1.40.1",
"@theia/electron": "1.40.1",
"@theia/filesystem": "1.40.1",
"@theia/getting-started": "1.40.1",
"@theia/keymaps": "1.40.1",
"@theia/markers": "1.40.1",
"@theia/messages": "1.40.1",
"@theia/monaco": "1.40.1",
"@theia/navigator": "1.40.1",
"@theia/preferences": "1.40.1",
"@theia/process": "1.40.1",
"@theia/terminal": "1.40.1",
"@theia/vsx-registry": "1.40.1",
"@theia/workspace": "1.40.1",
"@theia/core": "1.43.1",
"@theia/editor": "1.43.1",
"@theia/electron": "1.43.1",
"@theia/filesystem": "1.43.1",
"@theia/getting-started": "1.43.1",
"@theia/keymaps": "1.43.1",
"@theia/markers": "1.43.1",
"@theia/messages": "1.43.1",
"@theia/monaco": "1.43.1",
"@theia/navigator": "1.43.1",
"@theia/preferences": "1.43.1",
"@theia/process": "1.43.1",
"@theia/terminal": "1.43.1",
"@theia/vsx-registry": "1.43.1",
"@theia/workspace": "1.43.1",
"theia-traceviewer": "0.1.0"
},
"devDependencies": {
"@theia/cli": "1.40.1",
"@theia/cli": "1.43.1",
"electron": "^23.2.4",
"electron-builder": "~23.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tsbuild": "tsc -b",
"tswatch": "tsc -b -w",
"clean": "lerna run clean",
"build:examples": "yarn browser build && yarn electron build",
"build:examples": "yarn browser build && yarn electron build",
"start:browser": "yarn browser rebuild && yarn browser start",
"start:electron": "yarn electron rebuild && yarn electron start",
"download:plugins": "theia download:plugins -p=true --parallel=false",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@types/react-dom": "^18.0.6"
},
"devDependencies": {
"@theia/cli": "1.40.1",
"@theia/cli": "1.43.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 @@ -16,9 +16,9 @@
"style"
],
"dependencies": {
"@theia/core": "1.40.1",
"@theia/editor": "1.40.1",
"@theia/filesystem": "1.40.1",
"@theia/core": "1.43.1",
"@theia/editor": "1.43.1",
"@theia/filesystem": "1.43.1",
"traceviewer-base": "0.1.0",
"traceviewer-react-components": "0.1.0",
"tree-kill": "latest",
Expand Down
Loading

0 comments on commit 9ebbf3a

Please sign in to comment.