Skip to content

Commit 03cdc99

Browse files
committed
v1.48.3
1 parent 49e167c commit 03cdc99

File tree

73 files changed

+519
-519
lines changed

Some content is hidden

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

73 files changed

+519
-519
lines changed

dev-packages/application-manager/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-manager",
3-
"version": "1.48.2",
3+
"version": "1.48.3",
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.48.2",
37-
"@theia/ffmpeg": "1.48.2",
38-
"@theia/native-webpack-plugin": "1.48.2",
36+
"@theia/application-package": "1.48.3",
37+
"@theia/ffmpeg": "1.48.3",
38+
"@theia/native-webpack-plugin": "1.48.3",
3939
"@types/fs-extra": "^4.0.2",
4040
"@types/semver": "^7.5.0",
4141
"babel-loader": "^8.2.2",
@@ -74,7 +74,7 @@
7474
}
7575
},
7676
"devDependencies": {
77-
"@theia/ext-scripts": "1.48.2",
77+
"@theia/ext-scripts": "1.48.3",
7878
"@types/node-abi": "*"
7979
},
8080
"nyc": {

dev-packages/application-package/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-package",
3-
"version": "1.48.2",
3+
"version": "1.48.3",
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.48.2",
32+
"@theia/request": "1.48.3",
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.48.2"
46+
"@theia/ext-scripts": "1.48.3"
4747
},
4848
"nyc": {
4949
"extends": "../../configs/nyc.json"

dev-packages/cli/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/cli",
3-
"version": "1.48.2",
3+
"version": "1.48.3",
44
"description": "Theia CLI.",
55
"publishConfig": {
66
"access": "public"
@@ -33,12 +33,12 @@
3333
},
3434
"dependencies": {
3535
"patch-package": "^8.0.0",
36-
"@theia/application-manager": "1.48.2",
37-
"@theia/application-package": "1.48.2",
38-
"@theia/ffmpeg": "1.48.2",
39-
"@theia/localization-manager": "1.48.2",
40-
"@theia/ovsx-client": "1.48.2",
41-
"@theia/request": "1.48.2",
36+
"@theia/application-manager": "1.48.3",
37+
"@theia/application-package": "1.48.3",
38+
"@theia/ffmpeg": "1.48.3",
39+
"@theia/localization-manager": "1.48.3",
40+
"@theia/ovsx-client": "1.48.3",
41+
"@theia/request": "1.48.3",
4242
"@types/chai": "^4.2.7",
4343
"@types/mocha": "^10.0.0",
4444
"@types/node-fetch": "^2.5.7",

dev-packages/ffmpeg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/ffmpeg",
3-
"version": "1.48.2",
3+
"version": "1.48.3",
44
"description": "Theia FFMPEG reader utility.",
55
"publishConfig": {
66
"access": "public"

dev-packages/localization-manager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/localization-manager",
3-
"version": "1.48.2",
3+
"version": "1.48.3",
44
"description": "Theia localization manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -40,7 +40,7 @@
4040
"typescript": "~4.5.5"
4141
},
4242
"devDependencies": {
43-
"@theia/ext-scripts": "1.48.2"
43+
"@theia/ext-scripts": "1.48.3"
4444
},
4545
"nyc": {
4646
"extends": "../../configs/nyc.json"

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

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

dev-packages/ovsx-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/ovsx-client",
3-
"version": "1.48.2",
3+
"version": "1.48.3",
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.48.2",
32+
"@theia/request": "1.48.3",
3333
"semver": "^7.5.4",
3434
"tslib": "^2.6.2"
3535
}
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"private": true,
33
"name": "@theia/eslint-plugin",
4-
"version": "1.48.2",
4+
"version": "1.48.3",
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.48.2",
12-
"@theia/ext-scripts": "1.48.2",
13-
"@theia/re-exports": "1.48.2",
11+
"@theia/core": "1.48.3",
12+
"@theia/ext-scripts": "1.48.3",
13+
"@theia/re-exports": "1.48.3",
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.48.2",
4+
"version": "1.48.3",
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.48.2",
4+
"version": "1.48.3",
55
"description": "Theia re-export helper functions and scripts.",
66
"main": "lib/index.js",
77
"engines": {

dev-packages/request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/request",
3-
"version": "1.48.2",
3+
"version": "1.48.3",
44
"description": "Theia Proxy-Aware Request Service",
55
"publishConfig": {
66
"access": "public"

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.48.2",
4+
"version": "1.48.3",
55
"description": "Theia - Example code to demonstrate Theia API Provider Extensions",
66
"dependencies": {
7-
"@theia/core": "1.48.2",
8-
"@theia/plugin-ext": "1.48.2",
9-
"@theia/plugin-ext-headless": "1.48.2"
7+
"@theia/core": "1.48.3",
8+
"@theia/plugin-ext": "1.48.3",
9+
"@theia/plugin-ext-headless": "1.48.3"
1010
},
1111
"theiaExtensions": [
1212
{
@@ -37,6 +37,6 @@
3737
"clean": "theiaext clean"
3838
},
3939
"devDependencies": {
40-
"@theia/ext-scripts": "1.48.2"
40+
"@theia/ext-scripts": "1.48.3"
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.48.2",
4+
"version": "1.48.3",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/core": "1.48.2",
8-
"@theia/file-search": "1.48.2",
9-
"@theia/filesystem": "1.48.2",
10-
"@theia/monaco": "1.48.2",
7+
"@theia/core": "1.48.3",
8+
"@theia/file-search": "1.48.3",
9+
"@theia/filesystem": "1.48.3",
10+
"@theia/monaco": "1.48.3",
1111
"@theia/monaco-editor-core": "1.83.101",
12-
"@theia/output": "1.48.2",
13-
"@theia/ovsx-client": "1.48.2",
14-
"@theia/search-in-workspace": "1.48.2",
15-
"@theia/test": "1.48.2",
16-
"@theia/toolbar": "1.48.2",
17-
"@theia/vsx-registry": "1.48.2",
18-
"@theia/workspace": "1.48.2"
12+
"@theia/output": "1.48.3",
13+
"@theia/ovsx-client": "1.48.3",
14+
"@theia/search-in-workspace": "1.48.3",
15+
"@theia/test": "1.48.3",
16+
"@theia/toolbar": "1.48.3",
17+
"@theia/vsx-registry": "1.48.3",
18+
"@theia/workspace": "1.48.3"
1919
},
2020
"theiaExtensions": [
2121
{
@@ -57,6 +57,6 @@
5757
"clean": "theiaext clean"
5858
},
5959
"devDependencies": {
60-
"@theia/ext-scripts": "1.48.2"
60+
"@theia/ext-scripts": "1.48.3"
6161
}
6262
}

examples/api-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@theia/api-tests",
3-
"version": "1.48.2",
3+
"version": "1.48.3",
44
"description": "Theia API tests",
55
"dependencies": {
6-
"@theia/core": "1.48.2"
6+
"@theia/core": "1.48.3"
77
},
88
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
99
"repository": {

examples/browser-only/package.json

+45-45
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/example-browser-only",
4-
"version": "1.48.2",
4+
"version": "1.48.3",
55
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
66
"theia": {
77
"target": "browser-only",
@@ -15,49 +15,49 @@
1515
}
1616
},
1717
"dependencies": {
18-
"@theia/api-samples": "1.48.2",
19-
"@theia/bulk-edit": "1.48.2",
20-
"@theia/callhierarchy": "1.48.2",
21-
"@theia/console": "1.48.2",
22-
"@theia/core": "1.48.2",
23-
"@theia/debug": "1.48.2",
24-
"@theia/editor": "1.48.2",
25-
"@theia/editor-preview": "1.48.2",
26-
"@theia/file-search": "1.48.2",
27-
"@theia/filesystem": "1.48.2",
28-
"@theia/getting-started": "1.48.2",
29-
"@theia/git": "1.48.2",
30-
"@theia/keymaps": "1.48.2",
31-
"@theia/markers": "1.48.2",
32-
"@theia/memory-inspector": "1.48.2",
33-
"@theia/messages": "1.48.2",
34-
"@theia/metrics": "1.48.2",
35-
"@theia/mini-browser": "1.48.2",
36-
"@theia/monaco": "1.48.2",
37-
"@theia/navigator": "1.48.2",
38-
"@theia/outline-view": "1.48.2",
39-
"@theia/output": "1.48.2",
40-
"@theia/plugin-dev": "1.48.2",
41-
"@theia/plugin-ext": "1.48.2",
42-
"@theia/plugin-ext-vscode": "1.48.2",
43-
"@theia/plugin-metrics": "1.48.2",
44-
"@theia/preferences": "1.48.2",
45-
"@theia/preview": "1.48.2",
46-
"@theia/process": "1.48.2",
47-
"@theia/property-view": "1.48.2",
48-
"@theia/scm": "1.48.2",
49-
"@theia/scm-extra": "1.48.2",
50-
"@theia/search-in-workspace": "1.48.2",
51-
"@theia/secondary-window": "1.48.2",
52-
"@theia/task": "1.48.2",
53-
"@theia/terminal": "1.48.2",
54-
"@theia/timeline": "1.48.2",
55-
"@theia/toolbar": "1.48.2",
56-
"@theia/typehierarchy": "1.48.2",
57-
"@theia/userstorage": "1.48.2",
58-
"@theia/variable-resolver": "1.48.2",
59-
"@theia/vsx-registry": "1.48.2",
60-
"@theia/workspace": "1.48.2"
18+
"@theia/api-samples": "1.48.3",
19+
"@theia/bulk-edit": "1.48.3",
20+
"@theia/callhierarchy": "1.48.3",
21+
"@theia/console": "1.48.3",
22+
"@theia/core": "1.48.3",
23+
"@theia/debug": "1.48.3",
24+
"@theia/editor": "1.48.3",
25+
"@theia/editor-preview": "1.48.3",
26+
"@theia/file-search": "1.48.3",
27+
"@theia/filesystem": "1.48.3",
28+
"@theia/getting-started": "1.48.3",
29+
"@theia/git": "1.48.3",
30+
"@theia/keymaps": "1.48.3",
31+
"@theia/markers": "1.48.3",
32+
"@theia/memory-inspector": "1.48.3",
33+
"@theia/messages": "1.48.3",
34+
"@theia/metrics": "1.48.3",
35+
"@theia/mini-browser": "1.48.3",
36+
"@theia/monaco": "1.48.3",
37+
"@theia/navigator": "1.48.3",
38+
"@theia/outline-view": "1.48.3",
39+
"@theia/output": "1.48.3",
40+
"@theia/plugin-dev": "1.48.3",
41+
"@theia/plugin-ext": "1.48.3",
42+
"@theia/plugin-ext-vscode": "1.48.3",
43+
"@theia/plugin-metrics": "1.48.3",
44+
"@theia/preferences": "1.48.3",
45+
"@theia/preview": "1.48.3",
46+
"@theia/process": "1.48.3",
47+
"@theia/property-view": "1.48.3",
48+
"@theia/scm": "1.48.3",
49+
"@theia/scm-extra": "1.48.3",
50+
"@theia/search-in-workspace": "1.48.3",
51+
"@theia/secondary-window": "1.48.3",
52+
"@theia/task": "1.48.3",
53+
"@theia/terminal": "1.48.3",
54+
"@theia/timeline": "1.48.3",
55+
"@theia/toolbar": "1.48.3",
56+
"@theia/typehierarchy": "1.48.3",
57+
"@theia/userstorage": "1.48.3",
58+
"@theia/variable-resolver": "1.48.3",
59+
"@theia/vsx-registry": "1.48.3",
60+
"@theia/workspace": "1.48.3"
6161
},
6262
"scripts": {
6363
"prepare:no-native": "lerna run prepare --scope=\"@theia/re-exports\" && lerna run generate-theia-re-exports --scope=\"@theia/core\"",
@@ -73,6 +73,6 @@
7373
"watch:compile": "tsc -b -w"
7474
},
7575
"devDependencies": {
76-
"@theia/cli": "1.48.2"
76+
"@theia/cli": "1.48.3"
7777
}
7878
}

0 commit comments

Comments
 (0)