Skip to content

Commit 1dcf443

Browse files
committed
Theia 1.50.1
* update to latest Theia
1 parent 281eb98 commit 1dcf443

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

applications/browser/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "theia-ide-browser-app",
44
"description": "Eclipse Theia IDE browser product",
55
"productName": "Theia IDE",
6-
"version": "1.50.1",
6+
"version": "1.50.100",
77
"license": "MIT",
88
"author": "Eclipse Theia <[email protected]>",
99
"homepage": "https://github.com/eclipse-theia/theia-blueprint#readme",
@@ -86,7 +86,7 @@
8686
"@theia/vsx-registry": "1.50.1",
8787
"@theia/workspace": "1.50.1",
8888
"fs-extra": "^9.0.1",
89-
"theia-ide-product-ext": "1.50.1"
89+
"theia-ide-product-ext": "1.50.100"
9090
},
9191
"devDependencies": {
9292
"@theia/cli": "1.50.1"
@@ -101,4 +101,4 @@
101101
"update:theia": "ts-node ../../scripts/update-theia-version.ts",
102102
"update:next": "ts-node ../../scripts/update-theia-version.ts next"
103103
}
104-
}
104+
}

applications/electron/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "theia-ide-electron-app",
44
"description": "Eclipse Theia IDE product",
55
"productName": "Theia IDE",
6-
"version": "1.50.1",
6+
"version": "1.50.100",
77
"main": "scripts/theia-electron-main.js",
88
"license": "MIT",
99
"author": "Eclipse Theia <[email protected]>",
@@ -96,9 +96,9 @@
9696
"@theia/vsx-registry": "1.50.1",
9797
"@theia/workspace": "1.50.1",
9898
"fs-extra": "^9.0.1",
99-
"theia-ide-launcher-ext": "1.50.1",
100-
"theia-ide-product-ext": "1.50.1",
101-
"theia-ide-updater-ext": "1.50.1"
99+
"theia-ide-launcher-ext": "1.50.100",
100+
"theia-ide-product-ext": "1.50.100",
101+
"theia-ide-updater-ext": "1.50.100"
102102
},
103103
"devDependencies": {
104104
"@theia/cli": "1.50.1",
@@ -145,4 +145,4 @@
145145
"lint": "eslint --ext js,jsx,ts,tsx scripts && eslint --ext js,jsx,ts,tsx test",
146146
"lint:fix": "eslint --ext js,jsx,ts,tsx scripts --fix && eslint --ext js,jsx,ts,tsx test -fix"
147147
}
148-
}
148+
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "4.0.0",
3-
"version": "1.50.1",
3+
"version": "1.50.100",
44
"useWorkspaces": true,
55
"npmClient": "yarn",
66
"command": {

theia-extensions/launcher/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theia-ide-launcher-ext",
3-
"version": "1.50.1",
3+
"version": "1.50.100",
44
"keywords": [
55
"theia-extension"
66
],
@@ -42,4 +42,4 @@
4242
"backend": "lib/node/launcher-backend-module"
4343
}
4444
]
45-
}
45+
}

theia-extensions/product/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "theia-ide-product-ext",
4-
"version": "1.50.1",
4+
"version": "1.50.100",
55
"description": "Eclipse Theia IDE Product Branding",
66
"dependencies": {
77
"@theia/core": "1.50.1",
@@ -49,4 +49,4 @@
4949
"peerDependencies": {
5050
"react": "^16.8.0"
5151
}
52-
}
52+
}

theia-extensions/updater/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "theia-ide-updater-ext",
4-
"version": "1.50.1",
4+
"version": "1.50.100",
55
"description": "Eclipse Theia IDE Updater",
66
"dependencies": {
77
"@theia/core": "1.50.1",
@@ -47,4 +47,4 @@
4747
"update:theia": "ts-node ../../scripts/update-theia-version.ts",
4848
"update:next": "ts-node ../../scripts/update-theia-version.ts next"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)