Skip to content

Commit f98f1a6

Browse files
v1.31.0
1 parent e545374 commit f98f1a6

File tree

61 files changed

+406
-406
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

+406
-406
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.30.0",
3+
"version": "1.31.0",
44
"description": "Theia application manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -33,21 +33,21 @@
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.30.0",
37-
"@theia/ffmpeg": "1.30.0",
36+
"@theia/application-package": "1.31.0",
37+
"@theia/ffmpeg": "1.31.0",
3838
"@types/fs-extra": "^4.0.2",
3939
"@types/semver": "^7.3.8",
4040
"babel-loader": "^8.2.2",
4141
"buffer": "^6.0.3",
4242
"circular-dependency-plugin": "^5.2.2",
4343
"compression-webpack-plugin": "^9.0.0",
4444
"copy-webpack-plugin": "^8.1.1",
45-
"mini-css-extract-plugin": "^2.6.1",
4645
"css-loader": "^6.2.0",
4746
"electron-rebuild": "^3.2.7",
4847
"fs-extra": "^4.0.2",
4948
"ignore-loader": "^0.1.2",
5049
"less": "^3.0.3",
50+
"mini-css-extract-plugin": "^2.6.1",
5151
"node-abi": "*",
5252
"path-browserify": "^1.0.1",
5353
"semver": "^7.3.5",
@@ -72,7 +72,7 @@
7272
}
7373
},
7474
"devDependencies": {
75-
"@theia/ext-scripts": "1.30.0",
75+
"@theia/ext-scripts": "1.31.0",
7676
"@types/node-abi": "*"
7777
},
7878
"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.30.0",
3+
"version": "1.31.0",
44
"description": "Theia application package API.",
55
"publishConfig": {
66
"access": "public"
@@ -42,7 +42,7 @@
4242
"write-json-file": "^2.2.0"
4343
},
4444
"devDependencies": {
45-
"@theia/ext-scripts": "1.30.0"
45+
"@theia/ext-scripts": "1.31.0"
4646
},
4747
"nyc": {
4848
"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.30.0",
3+
"version": "1.31.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.30.0",
34-
"@theia/application-package": "1.30.0",
35-
"@theia/ffmpeg": "1.30.0",
36-
"@theia/localization-manager": "1.30.0",
37-
"@theia/ovsx-client": "1.30.0",
38-
"@theia/request": "1.30.0",
33+
"@theia/application-manager": "1.31.0",
34+
"@theia/application-package": "1.31.0",
35+
"@theia/ffmpeg": "1.31.0",
36+
"@theia/localization-manager": "1.31.0",
37+
"@theia/ovsx-client": "1.31.0",
38+
"@theia/request": "1.31.0",
3939
"@types/chai": "^4.2.7",
4040
"@types/mocha": "^5.2.7",
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.30.0",
3+
"version": "1.31.0",
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.30.0",
3+
"version": "1.31.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.30.0"
42+
"@theia/ext-scripts": "1.31.0"
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.30.0",
3+
"version": "1.31.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.30.0",
32+
"@theia/request": "1.31.0",
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.30.0",
4+
"version": "1.31.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.30.0",
12-
"@theia/ext-scripts": "1.30.0",
13-
"@theia/re-exports": "1.30.0",
11+
"@theia/core": "1.31.0",
12+
"@theia/ext-scripts": "1.31.0",
13+
"@theia/re-exports": "1.31.0",
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.30.0",
4+
"version": "1.31.0",
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.30.0",
4+
"version": "1.31.0",
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.30.0",
3+
"version": "1.31.0",
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.30.0",
4+
"version": "1.31.0",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/core": "1.30.0",
8-
"@theia/file-search": "1.30.0",
9-
"@theia/filesystem": "1.30.0",
10-
"@theia/monaco": "1.30.0",
7+
"@theia/core": "1.31.0",
8+
"@theia/file-search": "1.31.0",
9+
"@theia/filesystem": "1.31.0",
10+
"@theia/monaco": "1.31.0",
1111
"@theia/monaco-editor-core": "1.67.2",
12-
"@theia/output": "1.30.0",
13-
"@theia/search-in-workspace": "1.30.0",
14-
"@theia/toolbar": "1.30.0",
15-
"@theia/vsx-registry": "1.30.0",
16-
"@theia/workspace": "1.30.0"
12+
"@theia/output": "1.31.0",
13+
"@theia/search-in-workspace": "1.31.0",
14+
"@theia/toolbar": "1.31.0",
15+
"@theia/vsx-registry": "1.31.0",
16+
"@theia/workspace": "1.31.0"
1717
},
1818
"theiaExtensions": [
1919
{
@@ -52,6 +52,6 @@
5252
"clean": "theiaext clean"
5353
},
5454
"devDependencies": {
55-
"@theia/ext-scripts": "1.30.0"
55+
"@theia/ext-scripts": "1.31.0"
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.30.0",
3+
"version": "1.31.0",
44
"description": "Theia API tests",
55
"dependencies": {
6-
"@theia/core": "1.30.0"
6+
"@theia/core": "1.31.0"
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.30.0",
4+
"version": "1.31.0",
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.30.0",
18-
"@theia/bulk-edit": "1.30.0",
19-
"@theia/callhierarchy": "1.30.0",
20-
"@theia/console": "1.30.0",
21-
"@theia/core": "1.30.0",
22-
"@theia/debug": "1.30.0",
23-
"@theia/editor": "1.30.0",
24-
"@theia/editor-preview": "1.30.0",
25-
"@theia/file-search": "1.30.0",
26-
"@theia/filesystem": "1.30.0",
27-
"@theia/getting-started": "1.30.0",
28-
"@theia/git": "1.30.0",
29-
"@theia/keymaps": "1.30.0",
30-
"@theia/markers": "1.30.0",
31-
"@theia/memory-inspector": "1.30.0",
32-
"@theia/messages": "1.30.0",
33-
"@theia/metrics": "1.30.0",
34-
"@theia/mini-browser": "1.30.0",
35-
"@theia/monaco": "1.30.0",
36-
"@theia/navigator": "1.30.0",
37-
"@theia/outline-view": "1.30.0",
38-
"@theia/output": "1.30.0",
39-
"@theia/plugin-dev": "1.30.0",
40-
"@theia/plugin-ext": "1.30.0",
41-
"@theia/plugin-ext-vscode": "1.30.0",
42-
"@theia/plugin-metrics": "1.30.0",
43-
"@theia/preferences": "1.30.0",
44-
"@theia/preview": "1.30.0",
45-
"@theia/process": "1.30.0",
46-
"@theia/property-view": "1.30.0",
47-
"@theia/scm": "1.30.0",
48-
"@theia/scm-extra": "1.30.0",
49-
"@theia/search-in-workspace": "1.30.0",
50-
"@theia/secondary-window": "1.30.0",
51-
"@theia/task": "1.30.0",
52-
"@theia/terminal": "1.30.0",
53-
"@theia/timeline": "1.30.0",
54-
"@theia/toolbar": "1.30.0",
55-
"@theia/typehierarchy": "1.30.0",
56-
"@theia/userstorage": "1.30.0",
57-
"@theia/variable-resolver": "1.30.0",
58-
"@theia/vsx-registry": "1.30.0",
59-
"@theia/workspace": "1.30.0"
17+
"@theia/api-samples": "1.31.0",
18+
"@theia/bulk-edit": "1.31.0",
19+
"@theia/callhierarchy": "1.31.0",
20+
"@theia/console": "1.31.0",
21+
"@theia/core": "1.31.0",
22+
"@theia/debug": "1.31.0",
23+
"@theia/editor": "1.31.0",
24+
"@theia/editor-preview": "1.31.0",
25+
"@theia/file-search": "1.31.0",
26+
"@theia/filesystem": "1.31.0",
27+
"@theia/getting-started": "1.31.0",
28+
"@theia/git": "1.31.0",
29+
"@theia/keymaps": "1.31.0",
30+
"@theia/markers": "1.31.0",
31+
"@theia/memory-inspector": "1.31.0",
32+
"@theia/messages": "1.31.0",
33+
"@theia/metrics": "1.31.0",
34+
"@theia/mini-browser": "1.31.0",
35+
"@theia/monaco": "1.31.0",
36+
"@theia/navigator": "1.31.0",
37+
"@theia/outline-view": "1.31.0",
38+
"@theia/output": "1.31.0",
39+
"@theia/plugin-dev": "1.31.0",
40+
"@theia/plugin-ext": "1.31.0",
41+
"@theia/plugin-ext-vscode": "1.31.0",
42+
"@theia/plugin-metrics": "1.31.0",
43+
"@theia/preferences": "1.31.0",
44+
"@theia/preview": "1.31.0",
45+
"@theia/process": "1.31.0",
46+
"@theia/property-view": "1.31.0",
47+
"@theia/scm": "1.31.0",
48+
"@theia/scm-extra": "1.31.0",
49+
"@theia/search-in-workspace": "1.31.0",
50+
"@theia/secondary-window": "1.31.0",
51+
"@theia/task": "1.31.0",
52+
"@theia/terminal": "1.31.0",
53+
"@theia/timeline": "1.31.0",
54+
"@theia/toolbar": "1.31.0",
55+
"@theia/typehierarchy": "1.31.0",
56+
"@theia/userstorage": "1.31.0",
57+
"@theia/variable-resolver": "1.31.0",
58+
"@theia/vsx-registry": "1.31.0",
59+
"@theia/workspace": "1.31.0"
6060
},
6161
"scripts": {
6262
"clean": "theia clean",
@@ -77,6 +77,6 @@
7777
"watch:compile": "tsc -b -w"
7878
},
7979
"devDependencies": {
80-
"@theia/cli": "1.30.0"
80+
"@theia/cli": "1.31.0"
8181
}
8282
}

0 commit comments

Comments
 (0)