Skip to content

Commit 5990b71

Browse files
committed
theia 1.17.2
1 parent 34c08fc commit 5990b71

File tree

6 files changed

+363
-363
lines changed

6 files changed

+363
-363
lines changed

Diff for: arduino-ide-extension/package.json

+16-16
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.1",
23-
"@theia/core": "1.17.1",
24-
"@theia/editor": "1.17.1",
25-
"@theia/editor-preview": "1.17.1",
26-
"@theia/filesystem": "1.17.1",
27-
"@theia/git": "1.17.1",
28-
"@theia/keymaps": "1.17.1",
29-
"@theia/markers": "1.17.1",
30-
"@theia/monaco": "1.17.1",
31-
"@theia/navigator": "1.17.1",
32-
"@theia/outline-view": "1.17.1",
33-
"@theia/output": "1.17.1",
34-
"@theia/preferences": "1.17.1",
35-
"@theia/search-in-workspace": "1.17.1",
36-
"@theia/terminal": "1.17.1",
37-
"@theia/workspace": "1.17.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",
3838
"@tippyjs/react": "^4.2.5",
3939
"@types/atob": "^2.1.2",
4040
"@types/auth0-js": "^9.14.0",

Diff for: browser-app/package.json

+17-17
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.1",
8-
"@theia/debug": "1.17.1",
9-
"@theia/editor": "1.17.1",
10-
"@theia/editor-preview": "1.17.1",
11-
"@theia/file-search": "1.17.1",
12-
"@theia/filesystem": "1.17.1",
13-
"@theia/keymaps": "1.17.1",
14-
"@theia/messages": "1.17.1",
15-
"@theia/monaco": "1.17.1",
16-
"@theia/navigator": "1.17.1",
17-
"@theia/plugin-ext": "1.17.1",
18-
"@theia/plugin-ext-vscode": "1.17.1",
19-
"@theia/preferences": "1.17.1",
20-
"@theia/process": "1.17.1",
21-
"@theia/terminal": "1.17.1",
22-
"@theia/workspace": "1.17.1",
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",
2323
"arduino-ide-extension": "2.0.0-beta.11"
2424
},
2525
"devDependencies": {
26-
"@theia/cli": "1.17.1"
26+
"@theia/cli": "1.17.2"
2727
},
2828
"scripts": {
2929
"prepare": "theia build --mode development",

Diff for: electron-app/package.json

+18-18
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.1",
9-
"@theia/debug": "1.17.1",
10-
"@theia/editor": "1.17.1",
11-
"@theia/editor-preview": "1.17.1",
12-
"@theia/electron": "1.17.1",
13-
"@theia/file-search": "1.17.1",
14-
"@theia/filesystem": "1.17.1",
15-
"@theia/keymaps": "1.17.1",
16-
"@theia/messages": "1.17.1",
17-
"@theia/monaco": "1.17.1",
18-
"@theia/navigator": "1.17.1",
19-
"@theia/plugin-ext": "1.17.1",
20-
"@theia/plugin-ext-vscode": "1.17.1",
21-
"@theia/preferences": "1.17.1",
22-
"@theia/process": "1.17.1",
23-
"@theia/terminal": "1.17.1",
24-
"@theia/workspace": "1.17.1",
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",
2525
"arduino-ide-extension": "2.0.0-beta.11"
2626
},
2727
"devDependencies": {
28-
"@theia/cli": "1.17.1"
28+
"@theia/cli": "1.17.2"
2929
},
3030
"scripts": {
3131
"prepare": "theia build --mode development",

Diff for: electron/build/template-package.json

+1-1
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.1",
12+
"@theia/cli": "1.17.2",
1313
"cross-env": "^7.0.2",
1414
"electron-builder": "22.7.0",
1515
"electron-notarize": "^0.3.0",

Diff for: package.json

+1-1
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.1",
13+
"@theia/cli": "1.17.2",
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)