Skip to content

Commit fcb684a

Browse files
committed
v1.60.0
Signed-off-by: Simon Graband <[email protected]>
1 parent 22ec680 commit fcb684a

File tree

91 files changed

+1361
-1361
lines changed

Some content is hidden

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

91 files changed

+1361
-1361
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.59.0",
3+
"version": "1.60.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.59.0",
37-
"@theia/ffmpeg": "1.59.0",
38-
"@theia/native-webpack-plugin": "1.59.0",
36+
"@theia/application-package": "1.60.0",
37+
"@theia/ffmpeg": "1.60.0",
38+
"@theia/native-webpack-plugin": "1.60.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.59.0"
76+
"@theia/ext-scripts": "1.60.0"
7777
},
7878
"nyc": {
7979
"extends": "../../configs/nyc.json"

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.59.0",
3+
"version": "1.60.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.59.0",
32+
"@theia/request": "1.60.0",
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.59.0"
46+
"@theia/ext-scripts": "1.60.0"
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.59.0",
3+
"version": "1.60.0",
44
"description": "Theia CLI.",
55
"publishConfig": {
66
"access": "public"
@@ -32,12 +32,12 @@
3232
"clean": "theiaext clean"
3333
},
3434
"dependencies": {
35-
"@theia/application-manager": "1.59.0",
36-
"@theia/application-package": "1.59.0",
37-
"@theia/ffmpeg": "1.59.0",
38-
"@theia/localization-manager": "1.59.0",
39-
"@theia/ovsx-client": "1.59.0",
40-
"@theia/request": "1.59.0",
35+
"@theia/application-manager": "1.60.0",
36+
"@theia/application-package": "1.60.0",
37+
"@theia/ffmpeg": "1.60.0",
38+
"@theia/localization-manager": "1.60.0",
39+
"@theia/ovsx-client": "1.60.0",
40+
"@theia/request": "1.60.0",
4141
"@types/chai": "^4.2.7",
4242
"@types/mocha": "^10.0.0",
4343
"@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.59.0",
3+
"version": "1.60.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.59.0",
3+
"version": "1.60.0",
44
"description": "Theia localization manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -41,7 +41,7 @@
4141
"typescript": "~5.4.5"
4242
},
4343
"devDependencies": {
44-
"@theia/ext-scripts": "1.59.0"
44+
"@theia/ext-scripts": "1.60.0"
4545
},
4646
"nyc": {
4747
"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.59.0",
3+
"version": "1.60.0",
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.59.0",
3+
"version": "1.60.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.59.0",
32+
"@theia/request": "1.60.0",
3333
"limiter": "^2.1.0",
3434
"semver": "^7.5.4",
3535
"tslib": "^2.6.2"
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"private": true,
33
"name": "@theia/eslint-plugin",
4-
"version": "1.59.0",
4+
"version": "1.60.0",
55
"description": "Custom ESLint rules for developing Theia extensions and applications",
66
"main": "index.js",
77
"scripts": {
88
"afterInstall": "npm run compile",
99
"compile": "theiaext compile"
1010
},
1111
"dependencies": {
12-
"@theia/ext-scripts": "1.59.0",
13-
"@theia/re-exports": "1.59.0",
12+
"@theia/ext-scripts": "1.60.0",
13+
"@theia/re-exports": "1.60.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.59.0",
4+
"version": "1.60.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

+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.59.0",
4+
"version": "1.60.0",
55
"description": "Theia re-export helper functions and scripts.",
66
"main": "lib/index.js",
77
"engines": {
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/test-setup",
4-
"version": "1.59.0",
4+
"version": "1.60.0",
55
"description": "Custom setup for mocha tests",
66
"main": "test-setup.js"
77
}

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.59.0",
3+
"version": "1.60.0",
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.59.0",
4+
"version": "1.60.0",
55
"description": "Theia - Example code to demonstrate Theia API Provider Extensions",
66
"dependencies": {
7-
"@theia/core": "1.59.0",
8-
"@theia/plugin-ext": "1.59.0",
9-
"@theia/plugin-ext-headless": "1.59.0"
7+
"@theia/core": "1.60.0",
8+
"@theia/plugin-ext": "1.60.0",
9+
"@theia/plugin-ext-headless": "1.60.0"
1010
},
1111
"theiaExtensions": [
1212
{
@@ -37,6 +37,6 @@
3737
"clean": "theiaext clean"
3838
},
3939
"devDependencies": {
40-
"@theia/ext-scripts": "1.59.0"
40+
"@theia/ext-scripts": "1.60.0"
4141
}
4242
}

examples/api-samples/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"private": true,
33
"name": "@theia/api-samples",
4-
"version": "1.59.0",
4+
"version": "1.60.0",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/ai-chat": "1.59.0",
8-
"@theia/ai-chat-ui": "1.59.0",
9-
"@theia/ai-core": "1.59.0",
10-
"@theia/core": "1.59.0",
11-
"@theia/file-search": "1.59.0",
12-
"@theia/filesystem": "1.59.0",
13-
"@theia/monaco": "1.59.0",
7+
"@theia/ai-chat": "1.60.0",
8+
"@theia/ai-chat-ui": "1.60.0",
9+
"@theia/ai-core": "1.60.0",
10+
"@theia/core": "1.60.0",
11+
"@theia/file-search": "1.60.0",
12+
"@theia/filesystem": "1.60.0",
13+
"@theia/monaco": "1.60.0",
1414
"@theia/monaco-editor-core": "1.96.302",
15-
"@theia/output": "1.59.0",
16-
"@theia/ovsx-client": "1.59.0",
17-
"@theia/search-in-workspace": "1.59.0",
18-
"@theia/test": "1.59.0",
19-
"@theia/toolbar": "1.59.0",
20-
"@theia/vsx-registry": "1.59.0",
21-
"@theia/workspace": "1.59.0"
15+
"@theia/output": "1.60.0",
16+
"@theia/ovsx-client": "1.60.0",
17+
"@theia/search-in-workspace": "1.60.0",
18+
"@theia/test": "1.60.0",
19+
"@theia/toolbar": "1.60.0",
20+
"@theia/vsx-registry": "1.60.0",
21+
"@theia/workspace": "1.60.0"
2222
},
2323
"theiaExtensions": [
2424
{
@@ -63,6 +63,6 @@
6363
"clean": "theiaext clean"
6464
},
6565
"devDependencies": {
66-
"@theia/ext-scripts": "1.59.0"
66+
"@theia/ext-scripts": "1.60.0"
6767
}
6868
}

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

0 commit comments

Comments
 (0)