Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit ace3db4

Browse files
authored
fix: set dependencies to the versions used when pinning upstream theia (#1326)
Fix eclipse-che/che#21223 Change-Id: I0aba83da752936e53fca852aaea89d818df32817 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
1 parent 11f2440 commit ace3db4

File tree

32 files changed

+80
-378
lines changed

32 files changed

+80
-378
lines changed

extensions/che-theia-hosted-plugin-manager-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
],
1111
"dependencies": {
1212
"inversify": "^5.0.1",
13-
"@theia/core": "next",
14-
"@theia/plugin-dev": "next",
15-
"@theia/plugin-ext": "next",
13+
"@theia/core": "1.18.0-next.120",
14+
"@theia/plugin-dev": "1.18.0-next.120",
15+
"@theia/plugin-ext": "1.18.0-next.120",
1616
"@eclipse-che/theia-remote-api": "^0.0.1"
1717
},
1818
"devDependencies": {

extensions/eclipse-che-theia-about/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"description": "Eclipse Che - Theia About menu",
88
"dependencies": {
99
"inversify": "^5.0.1",
10-
"@theia/core": "next",
11-
"@theia/mini-browser": "next",
10+
"@theia/core": "1.18.0-next.120",
11+
"@theia/mini-browser": "1.18.0-next.120",
1212
"@eclipse-che/theia-plugin-ext": "^0.0.1",
1313
"react": "^16.8.0"
1414
},

extensions/eclipse-che-theia-activity-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"inversify": "^5.0.1",
1313
"@eclipse-che/theia-remote-api": "^0.0.1",
14-
"@theia/core": "next",
14+
"@theia/core": "1.18.0-next.120",
1515
"@eclipse-che/theia-plugin-ext": "^0.0.1"
1616
},
1717
"devDependencies": {

extensions/eclipse-che-theia-cli-endpoint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"dependencies": {
1212
"inversify": "^5.0.1",
13-
"@theia/core": "next",
13+
"@theia/core": "1.18.0-next.120",
1414
"@eclipse-che/theia-messaging": "0.0.1"
1515
},
1616
"devDependencies": {

extensions/eclipse-che-theia-credentials/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "Eclipse Che - Theia credentials",
88
"dependencies": {
99
"inversify": "^5.0.1",
10-
"@theia/core": "next",
10+
"@theia/core": "1.18.0-next.120",
1111
"@kubernetes/client-node": "^0.12.1",
1212
"@eclipse-che/theia-remote-impl-che-server": "0.0.1"
1313
},

extensions/eclipse-che-theia-dashboard/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"inversify": "^5.0.1",
1313
"@eclipse-che/api": "latest",
14-
"@theia/core": "next",
15-
"@theia/plugin-ext": "next",
14+
"@theia/core": "1.18.0-next.120",
15+
"@theia/plugin-ext": "1.18.0-next.120",
1616
"@eclipse-che/theia-remote-api": "^0.0.1"
1717
},
1818
"devDependencies": {

extensions/eclipse-che-theia-file-sync-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"inversify": "^5.0.1",
1313
"reconnecting-websocket": "^4.4.0",
14-
"@theia/core": "next",
14+
"@theia/core": "1.18.0-next.120",
1515
"@eclipse-che/theia-remote-api": "^0.0.1"
1616
},
1717
"devDependencies": {

extensions/eclipse-che-theia-git-provisioner/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"fs-extra": "7.0.1",
1717
"@eclipse-che/theia-remote-api": "^0.0.1",
1818
"@eclipse-che/theia-plugin-ext": "^0.0.1",
19-
"@theia/core": "next",
20-
"@theia/preferences": "next",
19+
"@theia/core": "1.18.0-next.120",
20+
"@theia/preferences": "1.18.0-next.120",
2121
"ini": "^1.3.5",
2222
"nsfw": "^2.1.2",
2323
"@eclipse-che/theia-user-preferences-synchronizer": "0.0.1"

extensions/eclipse-che-theia-logging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"moment": "^2.21.0",
19-
"@theia/core": "next",
19+
"@theia/core": "1.18.0-next.120",
2020
"inversify": "^5.0.1"
2121
},
2222
"license": "EPL-2.0",

extensions/eclipse-che-theia-messaging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"inversify": "^5.0.1",
1010
"@eclipse-che/theia-remote-api": "^0.0.1",
1111
"ws": "^7.1.2",
12-
"@theia/core": "next",
12+
"@theia/core": "1.18.0-next.120",
1313
"@eclipse-che/theia-plugin-ext": "^0.0.1"
1414
},
1515
"devDependencies": {

extensions/eclipse-che-theia-mini-browser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"description": "Customizations of Theia mini-browser for Eclipse Che",
88
"dependencies": {
99
"inversify": "^5.0.1",
10-
"@theia/core": "next",
11-
"@theia/mini-browser": "next",
10+
"@theia/core": "1.18.0-next.120",
11+
"@theia/mini-browser": "1.18.0-next.120",
1212
"@eclipse-che/theia-remote-api": "^0.0.1",
1313
"@eclipse-che/theia-plugin-ext": "^0.0.1"
1414
},

extensions/eclipse-che-theia-plugin-ext/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"@phosphor/widgets": "1",
2121
"@phosphor/commands": "1",
2222
"vscode-languageserver-types": "^3.15.1",
23-
"@theia/variable-resolver": "next",
23+
"@theia/variable-resolver": "1.18.0-next.120",
2424
"@eclipse-che/plugin": "0.0.1",
25-
"@theia/terminal": "next",
26-
"@theia/core": "next",
27-
"@theia/debug": "next",
28-
"@theia/filesystem": "next",
29-
"@theia/task": "next",
30-
"@theia/mini-browser": "next",
31-
"@theia/plugin-ext": "next",
32-
"@theia/application-package": "next",
25+
"@theia/terminal": "1.18.0-next.120",
26+
"@theia/core": "1.18.0-next.120",
27+
"@theia/debug": "1.18.0-next.120",
28+
"@theia/filesystem": "1.18.0-next.120",
29+
"@theia/task": "1.18.0-next.120",
30+
"@theia/mini-browser": "1.18.0-next.120",
31+
"@theia/plugin-ext": "1.18.0-next.120",
32+
"@theia/application-package": "1.18.0-next.120",
3333
"axios": "0.21.2",
3434
"tunnel": "0.0.6",
3535
"vscode-uri": "2.1.1",

extensions/eclipse-che-theia-plugin-remote/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"fs-extra": "7.0.1",
1515
"reflect-metadata": "^0.1.13",
1616
"ws": "^5.1.2",
17-
"@theia/filesystem": "next",
18-
"@theia/core": "next",
19-
"@theia/plugin-ext": "next",
20-
"@theia/plugin-ext-vscode": "next",
17+
"@theia/filesystem": "1.18.0-next.120",
18+
"@theia/core": "1.18.0-next.120",
19+
"@theia/plugin-ext": "1.18.0-next.120",
20+
"@theia/plugin-ext-vscode": "1.18.0-next.120",
2121
"deasync": "^0.1.19",
2222
"vscode-uri": "2.1.1",
2323
"@eclipse-che/theia-plugin-ext": "^0.0.1"

extensions/eclipse-che-theia-preferences-provider-extension/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
],
1212
"dependencies": {
1313
"inversify": "^5.0.1",
14-
"@theia/application-package": "next",
14+
"@theia/application-package": "1.18.0-next.120",
1515
"@eclipse-che/theia-remote-api": "^0.0.1",
1616
"@eclipse-che/api": "latest",
1717
"@eclipse-che/theia-plugin-ext": "^0.0.1",
18-
"@theia/core": "next",
19-
"@theia/preferences": "next",
20-
"@theia/workspace": "next"
18+
"@theia/core": "1.18.0-next.120",
19+
"@theia/preferences": "1.18.0-next.120",
20+
"@theia/workspace": "1.18.0-next.120"
2121
},
2222
"devDependencies": {
2323
"ts-jest": "27.0.7",

extensions/eclipse-che-theia-remote-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"dependencies": {
1515
"@kubernetes/client-node": "^0.12.1",
16-
"@theia/core": "next",
16+
"@theia/core": "1.18.0-next.120",
1717
"js-yaml": "3.13.1",
1818
"inversify": "^5.0.1"
1919
},

extensions/eclipse-che-theia-remote-impl-che-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"inversify": "^5.0.1",
1717
"request": "2.88.2",
1818
"tunnel": "0.0.6",
19-
"@theia/core": "next",
19+
"@theia/core": "1.18.0-next.120",
2020
"fs-extra": "7.0.1",
2121
"js-yaml": "3.13.1",
2222
"@eclipse-che/workspace-telemetry-client": "latest",

extensions/eclipse-che-theia-remote-impl-k8s/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"tunnel": "0.0.6",
2121
"inversify": "^5.0.1",
22-
"@theia/core": "next",
22+
"@theia/core": "1.18.0-next.120",
2323
"fs-extra": "7.0.1",
2424
"js-yaml": "3.13.1",
2525
"axios": "0.21.2",

extensions/eclipse-che-theia-terminal/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
],
2121
"dependencies": {
2222
"inversify": "^5.0.1",
23-
"@theia/output": "next",
24-
"@theia/core": "next",
23+
"@theia/output": "1.18.0-next.120",
24+
"@theia/core": "1.18.0-next.120",
2525
"vscode-jsonrpc": "^5.0.0",
26-
"@theia/terminal": "next",
26+
"@theia/terminal": "1.18.0-next.120",
2727
"xterm": "^4.11.0",
2828
"@phosphor/widgets": "1",
2929
"reconnecting-websocket": "^4.2.0",

extensions/eclipse-che-theia-user-preferences/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"inversify": "^5.0.1",
1616
"fs-extra": "7.0.1",
1717
"@eclipse-che/theia-remote-api": "^0.0.1",
18-
"@theia/core": "next",
19-
"@theia/filesystem": "next",
20-
"@theia/workspace": "next",
18+
"@theia/core": "1.18.0-next.120",
19+
"@theia/filesystem": "1.18.0-next.120",
20+
"@theia/workspace": "1.18.0-next.120",
2121
"nsfw": "^2.1.2",
22-
"@theia/preferences": "next",
22+
"@theia/preferences": "1.18.0-next.120",
2323
"@eclipse-che/theia-plugin-ext": "^0.0.1",
2424
"@kubernetes/client-node": "^0.12.1",
2525
"@eclipse-che/theia-remote-impl-che-server": "0.0.1"

extensions/eclipse-che-theia-workspace/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"inversify": "^5.0.1",
1313
"fs-extra": "7.0.1",
1414
"moment": "2.24.0",
15-
"@theia/filesystem": "next",
16-
"@theia/navigator": "next",
17-
"@theia/core": "next",
15+
"@theia/filesystem": "1.18.0-next.120",
16+
"@theia/navigator": "1.18.0-next.120",
17+
"@theia/core": "1.18.0-next.120",
1818
"@eclipse-che/api": "latest",
19-
"@theia/workspace": "next",
19+
"@theia/workspace": "1.18.0-next.120",
2020
"@eclipse-che/theia-remote-api": "^0.0.1",
2121
"js-yaml": "3.13.1",
2222
"react": "^16.8.0"

plugins/containers-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"devDependencies": {
36-
"@theia/plugin": "next",
36+
"@theia/plugin": "1.18.0-next.120",
3737
"@theia/plugin-packager": "latest",
3838
"@eclipse-che/plugin": "0.0.1",
3939
"ts-jest": "27.0.7",

plugins/ext-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {},
1717
"devDependencies": {
1818
"@eclipse-che/plugin": "latest",
19-
"@theia/plugin": "next",
19+
"@theia/plugin": "1.18.0-next.120",
2020
"@theia/plugin-packager": "latest",
2121
"ts-jest": "27.0.7",
2222
"jest": "27.3.1"

plugins/github-auth-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"uuid": "^3.1.0"
1818
},
1919
"devDependencies": {
20-
"@theia/plugin": "1.18.0-next.120",
20+
"@theia/plugin": "1.22.0-next.27+c56aa230fe5",
2121
"@theia/plugin-packager": "latest",
2222
"@eclipse-che/plugin": "0.0.1",
2323
"ts-jest": "27.0.7",

plugins/ports-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"dependencies": {},
109109
"devDependencies": {
110110
"@eclipse-che/plugin": "0.0.1",
111-
"@theia/plugin": "next",
111+
"@theia/plugin": "1.18.0-next.120",
112112
"@theia/plugin-packager": "latest",
113113
"ts-jest": "27.0.7",
114114
"jest": "27.3.1"

plugins/recommendations-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"@eclipse-che/plugin": "0.0.1",
17-
"@theia/plugin": "next",
17+
"@theia/plugin": "1.18.0-next.120",
1818
"inversify": "^5.0.1",
1919
"reflect-metadata": "^0.1.13"
2020
},

plugins/resource-monitor-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@eclipse-che/plugin": "0.0.1",
1818
"@theia/plugin-packager": "latest",
19-
"@theia/plugin": "next",
19+
"@theia/plugin": "1.18.0-next.120",
2020
"ts-jest": "27.0.7",
2121
"jest": "27.3.1"
2222
},

plugins/ssh-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@eclipse-che/plugin": "0.0.1",
39-
"@theia/plugin": "next",
39+
"@theia/plugin": "1.18.0-next.120",
4040
"@theia/plugin-packager": "latest",
4141
"ts-jest": "27.0.7",
4242
"jest": "27.3.1"

plugins/task-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@eclipse-che/plugin": "0.0.1",
46-
"@theia/plugin": "next",
46+
"@theia/plugin": "1.18.0-next.120",
4747
"@theia/plugin-packager": "latest",
4848
"ts-jest": "27.0.7",
4949
"jest": "27.3.1"

plugins/telemetry-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"*"
1515
],
1616
"devDependencies": {
17-
"@theia/plugin": "next",
17+
"@theia/plugin": "1.18.0-next.120",
1818
"@theia/plugin-packager": "latest",
1919
"@eclipse-che/plugin": "0.0.1",
2020
"ts-jest": "27.0.7",

plugins/welcome-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@fortawesome/fontawesome-free": "5.6.3"
3232
},
3333
"devDependencies": {
34-
"@theia/plugin": "next",
34+
"@theia/plugin": "1.18.0-next.120",
3535
"@theia/plugin-packager": "latest",
3636
"@eclipse-che/plugin": "0.0.1",
3737
"ts-jest": "27.0.7",

plugins/workspace-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@eclipse-che/plugin": "0.0.1",
18-
"@theia/plugin": "next",
18+
"@theia/plugin": "1.18.0-next.120",
1919
"@theia/plugin-packager": "latest",
2020
"ts-jest": "27.0.7",
2121
"jest": "27.3.1"

0 commit comments

Comments
 (0)