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

Sign up
Appearance settings

Commit e77a321

Browse files
committed
theia 1.18.0 (WIP)
1 parent 5990b71 commit e77a321

File tree

6 files changed

+365
-363
lines changed

6 files changed

+365
-363
lines changed

‎arduino-ide-extension/package.json‎

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
},
2020
"dependencies": {
2121
"@grpc/grpc-js": "^1.1.1",
22-
"@theia/application-package": "1.17.2",
23-
"@theia/core": "1.17.2",
24-
"@theia/editor": "1.17.2",
25-
"@theia/editor-preview": "1.17.2",
26-
"@theia/filesystem": "1.17.2",
27-
"@theia/git": "1.17.2",
28-
"@theia/keymaps": "1.17.2",
29-
"@theia/markers": "1.17.2",
30-
"@theia/monaco": "1.17.2",
31-
"@theia/navigator": "1.17.2",
32-
"@theia/outline-view": "1.17.2",
33-
"@theia/output": "1.17.2",
34-
"@theia/preferences": "1.17.2",
35-
"@theia/search-in-workspace": "1.17.2",
36-
"@theia/terminal": "1.17.2",
37-
"@theia/workspace": "1.17.2",
22+
"@theia/application-package": "1.18.0",
23+
"@theia/core": "1.18.0",
24+
"@theia/editor": "1.18.0",
25+
"@theia/editor-preview": "1.18.0",
26+
"@theia/filesystem": "1.18.0",
27+
"@theia/git": "1.18.0",
28+
"@theia/keymaps": "1.18.0",
29+
"@theia/markers": "1.18.0",
30+
"@theia/monaco": "1.18.0",
31+
"@theia/navigator": "1.18.0",
32+
"@theia/outline-view": "1.18.0",
33+
"@theia/output": "1.18.0",
34+
"@theia/preferences": "1.18.0",
35+
"@theia/search-in-workspace": "1.18.0",
36+
"@theia/terminal": "1.18.0",
37+
"@theia/workspace": "1.18.0",
3838
"@tippyjs/react": "^4.2.5",
3939
"@types/atob": "^2.1.2",
4040
"@types/auth0-js": "^9.14.0",

‎browser-app/package.json‎

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
"version": "2.0.0-beta.11",
55
"license": "AGPL-3.0-or-later",
66
"dependencies": {
7-
"@theia/core": "1.17.2",
8-
"@theia/debug": "1.17.2",
9-
"@theia/editor": "1.17.2",
10-
"@theia/editor-preview": "1.17.2",
11-
"@theia/file-search": "1.17.2",
12-
"@theia/filesystem": "1.17.2",
13-
"@theia/keymaps": "1.17.2",
14-
"@theia/messages": "1.17.2",
15-
"@theia/monaco": "1.17.2",
16-
"@theia/navigator": "1.17.2",
17-
"@theia/plugin-ext": "1.17.2",
18-
"@theia/plugin-ext-vscode": "1.17.2",
19-
"@theia/preferences": "1.17.2",
20-
"@theia/process": "1.17.2",
21-
"@theia/terminal": "1.17.2",
22-
"@theia/workspace": "1.17.2",
7+
"@theia/core": "1.18.0",
8+
"@theia/debug": "1.18.0",
9+
"@theia/editor": "1.18.0",
10+
"@theia/editor-preview": "1.18.0",
11+
"@theia/file-search": "1.18.0",
12+
"@theia/filesystem": "1.18.0",
13+
"@theia/keymaps": "1.18.0",
14+
"@theia/messages": "1.18.0",
15+
"@theia/monaco": "1.18.0",
16+
"@theia/navigator": "1.18.0",
17+
"@theia/plugin-ext": "1.18.0",
18+
"@theia/plugin-ext-vscode": "1.18.0",
19+
"@theia/preferences": "1.18.0",
20+
"@theia/process": "1.18.0",
21+
"@theia/terminal": "1.18.0",
22+
"@theia/workspace": "1.18.0",
2323
"arduino-ide-extension": "2.0.0-beta.11"
2424
},
2525
"devDependencies": {
26-
"@theia/cli": "1.17.2"
26+
"@theia/cli": "1.18.0"
2727
},
2828
"scripts": {
2929
"prepare": "theia build --mode development",

‎electron-app/package.json‎

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"license": "AGPL-3.0-or-later",
66
"main": "src-gen/frontend/electron-main.js",
77
"dependencies": {
8-
"@theia/core": "1.17.2",
9-
"@theia/debug": "1.17.2",
10-
"@theia/editor": "1.17.2",
11-
"@theia/editor-preview": "1.17.2",
12-
"@theia/electron": "1.17.2",
13-
"@theia/file-search": "1.17.2",
14-
"@theia/filesystem": "1.17.2",
15-
"@theia/keymaps": "1.17.2",
16-
"@theia/messages": "1.17.2",
17-
"@theia/monaco": "1.17.2",
18-
"@theia/navigator": "1.17.2",
19-
"@theia/plugin-ext": "1.17.2",
20-
"@theia/plugin-ext-vscode": "1.17.2",
21-
"@theia/preferences": "1.17.2",
22-
"@theia/process": "1.17.2",
23-
"@theia/terminal": "1.17.2",
24-
"@theia/workspace": "1.17.2",
8+
"@theia/core": "1.18.0",
9+
"@theia/debug": "1.18.0",
10+
"@theia/editor": "1.18.0",
11+
"@theia/editor-preview": "1.18.0",
12+
"@theia/electron": "1.18.0",
13+
"@theia/file-search": "1.18.0",
14+
"@theia/filesystem": "1.18.0",
15+
"@theia/keymaps": "1.18.0",
16+
"@theia/messages": "1.18.0",
17+
"@theia/monaco": "1.18.0",
18+
"@theia/navigator": "1.18.0",
19+
"@theia/plugin-ext": "1.18.0",
20+
"@theia/plugin-ext-vscode": "1.18.0",
21+
"@theia/preferences": "1.18.0",
22+
"@theia/process": "1.18.0",
23+
"@theia/terminal": "1.18.0",
24+
"@theia/workspace": "1.18.0",
2525
"arduino-ide-extension": "2.0.0-beta.11"
2626
},
2727
"devDependencies": {
28-
"@theia/cli": "1.17.2"
28+
"@theia/cli": "1.18.0"
2929
},
3030
"scripts": {
3131
"prepare": "theia build --mode development",

‎electron/build/template-package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node-log-rotate": "^0.1.5"
1010
},
1111
"devDependencies": {
12-
"@theia/cli": "1.17.2",
12+
"@theia/cli": "1.18.0",
1313
"cross-env": "^7.0.2",
1414
"electron-builder": "22.7.0",
1515
"electron-notarize": "^0.3.0",

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"node": ">=12.14.1 <13"
1111
},
1212
"devDependencies": {
13-
"@theia/cli": "1.17.2",
13+
"@theia/cli": "1.18.0",
1414
"@typescript-eslint/eslint-plugin": "^4.27.0",
1515
"@typescript-eslint/parser": "^4.27.0",
1616
"cross-env": "^7.0.2",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /