Skip to content

Commit

Permalink
v1.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Feb 6, 2024
1 parent 1799210 commit d02c41a
Show file tree
Hide file tree
Showing 72 changed files with 629 additions and 570 deletions.
13 changes: 7 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.46.0",
"version": "1.46.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.46.0",
"@theia/ffmpeg": "1.46.0",
"@theia/native-webpack-plugin": "1.46.0",
"@theia/application-package": "1.46.1",
"@theia/ffmpeg": "1.46.1",
"@theia/native-webpack-plugin": "1.46.1",
"@types/fs-extra": "^4.0.2",
"@types/semver": "^7.5.0",
"babel-loader": "^8.2.2",
Expand Down Expand Up @@ -74,10 +74,11 @@
}
},
"devDependencies": {
"@theia/ext-scripts": "1.46.0",
"@theia/ext-scripts": "1.46.1",
"@types/node-abi": "*"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
},
"gitHead": "1799210a8fba6eb81e2ddaf66f09d6fa071df012"
}
9 changes: 5 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.46.0",
"version": "1.46.1",
"description": "Theia application package API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"watch": "theiaext watch"
},
"dependencies": {
"@theia/request": "1.46.0",
"@theia/request": "1.46.1",
"@types/fs-extra": "^4.0.2",
"@types/semver": "^7.5.0",
"@types/write-json-file": "^2.2.1",
Expand All @@ -42,9 +42,10 @@
"write-json-file": "^2.2.0"
},
"devDependencies": {
"@theia/ext-scripts": "1.46.0"
"@theia/ext-scripts": "1.46.1"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
},
"gitHead": "1799210a8fba6eb81e2ddaf66f09d6fa071df012"
}
17 changes: 9 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.46.0",
"version": "1.46.1",
"description": "Theia CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,12 +30,12 @@
"clean": "theiaext clean"
},
"dependencies": {
"@theia/application-manager": "1.46.0",
"@theia/application-package": "1.46.0",
"@theia/ffmpeg": "1.46.0",
"@theia/localization-manager": "1.46.0",
"@theia/ovsx-client": "1.46.0",
"@theia/request": "1.46.0",
"@theia/application-manager": "1.46.1",
"@theia/application-package": "1.46.1",
"@theia/ffmpeg": "1.46.1",
"@theia/localization-manager": "1.46.1",
"@theia/ovsx-client": "1.46.1",
"@theia/request": "1.46.1",
"@types/chai": "^4.2.7",
"@types/mocha": "^10.0.0",
"@types/node-fetch": "^2.5.7",
Expand All @@ -59,5 +59,6 @@
"@types/mocha": "^10.0.0",
"@types/node-fetch": "^2.5.7",
"@types/proxy-from-env": "^1.0.1"
}
},
"gitHead": "1799210a8fba6eb81e2ddaf66f09d6fa071df012"
}
5 changes: 3 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.46.0",
"version": "1.46.1",
"description": "Theia FFMPEG reader utility.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -33,5 +33,6 @@
},
"devDependencies": {
"@types/unzipper": "^0.9.2"
}
},
"gitHead": "1799210a8fba6eb81e2ddaf66f09d6fa071df012"
}
7 changes: 4 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.46.0",
"version": "1.46.1",
"description": "Theia localization manager API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -39,9 +39,10 @@
"typescript": "~4.5.5"
},
"devDependencies": {
"@theia/ext-scripts": "1.46.0"
"@theia/ext-scripts": "1.46.1"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
},
"gitHead": "1799210a8fba6eb81e2ddaf66f09d6fa071df012"
}
5 changes: 3 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.46.0",
"version": "1.46.1",
"description": "Webpack Plugin for native dependencies of Theia.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,5 +30,6 @@
},
"dependencies": {
"webpack": "^5.76.0"
}
},
"gitHead": "1799210a8fba6eb81e2ddaf66f09d6fa071df012"
}
7 changes: 4 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.46.0",
"version": "1.46.1",
"description": "Theia Open-VSX Client",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,7 +29,8 @@
"watch": "theiaext watch"
},
"dependencies": {
"@theia/request": "1.46.0",
"@theia/request": "1.46.1",
"semver": "^7.5.4"
}
},
"gitHead": "1799210a8fba6eb81e2ddaf66f09d6fa071df012"
}
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.46.0",
"version": "1.46.1",
"description": "Custom ESLint rules for developing Theia extensions and applications",
"main": "index.js",
"scripts": {
"prepare": "tsc -b"
},
"dependencies": {
"@theia/core": "1.46.0",
"@theia/ext-scripts": "1.46.0",
"@theia/re-exports": "1.46.0",
"@theia/core": "1.46.1",
"@theia/ext-scripts": "1.46.1",
"@theia/re-exports": "1.46.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.46.0",
"version": "1.46.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.46.0",
"version": "1.46.1",
"description": "Theia re-export helper functions and scripts.",
"main": "lib/index.js",
"engines": {
Expand Down
5 changes: 3 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.46.0",
"version": "1.46.1",
"description": "Theia Proxy-Aware Request Service",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,5 +31,6 @@
"dependencies": {
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0"
}
},
"gitHead": "1799210a8fba6eb81e2ddaf66f09d6fa071df012"
}
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.46.0",
"version": "1.46.1",
"description": "Theia - Example code to demonstrate Theia API Provider Extensions",
"dependencies": {
"@theia/core": "1.46.0",
"@theia/plugin-ext": "1.46.0",
"@theia/plugin-ext-headless": "1.46.0"
"@theia/core": "1.46.1",
"@theia/plugin-ext": "1.46.1",
"@theia/plugin-ext-headless": "1.46.1"
},
"theiaExtensions": [
{
Expand Down Expand Up @@ -37,6 +37,6 @@
"clean": "theiaext clean"
},
"devDependencies": {
"@theia/ext-scripts": "1.46.0"
"@theia/ext-scripts": "1.46.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.46.0",
"version": "1.46.1",
"description": "Theia - Example code to demonstrate Theia API",
"dependencies": {
"@theia/core": "1.46.0",
"@theia/file-search": "1.46.0",
"@theia/filesystem": "1.46.0",
"@theia/monaco": "1.46.0",
"@theia/core": "1.46.1",
"@theia/file-search": "1.46.1",
"@theia/filesystem": "1.46.1",
"@theia/monaco": "1.46.1",
"@theia/monaco-editor-core": "1.72.3",
"@theia/output": "1.46.0",
"@theia/ovsx-client": "1.46.0",
"@theia/search-in-workspace": "1.46.0",
"@theia/test": "1.46.0",
"@theia/toolbar": "1.46.0",
"@theia/vsx-registry": "1.46.0",
"@theia/workspace": "1.46.0"
"@theia/output": "1.46.1",
"@theia/ovsx-client": "1.46.1",
"@theia/search-in-workspace": "1.46.1",
"@theia/test": "1.46.1",
"@theia/toolbar": "1.46.1",
"@theia/vsx-registry": "1.46.1",
"@theia/workspace": "1.46.1"
},
"theiaExtensions": [
{
Expand Down Expand Up @@ -57,6 +57,6 @@
"clean": "theiaext clean"
},
"devDependencies": {
"@theia/ext-scripts": "1.46.0"
"@theia/ext-scripts": "1.46.1"
}
}
7 changes: 4 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.46.0",
"version": "1.46.1",
"description": "Theia API tests",
"dependencies": {
"@theia/core": "1.46.0"
"@theia/core": "1.46.1"
},
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
"repository": {
Expand All @@ -19,5 +19,6 @@
],
"publishConfig": {
"access": "public"
}
},
"gitHead": "1799210a8fba6eb81e2ddaf66f09d6fa071df012"
}
Loading

0 comments on commit d02c41a

Please sign in to comment.