Skip to content

Commit

Permalink
v1.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Sep 4, 2024
1 parent e891c9b commit 6ead43a
Show file tree
Hide file tree
Showing 74 changed files with 592 additions and 592 deletions.
12 changes: 6 additions & 6 deletions dev-packages/application-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/application-manager",
"version": "1.53.0",
"version": "1.53.1",
"description": "Theia application manager API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -33,9 +33,9 @@
"@babel/plugin-transform-classes": "^7.10.0",
"@babel/plugin-transform-runtime": "^7.10.0",
"@babel/preset-env": "^7.10.0",
"@theia/application-package": "1.53.0",
"@theia/ffmpeg": "1.53.0",
"@theia/native-webpack-plugin": "1.53.0",
"@theia/application-package": "1.53.1",
"@theia/ffmpeg": "1.53.1",
"@theia/native-webpack-plugin": "1.53.1",
"@types/fs-extra": "^4.0.2",
"@types/semver": "^7.5.0",
"babel-loader": "^8.2.2",
Expand Down Expand Up @@ -74,10 +74,10 @@
}
},
"devDependencies": {
"@theia/ext-scripts": "1.53.0",
"@theia/ext-scripts": "1.53.1",
"@types/node-abi": "*"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
8 changes: 4 additions & 4 deletions dev-packages/application-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/application-package",
"version": "1.53.0",
"version": "1.53.1",
"description": "Theia application package API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"watch": "theiaext watch"
},
"dependencies": {
"@theia/request": "1.53.0",
"@theia/request": "1.53.1",
"@types/fs-extra": "^4.0.2",
"@types/semver": "^7.5.0",
"@types/write-json-file": "^2.2.1",
Expand All @@ -43,9 +43,9 @@
"write-json-file": "^2.2.0"
},
"devDependencies": {
"@theia/ext-scripts": "1.53.0"
"@theia/ext-scripts": "1.53.1"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
16 changes: 8 additions & 8 deletions dev-packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/cli",
"version": "1.53.0",
"version": "1.53.1",
"description": "Theia CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,12 +32,12 @@
"clean": "theiaext clean"
},
"dependencies": {
"@theia/application-manager": "1.53.0",
"@theia/application-package": "1.53.0",
"@theia/ffmpeg": "1.53.0",
"@theia/localization-manager": "1.53.0",
"@theia/ovsx-client": "1.53.0",
"@theia/request": "1.53.0",
"@theia/application-manager": "1.53.1",
"@theia/application-package": "1.53.1",
"@theia/ffmpeg": "1.53.1",
"@theia/localization-manager": "1.53.1",
"@theia/ovsx-client": "1.53.1",
"@theia/request": "1.53.1",
"@types/chai": "^4.2.7",
"@types/mocha": "^10.0.0",
"@types/node-fetch": "^2.5.7",
Expand All @@ -64,4 +64,4 @@
"@types/node-fetch": "^2.5.7",
"@types/proxy-from-env": "^1.0.1"
}
}
}
4 changes: 2 additions & 2 deletions dev-packages/ffmpeg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/ffmpeg",
"version": "1.53.0",
"version": "1.53.1",
"description": "Theia FFMPEG reader utility.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -35,4 +35,4 @@
"devDependencies": {
"@types/unzipper": "^0.9.2"
}
}
}
6 changes: 3 additions & 3 deletions dev-packages/localization-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/localization-manager",
"version": "1.53.0",
"version": "1.53.1",
"description": "Theia localization manager API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -40,9 +40,9 @@
"typescript": "~5.4.5"
},
"devDependencies": {
"@theia/ext-scripts": "1.53.0"
"@theia/ext-scripts": "1.53.1"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
4 changes: 2 additions & 2 deletions dev-packages/native-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/native-webpack-plugin",
"version": "1.53.0",
"version": "1.53.1",
"description": "Webpack Plugin for native dependencies of Theia.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,4 +32,4 @@
"tslib": "^2.6.2",
"webpack": "^5.76.0"
}
}
}
6 changes: 3 additions & 3 deletions dev-packages/ovsx-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/ovsx-client",
"version": "1.53.0",
"version": "1.53.1",
"description": "Theia Open-VSX Client",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,9 +29,9 @@
"watch": "theiaext watch"
},
"dependencies": {
"@theia/request": "1.53.0",
"@theia/request": "1.53.1",
"limiter": "^2.1.0",
"semver": "^7.5.4",
"tslib": "^2.6.2"
}
}
}
8 changes: 4 additions & 4 deletions dev-packages/private-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"private": true,
"name": "@theia/eslint-plugin",
"version": "1.53.0",
"version": "1.53.1",
"description": "Custom ESLint rules for developing Theia extensions and applications",
"main": "index.js",
"scripts": {
"prepare": "tsc -b"
},
"dependencies": {
"@theia/core": "1.53.0",
"@theia/ext-scripts": "1.53.0",
"@theia/re-exports": "1.53.0",
"@theia/core": "1.53.1",
"@theia/ext-scripts": "1.53.1",
"@theia/re-exports": "1.53.1",
"js-levenshtein": "^1.1.6"
}
}
2 changes: 1 addition & 1 deletion dev-packages/private-ext-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@theia/ext-scripts",
"version": "1.53.0",
"version": "1.53.1",
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
"description": "NPM scripts for Theia packages.",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/private-re-exports/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@theia/re-exports",
"version": "1.53.0",
"version": "1.53.1",
"description": "Theia re-export helper functions and scripts.",
"main": "lib/index.js",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions dev-packages/request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/request",
"version": "1.53.0",
"version": "1.53.1",
"description": "Theia Proxy-Aware Request Service",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -33,4 +33,4 @@
"https-proxy-agent": "^5.0.0",
"tslib": "^2.6.2"
}
}
}
10 changes: 5 additions & 5 deletions examples/api-provider-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"private": true,
"name": "@theia/api-provider-sample",
"version": "1.53.0",
"version": "1.53.1",
"description": "Theia - Example code to demonstrate Theia API Provider Extensions",
"dependencies": {
"@theia/core": "1.53.0",
"@theia/plugin-ext": "1.53.0",
"@theia/plugin-ext-headless": "1.53.0"
"@theia/core": "1.53.1",
"@theia/plugin-ext": "1.53.1",
"@theia/plugin-ext-headless": "1.53.1"
},
"theiaExtensions": [
{
Expand Down Expand Up @@ -37,6 +37,6 @@
"clean": "theiaext clean"
},
"devDependencies": {
"@theia/ext-scripts": "1.53.0"
"@theia/ext-scripts": "1.53.1"
}
}
26 changes: 13 additions & 13 deletions examples/api-samples/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"private": true,
"name": "@theia/api-samples",
"version": "1.53.0",
"version": "1.53.1",
"description": "Theia - Example code to demonstrate Theia API",
"dependencies": {
"@theia/core": "1.53.0",
"@theia/file-search": "1.53.0",
"@theia/filesystem": "1.53.0",
"@theia/monaco": "1.53.0",
"@theia/core": "1.53.1",
"@theia/file-search": "1.53.1",
"@theia/filesystem": "1.53.1",
"@theia/monaco": "1.53.1",
"@theia/monaco-editor-core": "1.83.101",
"@theia/output": "1.53.0",
"@theia/ovsx-client": "1.53.0",
"@theia/search-in-workspace": "1.53.0",
"@theia/test": "1.53.0",
"@theia/toolbar": "1.53.0",
"@theia/vsx-registry": "1.53.0",
"@theia/workspace": "1.53.0"
"@theia/output": "1.53.1",
"@theia/ovsx-client": "1.53.1",
"@theia/search-in-workspace": "1.53.1",
"@theia/test": "1.53.1",
"@theia/toolbar": "1.53.1",
"@theia/vsx-registry": "1.53.1",
"@theia/workspace": "1.53.1"
},
"theiaExtensions": [
{
Expand Down Expand Up @@ -57,6 +57,6 @@
"clean": "theiaext clean"
},
"devDependencies": {
"@theia/ext-scripts": "1.53.0"
"@theia/ext-scripts": "1.53.1"
}
}
6 changes: 3 additions & 3 deletions examples/api-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@theia/api-tests",
"version": "1.53.0",
"version": "1.53.1",
"description": "Theia API tests",
"dependencies": {
"@theia/core": "1.53.0"
"@theia/core": "1.53.1"
},
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
"repository": {
Expand All @@ -20,4 +20,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading

0 comments on commit 6ead43a

Please sign in to comment.