Skip to content

Commit bd37fcc

Browse files
v1.43.0
Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
1 parent c94caea commit bd37fcc

File tree

67 files changed

+442
-442
lines changed

Some content is hidden

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

67 files changed

+442
-442
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.42.0",
3+
"version": "1.43.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.42.0",
37-
"@theia/ffmpeg": "1.42.0",
38-
"@theia/native-webpack-plugin": "1.42.0",
36+
"@theia/application-package": "1.43.0",
37+
"@theia/ffmpeg": "1.43.0",
38+
"@theia/native-webpack-plugin": "1.43.0",
3939
"@types/fs-extra": "^4.0.2",
4040
"@types/semver": "^7.5.0",
4141
"babel-loader": "^8.2.2",
@@ -73,7 +73,7 @@
7373
}
7474
},
7575
"devDependencies": {
76-
"@theia/ext-scripts": "1.42.0",
76+
"@theia/ext-scripts": "1.43.0",
7777
"@types/node-abi": "*"
7878
},
7979
"nyc": {

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.42.0",
3+
"version": "1.43.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.42.0",
32+
"@theia/request": "1.43.0",
3333
"@types/fs-extra": "^4.0.2",
3434
"@types/semver": "^7.5.0",
3535
"@types/write-json-file": "^2.2.1",
@@ -42,7 +42,7 @@
4242
"write-json-file": "^2.2.0"
4343
},
4444
"devDependencies": {
45-
"@theia/ext-scripts": "1.42.0"
45+
"@theia/ext-scripts": "1.43.0"
4646
},
4747
"nyc": {
4848
"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.42.0",
3+
"version": "1.43.0",
44
"description": "Theia CLI.",
55
"publishConfig": {
66
"access": "public"
@@ -30,12 +30,12 @@
3030
"clean": "theiaext clean"
3131
},
3232
"dependencies": {
33-
"@theia/application-manager": "1.42.0",
34-
"@theia/application-package": "1.42.0",
35-
"@theia/ffmpeg": "1.42.0",
36-
"@theia/localization-manager": "1.42.0",
37-
"@theia/ovsx-client": "1.42.0",
38-
"@theia/request": "1.42.0",
33+
"@theia/application-manager": "1.43.0",
34+
"@theia/application-package": "1.43.0",
35+
"@theia/ffmpeg": "1.43.0",
36+
"@theia/localization-manager": "1.43.0",
37+
"@theia/ovsx-client": "1.43.0",
38+
"@theia/request": "1.43.0",
3939
"@types/chai": "^4.2.7",
4040
"@types/mocha": "^10.0.0",
4141
"@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.42.0",
3+
"version": "1.43.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.42.0",
3+
"version": "1.43.0",
44
"description": "Theia localization manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -39,7 +39,7 @@
3939
"typescript": "~4.5.5"
4040
},
4141
"devDependencies": {
42-
"@theia/ext-scripts": "1.42.0"
42+
"@theia/ext-scripts": "1.43.0"
4343
},
4444
"nyc": {
4545
"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.42.0",
3+
"version": "1.43.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.42.0",
3+
"version": "1.43.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.42.0",
32+
"@theia/request": "1.43.0",
3333
"semver": "^7.5.4"
3434
}
3535
}
Lines changed: 4 additions & 4 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.42.0",
4+
"version": "1.43.0",
55
"description": "Custom ESLint rules for developing Theia extensions and applications",
66
"main": "index.js",
77
"scripts": {
88
"prepare": "tsc -b"
99
},
1010
"dependencies": {
11-
"@theia/core": "1.42.0",
12-
"@theia/ext-scripts": "1.42.0",
13-
"@theia/re-exports": "1.42.0",
11+
"@theia/core": "1.43.0",
12+
"@theia/ext-scripts": "1.43.0",
13+
"@theia/re-exports": "1.43.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.42.0",
4+
"version": "1.43.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.42.0",
4+
"version": "1.43.0",
55
"description": "Theia re-export helper functions and scripts.",
66
"main": "lib/index.js",
77
"engines": {

0 commit comments

Comments
 (0)