Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8a4b727

Browse filesBrowse files
chore: use theia@1.57.0
1 parent 670d823 commit 8a4b727
Copy full SHA for 8a4b727

File tree

Expand file treeCollapse file tree

4 files changed

+369
-369
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+369
-369
lines changed

‎arduino-ide-extension/package.json

Copy file name to clipboardExpand all lines: arduino-ide-extension/package.json
+22-22Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@
2424
},
2525
"dependencies": {
2626
"@grpc/grpc-js": "^1.8.14",
27-
"@theia/application-package": "1.56.0",
28-
"@theia/core": "1.56.0",
29-
"@theia/debug": "1.56.0",
30-
"@theia/editor": "1.56.0",
31-
"@theia/electron": "1.56.0",
32-
"@theia/filesystem": "1.56.0",
33-
"@theia/keymaps": "1.56.0",
34-
"@theia/markers": "1.56.0",
35-
"@theia/messages": "1.56.0",
36-
"@theia/monaco": "1.56.0",
27+
"@theia/application-package": "1.57.0",
28+
"@theia/core": "1.57.0",
29+
"@theia/debug": "1.57.0",
30+
"@theia/editor": "1.57.0",
31+
"@theia/electron": "1.57.0",
32+
"@theia/filesystem": "1.57.0",
33+
"@theia/keymaps": "1.57.0",
34+
"@theia/markers": "1.57.0",
35+
"@theia/messages": "1.57.0",
36+
"@theia/monaco": "1.57.0",
3737
"@theia/monaco-editor-core": "1.83.101",
38-
"@theia/navigator": "1.56.0",
39-
"@theia/outline-view": "1.56.0",
40-
"@theia/output": "1.56.0",
41-
"@theia/plugin-ext": "1.56.0",
42-
"@theia/plugin-ext-vscode": "1.56.0",
43-
"@theia/preferences": "1.56.0",
44-
"@theia/scm": "1.56.0",
45-
"@theia/search-in-workspace": "1.56.0",
46-
"@theia/terminal": "1.56.0",
47-
"@theia/test": "1.56.0",
48-
"@theia/typehierarchy": "1.56.0",
49-
"@theia/workspace": "1.56.0",
38+
"@theia/navigator": "1.57.0",
39+
"@theia/outline-view": "1.57.0",
40+
"@theia/output": "1.57.0",
41+
"@theia/plugin-ext": "1.57.0",
42+
"@theia/plugin-ext-vscode": "1.57.0",
43+
"@theia/preferences": "1.57.0",
44+
"@theia/scm": "1.57.0",
45+
"@theia/search-in-workspace": "1.57.0",
46+
"@theia/terminal": "1.57.0",
47+
"@theia/test": "1.57.0",
48+
"@theia/typehierarchy": "1.57.0",
49+
"@theia/workspace": "1.57.0",
5050
"@tippyjs/react": "^4.2.5",
5151
"@types/auth0-js": "^9.21.3",
5252
"@types/btoa": "^1.2.3",

‎electron-app/package.json

Copy file name to clipboardExpand all lines: electron-app/package.json
+15-15Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"license": "AGPL-3.0-or-later",
66
"main": "./src-gen/backend/electron-main.js",
77
"dependencies": {
8-
"@theia/core": "1.56.0",
9-
"@theia/debug": "1.56.0",
10-
"@theia/editor": "1.56.0",
11-
"@theia/electron": "1.56.0",
12-
"@theia/filesystem": "1.56.0",
13-
"@theia/keymaps": "1.56.0",
14-
"@theia/messages": "1.56.0",
15-
"@theia/monaco": "1.56.0",
16-
"@theia/navigator": "1.56.0",
17-
"@theia/plugin-ext": "1.56.0",
18-
"@theia/plugin-ext-vscode": "1.56.0",
19-
"@theia/preferences": "1.56.0",
20-
"@theia/terminal": "1.56.0",
21-
"@theia/workspace": "1.56.0",
8+
"@theia/core": "1.57.0",
9+
"@theia/debug": "1.57.0",
10+
"@theia/editor": "1.57.0",
11+
"@theia/electron": "1.57.0",
12+
"@theia/filesystem": "1.57.0",
13+
"@theia/keymaps": "1.57.0",
14+
"@theia/messages": "1.57.0",
15+
"@theia/monaco": "1.57.0",
16+
"@theia/navigator": "1.57.0",
17+
"@theia/plugin-ext": "1.57.0",
18+
"@theia/plugin-ext-vscode": "1.57.0",
19+
"@theia/preferences": "1.57.0",
20+
"@theia/terminal": "1.57.0",
21+
"@theia/workspace": "1.57.0",
2222
"arduino-ide-extension": "2.3.5"
2323
},
2424
"devDependencies": {
25-
"@theia/cli": "1.56.0",
25+
"@theia/cli": "1.57.0",
2626
"7zip-min": "^1.4.4",
2727
"chmodr": "^1.2.0",
2828
"compression-webpack-plugin": "^9.0.0",

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"nx/axios": "^1.6.7"
2323
},
2424
"devDependencies": {
25-
"@theia/cli": "1.56.0",
25+
"@theia/cli": "1.57.0",
2626
"@typescript-eslint/eslint-plugin": "^5.59.0",
2727
"@typescript-eslint/parser": "^5.59.0",
2828
"@xhmikosr/downloader": "^13.0.1",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.