Skip to content

Commit 474bdc1

Browse files
v1.34.1
1 parent 6eec39a commit 474bdc1

File tree

61 files changed

+407
-407
lines changed

Some content is hidden

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

61 files changed

+407
-407
lines changed

dev-packages/application-manager/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-manager",
3-
"version": "1.34.0",
3+
"version": "1.34.1",
44
"description": "Theia application manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -33,8 +33,8 @@
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.34.0",
37-
"@theia/ffmpeg": "1.34.0",
36+
"@theia/application-package": "1.34.1",
37+
"@theia/ffmpeg": "1.34.1",
3838
"@types/fs-extra": "^4.0.2",
3939
"@types/semver": "^7.3.8",
4040
"babel-loader": "^8.2.2",
@@ -71,7 +71,7 @@
7171
}
7272
},
7373
"devDependencies": {
74-
"@theia/ext-scripts": "1.34.0",
74+
"@theia/ext-scripts": "1.34.1",
7575
"@types/node-abi": "*"
7676
},
7777
"nyc": {

dev-packages/application-package/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-package",
3-
"version": "1.34.0",
3+
"version": "1.34.1",
44
"description": "Theia application package API.",
55
"publishConfig": {
66
"access": "public"
@@ -43,7 +43,7 @@
4343
"write-json-file": "^2.2.0"
4444
},
4545
"devDependencies": {
46-
"@theia/ext-scripts": "1.34.0"
46+
"@theia/ext-scripts": "1.34.1"
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.34.0",
3+
"version": "1.34.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.34.0",
34-
"@theia/application-package": "1.34.0",
35-
"@theia/ffmpeg": "1.34.0",
36-
"@theia/localization-manager": "1.34.0",
37-
"@theia/ovsx-client": "1.34.0",
38-
"@theia/request": "1.34.0",
33+
"@theia/application-manager": "1.34.1",
34+
"@theia/application-package": "1.34.1",
35+
"@theia/ffmpeg": "1.34.1",
36+
"@theia/localization-manager": "1.34.1",
37+
"@theia/ovsx-client": "1.34.1",
38+
"@theia/request": "1.34.1",
3939
"@types/chai": "^4.2.7",
4040
"@types/mocha": "^10.0.0",
4141
"@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.34.0",
3+
"version": "1.34.1",
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.34.0",
3+
"version": "1.34.1",
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.34.0"
42+
"@theia/ext-scripts": "1.34.1"
4343
},
4444
"nyc": {
4545
"extends": "../../configs/nyc.json"

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.34.0",
3+
"version": "1.34.1",
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.34.0",
32+
"@theia/request": "1.34.1",
3333
"semver": "^5.4.1"
3434
}
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.34.0",
4+
"version": "1.34.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.34.0",
12-
"@theia/ext-scripts": "1.34.0",
13-
"@theia/re-exports": "1.34.0",
11+
"@theia/core": "1.34.1",
12+
"@theia/ext-scripts": "1.34.1",
13+
"@theia/re-exports": "1.34.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.34.0",
4+
"version": "1.34.1",
55
"license": "EPL-2.0 OR GPL-2.0 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.34.0",
4+
"version": "1.34.1",
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.34.0",
3+
"version": "1.34.1",
44
"description": "Theia Proxy-Aware Request Service",
55
"publishConfig": {
66
"access": "public"

examples/api-samples/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"private": true,
33
"name": "@theia/api-samples",
4-
"version": "1.34.0",
4+
"version": "1.34.1",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/core": "1.34.0",
8-
"@theia/file-search": "1.34.0",
9-
"@theia/filesystem": "1.34.0",
10-
"@theia/monaco": "1.34.0",
7+
"@theia/core": "1.34.1",
8+
"@theia/file-search": "1.34.1",
9+
"@theia/filesystem": "1.34.1",
10+
"@theia/monaco": "1.34.1",
1111
"@theia/monaco-editor-core": "1.72.3",
12-
"@theia/output": "1.34.0",
13-
"@theia/search-in-workspace": "1.34.0",
14-
"@theia/toolbar": "1.34.0",
15-
"@theia/vsx-registry": "1.34.0",
16-
"@theia/workspace": "1.34.0"
12+
"@theia/output": "1.34.1",
13+
"@theia/search-in-workspace": "1.34.1",
14+
"@theia/toolbar": "1.34.1",
15+
"@theia/vsx-registry": "1.34.1",
16+
"@theia/workspace": "1.34.1"
1717
},
1818
"theiaExtensions": [
1919
{
@@ -52,6 +52,6 @@
5252
"clean": "theiaext clean"
5353
},
5454
"devDependencies": {
55-
"@theia/ext-scripts": "1.34.0"
55+
"@theia/ext-scripts": "1.34.1"
5656
}
5757
}

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.34.0",
3+
"version": "1.34.1",
44
"description": "Theia API tests",
55
"dependencies": {
6-
"@theia/core": "1.34.0"
6+
"@theia/core": "1.34.1"
77
},
88
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
99
"repository": {

examples/browser/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",
4-
"version": "1.34.0",
4+
"version": "1.34.1",
55
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
66
"theia": {
77
"frontend": {
@@ -14,49 +14,49 @@
1414
}
1515
},
1616
"dependencies": {
17-
"@theia/api-samples": "1.34.0",
18-
"@theia/bulk-edit": "1.34.0",
19-
"@theia/callhierarchy": "1.34.0",
20-
"@theia/console": "1.34.0",
21-
"@theia/core": "1.34.0",
22-
"@theia/debug": "1.34.0",
23-
"@theia/editor": "1.34.0",
24-
"@theia/editor-preview": "1.34.0",
25-
"@theia/file-search": "1.34.0",
26-
"@theia/filesystem": "1.34.0",
27-
"@theia/getting-started": "1.34.0",
28-
"@theia/git": "1.34.0",
29-
"@theia/keymaps": "1.34.0",
30-
"@theia/markers": "1.34.0",
31-
"@theia/memory-inspector": "1.34.0",
32-
"@theia/messages": "1.34.0",
33-
"@theia/metrics": "1.34.0",
34-
"@theia/mini-browser": "1.34.0",
35-
"@theia/monaco": "1.34.0",
36-
"@theia/navigator": "1.34.0",
37-
"@theia/outline-view": "1.34.0",
38-
"@theia/output": "1.34.0",
39-
"@theia/plugin-dev": "1.34.0",
40-
"@theia/plugin-ext": "1.34.0",
41-
"@theia/plugin-ext-vscode": "1.34.0",
42-
"@theia/plugin-metrics": "1.34.0",
43-
"@theia/preferences": "1.34.0",
44-
"@theia/preview": "1.34.0",
45-
"@theia/process": "1.34.0",
46-
"@theia/property-view": "1.34.0",
47-
"@theia/scm": "1.34.0",
48-
"@theia/scm-extra": "1.34.0",
49-
"@theia/search-in-workspace": "1.34.0",
50-
"@theia/secondary-window": "1.34.0",
51-
"@theia/task": "1.34.0",
52-
"@theia/terminal": "1.34.0",
53-
"@theia/timeline": "1.34.0",
54-
"@theia/toolbar": "1.34.0",
55-
"@theia/typehierarchy": "1.34.0",
56-
"@theia/userstorage": "1.34.0",
57-
"@theia/variable-resolver": "1.34.0",
58-
"@theia/vsx-registry": "1.34.0",
59-
"@theia/workspace": "1.34.0"
17+
"@theia/api-samples": "1.34.1",
18+
"@theia/bulk-edit": "1.34.1",
19+
"@theia/callhierarchy": "1.34.1",
20+
"@theia/console": "1.34.1",
21+
"@theia/core": "1.34.1",
22+
"@theia/debug": "1.34.1",
23+
"@theia/editor": "1.34.1",
24+
"@theia/editor-preview": "1.34.1",
25+
"@theia/file-search": "1.34.1",
26+
"@theia/filesystem": "1.34.1",
27+
"@theia/getting-started": "1.34.1",
28+
"@theia/git": "1.34.1",
29+
"@theia/keymaps": "1.34.1",
30+
"@theia/markers": "1.34.1",
31+
"@theia/memory-inspector": "1.34.1",
32+
"@theia/messages": "1.34.1",
33+
"@theia/metrics": "1.34.1",
34+
"@theia/mini-browser": "1.34.1",
35+
"@theia/monaco": "1.34.1",
36+
"@theia/navigator": "1.34.1",
37+
"@theia/outline-view": "1.34.1",
38+
"@theia/output": "1.34.1",
39+
"@theia/plugin-dev": "1.34.1",
40+
"@theia/plugin-ext": "1.34.1",
41+
"@theia/plugin-ext-vscode": "1.34.1",
42+
"@theia/plugin-metrics": "1.34.1",
43+
"@theia/preferences": "1.34.1",
44+
"@theia/preview": "1.34.1",
45+
"@theia/process": "1.34.1",
46+
"@theia/property-view": "1.34.1",
47+
"@theia/scm": "1.34.1",
48+
"@theia/scm-extra": "1.34.1",
49+
"@theia/search-in-workspace": "1.34.1",
50+
"@theia/secondary-window": "1.34.1",
51+
"@theia/task": "1.34.1",
52+
"@theia/terminal": "1.34.1",
53+
"@theia/timeline": "1.34.1",
54+
"@theia/toolbar": "1.34.1",
55+
"@theia/typehierarchy": "1.34.1",
56+
"@theia/userstorage": "1.34.1",
57+
"@theia/variable-resolver": "1.34.1",
58+
"@theia/vsx-registry": "1.34.1",
59+
"@theia/workspace": "1.34.1"
6060
},
6161
"scripts": {
6262
"clean": "theia clean",
@@ -77,6 +77,6 @@
7777
"watch:compile": "tsc -b -w"
7878
},
7979
"devDependencies": {
80-
"@theia/cli": "1.34.0"
80+
"@theia/cli": "1.34.1"
8181
}
8282
}

0 commit comments

Comments
 (0)