Skip to content

Commit

Permalink
Theia 1.50.1
Browse files Browse the repository at this point in the history
* update to latest Theia
  • Loading branch information
jfaltermeier committed Jun 12, 2024
1 parent 281eb98 commit 1dcf443
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions applications/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "theia-ide-browser-app",
"description": "Eclipse Theia IDE browser product",
"productName": "Theia IDE",
"version": "1.50.1",
"version": "1.50.100",
"license": "MIT",
"author": "Eclipse Theia <[email protected]>",
"homepage": "https://github.com/eclipse-theia/theia-blueprint#readme",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@theia/vsx-registry": "1.50.1",
"@theia/workspace": "1.50.1",
"fs-extra": "^9.0.1",
"theia-ide-product-ext": "1.50.1"
"theia-ide-product-ext": "1.50.100"
},
"devDependencies": {
"@theia/cli": "1.50.1"
Expand All @@ -101,4 +101,4 @@
"update:theia": "ts-node ../../scripts/update-theia-version.ts",
"update:next": "ts-node ../../scripts/update-theia-version.ts next"
}
}
}
10 changes: 5 additions & 5 deletions applications/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "theia-ide-electron-app",
"description": "Eclipse Theia IDE product",
"productName": "Theia IDE",
"version": "1.50.1",
"version": "1.50.100",
"main": "scripts/theia-electron-main.js",
"license": "MIT",
"author": "Eclipse Theia <[email protected]>",
Expand Down Expand Up @@ -96,9 +96,9 @@
"@theia/vsx-registry": "1.50.1",
"@theia/workspace": "1.50.1",
"fs-extra": "^9.0.1",
"theia-ide-launcher-ext": "1.50.1",
"theia-ide-product-ext": "1.50.1",
"theia-ide-updater-ext": "1.50.1"
"theia-ide-launcher-ext": "1.50.100",
"theia-ide-product-ext": "1.50.100",
"theia-ide-updater-ext": "1.50.100"
},
"devDependencies": {
"@theia/cli": "1.50.1",
Expand Down Expand Up @@ -145,4 +145,4 @@
"lint": "eslint --ext js,jsx,ts,tsx scripts && eslint --ext js,jsx,ts,tsx test",
"lint:fix": "eslint --ext js,jsx,ts,tsx scripts --fix && eslint --ext js,jsx,ts,tsx test -fix"
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "1.50.1",
"version": "1.50.100",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
4 changes: 2 additions & 2 deletions theia-extensions/launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theia-ide-launcher-ext",
"version": "1.50.1",
"version": "1.50.100",
"keywords": [
"theia-extension"
],
Expand Down Expand Up @@ -42,4 +42,4 @@
"backend": "lib/node/launcher-backend-module"
}
]
}
}
4 changes: 2 additions & 2 deletions theia-extensions/product/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "theia-ide-product-ext",
"version": "1.50.1",
"version": "1.50.100",
"description": "Eclipse Theia IDE Product Branding",
"dependencies": {
"@theia/core": "1.50.1",
Expand Down Expand Up @@ -49,4 +49,4 @@
"peerDependencies": {
"react": "^16.8.0"
}
}
}
4 changes: 2 additions & 2 deletions theia-extensions/updater/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "theia-ide-updater-ext",
"version": "1.50.1",
"version": "1.50.100",
"description": "Eclipse Theia IDE Updater",
"dependencies": {
"@theia/core": "1.50.1",
Expand Down Expand Up @@ -47,4 +47,4 @@
"update:theia": "ts-node ../../scripts/update-theia-version.ts",
"update:next": "ts-node ../../scripts/update-theia-version.ts next"
}
}
}

0 comments on commit 1dcf443

Please sign in to comment.