Skip to content

Commit 4bac2a4

Browse files
committed
v1.61.0
Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
1 parent 5a93e18 commit 4bac2a4

File tree

91 files changed

+1365
-1366
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1365
-1366
lines changed

dev-packages/application-manager/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-manager",
3-
"version": "1.60.0",
3+
"version": "1.61.0",
44
"description": "Theia application manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -33,9 +33,9 @@
3333
"@babel/plugin-transform-classes": "^7.10.0",
3434
"@babel/plugin-transform-runtime": "^7.10.0",
3535
"@babel/preset-env": "^7.10.0",
36-
"@theia/application-package": "1.60.0",
37-
"@theia/ffmpeg": "1.60.0",
38-
"@theia/native-webpack-plugin": "1.60.0",
36+
"@theia/application-package": "1.61.0",
37+
"@theia/ffmpeg": "1.61.0",
38+
"@theia/native-webpack-plugin": "1.61.0",
3939
"@types/fs-extra": "^4.0.2",
4040
"@types/semver": "^7.5.0",
4141
"babel-loader": "^8.2.2",
@@ -72,7 +72,7 @@
7272
}
7373
},
7474
"devDependencies": {
75-
"@theia/ext-scripts": "1.60.0"
75+
"@theia/ext-scripts": "1.61.0"
7676
},
7777
"nyc": {
7878
"extends": "../../configs/nyc.json"

dev-packages/application-package/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-package",
3-
"version": "1.60.0",
3+
"version": "1.61.0",
44
"description": "Theia application package API.",
55
"publishConfig": {
66
"access": "public"
@@ -29,7 +29,7 @@
2929
"watch": "theiaext watch"
3030
},
3131
"dependencies": {
32-
"@theia/request": "1.60.0",
32+
"@theia/request": "1.61.0",
3333
"@types/fs-extra": "^4.0.2",
3434
"@types/semver": "^7.5.0",
3535
"@types/write-json-file": "^2.2.1",
@@ -43,7 +43,7 @@
4343
"write-json-file": "^2.2.0"
4444
},
4545
"devDependencies": {
46-
"@theia/ext-scripts": "1.60.0"
46+
"@theia/ext-scripts": "1.61.0"
4747
},
4848
"nyc": {
4949
"extends": "../../configs/nyc.json"

dev-packages/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/cli",
3-
"version": "1.60.0",
3+
"version": "1.61.0",
44
"description": "Theia CLI.",
55
"publishConfig": {
66
"access": "public"
@@ -32,12 +32,12 @@
3232
"clean": "theiaext clean"
3333
},
3434
"dependencies": {
35-
"@theia/application-manager": "1.60.0",
36-
"@theia/application-package": "1.60.0",
37-
"@theia/ffmpeg": "1.60.0",
38-
"@theia/localization-manager": "1.60.0",
39-
"@theia/ovsx-client": "1.60.0",
40-
"@theia/request": "1.60.0",
35+
"@theia/application-manager": "1.61.0",
36+
"@theia/application-package": "1.61.0",
37+
"@theia/ffmpeg": "1.61.0",
38+
"@theia/localization-manager": "1.61.0",
39+
"@theia/ovsx-client": "1.61.0",
40+
"@theia/request": "1.61.0",
4141
"@types/chai": "^4.2.7",
4242
"@types/mocha": "^10.0.0",
4343
"@types/node-fetch": "^2.5.7",

dev-packages/ffmpeg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/ffmpeg",
3-
"version": "1.60.0",
3+
"version": "1.61.0",
44
"description": "Theia FFMPEG reader utility.",
55
"publishConfig": {
66
"access": "public"

dev-packages/localization-manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/localization-manager",
3-
"version": "1.60.0",
3+
"version": "1.61.0",
44
"description": "Theia localization manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -41,7 +41,7 @@
4141
"typescript": "~5.4.5"
4242
},
4343
"devDependencies": {
44-
"@theia/ext-scripts": "1.60.0"
44+
"@theia/ext-scripts": "1.61.0"
4545
},
4646
"nyc": {
4747
"extends": "../../configs/nyc.json"

dev-packages/native-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/native-webpack-plugin",
3-
"version": "1.60.0",
3+
"version": "1.61.0",
44
"description": "Webpack Plugin for native dependencies of Theia.",
55
"publishConfig": {
66
"access": "public"

dev-packages/ovsx-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/ovsx-client",
3-
"version": "1.60.0",
3+
"version": "1.61.0",
44
"description": "Theia Open-VSX Client",
55
"publishConfig": {
66
"access": "public"
@@ -29,7 +29,7 @@
2929
"watch": "theiaext watch"
3030
},
3131
"dependencies": {
32-
"@theia/request": "1.60.0",
32+
"@theia/request": "1.61.0",
3333
"limiter": "^2.1.0",
3434
"semver": "^7.5.4",
3535
"tslib": "^2.6.2"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"private": true,
33
"name": "@theia/eslint-plugin",
4-
"version": "1.60.0",
4+
"version": "1.61.0",
55
"description": "Custom ESLint rules for developing Theia extensions and applications",
66
"main": "index.js",
77
"scripts": {
88
"afterInstall": "npm run compile",
99
"compile": "theiaext compile"
1010
},
1111
"dependencies": {
12-
"@theia/ext-scripts": "1.60.0",
13-
"@theia/re-exports": "1.60.0",
12+
"@theia/ext-scripts": "1.61.0",
13+
"@theia/re-exports": "1.61.0",
1414
"js-levenshtein": "^1.1.6"
1515
}
1616
}

dev-packages/private-ext-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/ext-scripts",
4-
"version": "1.60.0",
4+
"version": "1.61.0",
55
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
66
"description": "NPM scripts for Theia packages.",
77
"bin": {

dev-packages/private-re-exports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/re-exports",
4-
"version": "1.60.0",
4+
"version": "1.61.0",
55
"description": "Theia re-export helper functions and scripts.",
66
"main": "lib/index.js",
77
"engines": {

0 commit comments

Comments
 (0)