Skip to content

Commit d6b45ed

Browse files
committed
v1.47.1
1 parent ddc2905 commit d6b45ed

File tree

72 files changed

+640
-581
lines changed

Some content is hidden

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

72 files changed

+640
-581
lines changed

dev-packages/application-manager/package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-manager",
3-
"version": "1.47.0",
3+
"version": "1.47.1",
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.47.0",
37-
"@theia/ffmpeg": "1.47.0",
38-
"@theia/native-webpack-plugin": "1.47.0",
36+
"@theia/application-package": "1.47.1",
37+
"@theia/ffmpeg": "1.47.1",
38+
"@theia/native-webpack-plugin": "1.47.1",
3939
"@types/fs-extra": "^4.0.2",
4040
"@types/semver": "^7.5.0",
4141
"babel-loader": "^8.2.2",
@@ -75,10 +75,11 @@
7575
}
7676
},
7777
"devDependencies": {
78-
"@theia/ext-scripts": "1.47.0",
78+
"@theia/ext-scripts": "1.47.1",
7979
"@types/node-abi": "*"
8080
},
8181
"nyc": {
8282
"extends": "../../configs/nyc.json"
83-
}
83+
},
84+
"gitHead": "ddc29054061700e54fe819f147a7ec335a6d8037"
8485
}

dev-packages/application-package/package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-package",
3-
"version": "1.47.0",
3+
"version": "1.47.1",
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.47.0",
32+
"@theia/request": "1.47.1",
3333
"@types/fs-extra": "^4.0.2",
3434
"@types/semver": "^7.5.0",
3535
"@types/write-json-file": "^2.2.1",
@@ -43,9 +43,10 @@
4343
"write-json-file": "^2.2.0"
4444
},
4545
"devDependencies": {
46-
"@theia/ext-scripts": "1.47.0"
46+
"@theia/ext-scripts": "1.47.1"
4747
},
4848
"nyc": {
4949
"extends": "../../configs/nyc.json"
50-
}
50+
},
51+
"gitHead": "ddc29054061700e54fe819f147a7ec335a6d8037"
5152
}

dev-packages/cli/package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/cli",
3-
"version": "1.47.0",
3+
"version": "1.47.1",
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.47.0",
34-
"@theia/application-package": "1.47.0",
35-
"@theia/ffmpeg": "1.47.0",
36-
"@theia/localization-manager": "1.47.0",
37-
"@theia/ovsx-client": "1.47.0",
38-
"@theia/request": "1.47.0",
33+
"@theia/application-manager": "1.47.1",
34+
"@theia/application-package": "1.47.1",
35+
"@theia/ffmpeg": "1.47.1",
36+
"@theia/localization-manager": "1.47.1",
37+
"@theia/ovsx-client": "1.47.1",
38+
"@theia/request": "1.47.1",
3939
"@types/chai": "^4.2.7",
4040
"@types/mocha": "^10.0.0",
4141
"@types/node-fetch": "^2.5.7",
@@ -60,5 +60,6 @@
6060
"@types/mocha": "^10.0.0",
6161
"@types/node-fetch": "^2.5.7",
6262
"@types/proxy-from-env": "^1.0.1"
63-
}
63+
},
64+
"gitHead": "ddc29054061700e54fe819f147a7ec335a6d8037"
6465
}

dev-packages/ffmpeg/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/ffmpeg",
3-
"version": "1.47.0",
3+
"version": "1.47.1",
44
"description": "Theia FFMPEG reader utility.",
55
"publishConfig": {
66
"access": "public"
@@ -34,5 +34,6 @@
3434
},
3535
"devDependencies": {
3636
"@types/unzipper": "^0.9.2"
37-
}
37+
},
38+
"gitHead": "ddc29054061700e54fe819f147a7ec335a6d8037"
3839
}

dev-packages/localization-manager/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/localization-manager",
3-
"version": "1.47.0",
3+
"version": "1.47.1",
44
"description": "Theia localization manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -40,9 +40,10 @@
4040
"typescript": "~4.5.5"
4141
},
4242
"devDependencies": {
43-
"@theia/ext-scripts": "1.47.0"
43+
"@theia/ext-scripts": "1.47.1"
4444
},
4545
"nyc": {
4646
"extends": "../../configs/nyc.json"
47-
}
47+
},
48+
"gitHead": "ddc29054061700e54fe819f147a7ec335a6d8037"
4849
}

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/native-webpack-plugin",
3-
"version": "1.47.0",
3+
"version": "1.47.1",
44
"description": "Webpack Plugin for native dependencies of Theia.",
55
"publishConfig": {
66
"access": "public"
@@ -31,5 +31,6 @@
3131
"dependencies": {
3232
"tslib": "^2.6.2",
3333
"webpack": "^5.76.0"
34-
}
34+
},
35+
"gitHead": "ddc29054061700e54fe819f147a7ec335a6d8037"
3536
}

dev-packages/ovsx-client/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/ovsx-client",
3-
"version": "1.47.0",
3+
"version": "1.47.1",
44
"description": "Theia Open-VSX Client",
55
"publishConfig": {
66
"access": "public"
@@ -29,8 +29,9 @@
2929
"watch": "theiaext watch"
3030
},
3131
"dependencies": {
32-
"@theia/request": "1.47.0",
32+
"@theia/request": "1.47.1",
3333
"semver": "^7.5.4",
3434
"tslib": "^2.6.2"
35-
}
35+
},
36+
"gitHead": "ddc29054061700e54fe819f147a7ec335a6d8037"
3637
}
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"private": true,
33
"name": "@theia/eslint-plugin",
4-
"version": "1.47.0",
4+
"version": "1.47.1",
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.47.0",
12-
"@theia/ext-scripts": "1.47.0",
13-
"@theia/re-exports": "1.47.0",
11+
"@theia/core": "1.47.1",
12+
"@theia/ext-scripts": "1.47.1",
13+
"@theia/re-exports": "1.47.1",
1414
"js-levenshtein": "^1.1.6"
1515
}
1616
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/ext-scripts",
4-
"version": "1.47.0",
4+
"version": "1.47.1",
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

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

dev-packages/request/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/request",
3-
"version": "1.47.0",
3+
"version": "1.47.1",
44
"description": "Theia Proxy-Aware Request Service",
55
"publishConfig": {
66
"access": "public"
@@ -32,5 +32,6 @@
3232
"http-proxy-agent": "^5.0.0",
3333
"https-proxy-agent": "^5.0.0",
3434
"tslib": "^2.6.2"
35-
}
35+
},
36+
"gitHead": "ddc29054061700e54fe819f147a7ec335a6d8037"
3637
}

examples/api-provider-sample/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"private": true,
33
"name": "@theia/api-provider-sample",
4-
"version": "1.47.0",
4+
"version": "1.47.1",
55
"description": "Theia - Example code to demonstrate Theia API Provider Extensions",
66
"dependencies": {
7-
"@theia/core": "1.47.0",
8-
"@theia/plugin-ext": "1.47.0",
9-
"@theia/plugin-ext-headless": "1.47.0"
7+
"@theia/core": "1.47.1",
8+
"@theia/plugin-ext": "1.47.1",
9+
"@theia/plugin-ext-headless": "1.47.1"
1010
},
1111
"theiaExtensions": [
1212
{
@@ -37,6 +37,6 @@
3737
"clean": "theiaext clean"
3838
},
3939
"devDependencies": {
40-
"@theia/ext-scripts": "1.47.0"
40+
"@theia/ext-scripts": "1.47.1"
4141
}
4242
}

examples/api-samples/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"private": true,
33
"name": "@theia/api-samples",
4-
"version": "1.47.0",
4+
"version": "1.47.1",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/core": "1.47.0",
8-
"@theia/file-search": "1.47.0",
9-
"@theia/filesystem": "1.47.0",
10-
"@theia/monaco": "1.47.0",
7+
"@theia/core": "1.47.1",
8+
"@theia/file-search": "1.47.1",
9+
"@theia/filesystem": "1.47.1",
10+
"@theia/monaco": "1.47.1",
1111
"@theia/monaco-editor-core": "1.83.101",
12-
"@theia/output": "1.47.0",
13-
"@theia/ovsx-client": "1.47.0",
14-
"@theia/search-in-workspace": "1.47.0",
15-
"@theia/test": "1.47.0",
16-
"@theia/toolbar": "1.47.0",
17-
"@theia/vsx-registry": "1.47.0",
18-
"@theia/workspace": "1.47.0"
12+
"@theia/output": "1.47.1",
13+
"@theia/ovsx-client": "1.47.1",
14+
"@theia/search-in-workspace": "1.47.1",
15+
"@theia/test": "1.47.1",
16+
"@theia/toolbar": "1.47.1",
17+
"@theia/vsx-registry": "1.47.1",
18+
"@theia/workspace": "1.47.1"
1919
},
2020
"theiaExtensions": [
2121
{
@@ -57,6 +57,6 @@
5757
"clean": "theiaext clean"
5858
},
5959
"devDependencies": {
60-
"@theia/ext-scripts": "1.47.0"
60+
"@theia/ext-scripts": "1.47.1"
6161
}
6262
}

examples/api-tests/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@theia/api-tests",
3-
"version": "1.47.0",
3+
"version": "1.47.1",
44
"description": "Theia API tests",
55
"dependencies": {
6-
"@theia/core": "1.47.0"
6+
"@theia/core": "1.47.1"
77
},
88
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
99
"repository": {
@@ -19,5 +19,6 @@
1919
],
2020
"publishConfig": {
2121
"access": "public"
22-
}
22+
},
23+
"gitHead": "ddc29054061700e54fe819f147a7ec335a6d8037"
2324
}

0 commit comments

Comments
 (0)