diff --git a/dev-packages/application-manager/package.json b/dev-packages/application-manager/package.json index 240169ae34818..fe1acc781de6d 100644 --- a/dev-packages/application-manager/package.json +++ b/dev-packages/application-manager/package.json @@ -1,6 +1,6 @@ { "name": "@theia/application-manager", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia application manager API.", "publishConfig": { "access": "public" @@ -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.39.0", - "@theia/ffmpeg": "1.39.0", - "@theia/native-webpack-plugin": "1.39.0", + "@theia/application-package": "1.40.0", + "@theia/ffmpeg": "1.40.0", + "@theia/native-webpack-plugin": "1.40.0", "@types/fs-extra": "^4.0.2", "@types/semver": "^7.3.8", "babel-loader": "^8.2.2", @@ -73,7 +73,7 @@ } }, "devDependencies": { - "@theia/ext-scripts": "1.39.0", + "@theia/ext-scripts": "1.40.0", "@types/node-abi": "*" }, "nyc": { diff --git a/dev-packages/application-package/package.json b/dev-packages/application-package/package.json index a230c98585aea..5e5249c75296e 100644 --- a/dev-packages/application-package/package.json +++ b/dev-packages/application-package/package.json @@ -1,6 +1,6 @@ { "name": "@theia/application-package", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia application package API.", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.39.0", + "@theia/request": "1.40.0", "@types/fs-extra": "^4.0.2", "@types/semver": "^5.4.0", "@types/write-json-file": "^2.2.1", @@ -42,7 +42,7 @@ "write-json-file": "^2.2.0" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index b77b07622fd4e..d66ebbcfc2e3c 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@theia/cli", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia CLI.", "publishConfig": { "access": "public" @@ -30,12 +30,12 @@ "clean": "theiaext clean" }, "dependencies": { - "@theia/application-manager": "1.39.0", - "@theia/application-package": "1.39.0", - "@theia/ffmpeg": "1.39.0", - "@theia/localization-manager": "1.39.0", - "@theia/ovsx-client": "1.39.0", - "@theia/request": "1.39.0", + "@theia/application-manager": "1.40.0", + "@theia/application-package": "1.40.0", + "@theia/ffmpeg": "1.40.0", + "@theia/localization-manager": "1.40.0", + "@theia/ovsx-client": "1.40.0", + "@theia/request": "1.40.0", "@types/chai": "^4.2.7", "@types/mocha": "^10.0.0", "@types/node-fetch": "^2.5.7", diff --git a/dev-packages/ffmpeg/package.json b/dev-packages/ffmpeg/package.json index f1a0463ee481f..c20cfceb30c03 100644 --- a/dev-packages/ffmpeg/package.json +++ b/dev-packages/ffmpeg/package.json @@ -1,6 +1,6 @@ { "name": "@theia/ffmpeg", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia FFMPEG reader utility.", "publishConfig": { "access": "public" diff --git a/dev-packages/localization-manager/package.json b/dev-packages/localization-manager/package.json index c0b287863ed6e..d32433572e50c 100644 --- a/dev-packages/localization-manager/package.json +++ b/dev-packages/localization-manager/package.json @@ -1,6 +1,6 @@ { "name": "@theia/localization-manager", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia localization manager API.", "publishConfig": { "access": "public" @@ -39,7 +39,7 @@ "typescript": "~4.5.5" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/native-webpack-plugin/package.json b/dev-packages/native-webpack-plugin/package.json index 6278e540d09c2..db21e5f3d3da8 100644 --- a/dev-packages/native-webpack-plugin/package.json +++ b/dev-packages/native-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@theia/native-webpack-plugin", - "version": "1.39.0", + "version": "1.40.0", "description": "Webpack Plugin for native dependencies of Theia.", "publishConfig": { "access": "public" diff --git a/dev-packages/ovsx-client/package.json b/dev-packages/ovsx-client/package.json index 79fc4d1662d0d..454fe271d4b56 100644 --- a/dev-packages/ovsx-client/package.json +++ b/dev-packages/ovsx-client/package.json @@ -1,6 +1,6 @@ { "name": "@theia/ovsx-client", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia Open-VSX Client", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/request": "1.39.0", + "@theia/request": "1.40.0", "semver": "^5.4.1" } } diff --git a/dev-packages/private-eslint-plugin/package.json b/dev-packages/private-eslint-plugin/package.json index f503e0b07169b..7e9ed91011d99 100644 --- a/dev-packages/private-eslint-plugin/package.json +++ b/dev-packages/private-eslint-plugin/package.json @@ -1,16 +1,16 @@ { "private": true, "name": "@theia/eslint-plugin", - "version": "1.39.0", + "version": "1.40.0", "description": "Custom ESLint rules for developing Theia extensions and applications", "main": "index.js", "scripts": { "prepare": "tsc -b" }, "dependencies": { - "@theia/core": "1.39.0", - "@theia/ext-scripts": "1.39.0", - "@theia/re-exports": "1.39.0", + "@theia/core": "1.40.0", + "@theia/ext-scripts": "1.40.0", + "@theia/re-exports": "1.40.0", "js-levenshtein": "^1.1.6" } } diff --git a/dev-packages/private-ext-scripts/package.json b/dev-packages/private-ext-scripts/package.json index 2c9f74d3e6d94..015216520d17f 100644 --- a/dev-packages/private-ext-scripts/package.json +++ b/dev-packages/private-ext-scripts/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/ext-scripts", - "version": "1.39.0", + "version": "1.40.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "description": "NPM scripts for Theia packages.", "bin": { diff --git a/dev-packages/private-re-exports/package.json b/dev-packages/private-re-exports/package.json index 4d4215635e7ca..5093b2984167f 100644 --- a/dev-packages/private-re-exports/package.json +++ b/dev-packages/private-re-exports/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/re-exports", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia re-export helper functions and scripts.", "main": "lib/index.js", "engines": { diff --git a/dev-packages/request/package.json b/dev-packages/request/package.json index 8a21bf6925b92..91c5cdc96f129 100644 --- a/dev-packages/request/package.json +++ b/dev-packages/request/package.json @@ -1,6 +1,6 @@ { "name": "@theia/request", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia Proxy-Aware Request Service", "publishConfig": { "access": "public" diff --git a/examples/api-samples/package.json b/examples/api-samples/package.json index b973a75ea83f1..b3c0ba3d7fd73 100644 --- a/examples/api-samples/package.json +++ b/examples/api-samples/package.json @@ -1,20 +1,20 @@ { "private": true, "name": "@theia/api-samples", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Example code to demonstrate Theia API", "dependencies": { - "@theia/core": "1.39.0", - "@theia/file-search": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/monaco": "1.39.0", + "@theia/core": "1.40.0", + "@theia/file-search": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/monaco": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/output": "1.39.0", - "@theia/ovsx-client": "1.39.0", - "@theia/search-in-workspace": "1.39.0", - "@theia/toolbar": "1.39.0", - "@theia/vsx-registry": "1.39.0", - "@theia/workspace": "1.39.0" + "@theia/output": "1.40.0", + "@theia/ovsx-client": "1.40.0", + "@theia/search-in-workspace": "1.40.0", + "@theia/toolbar": "1.40.0", + "@theia/vsx-registry": "1.40.0", + "@theia/workspace": "1.40.0" }, "theiaExtensions": [ { @@ -53,6 +53,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" } } diff --git a/examples/api-tests/package.json b/examples/api-tests/package.json index 81da86351ed1d..647a2a74db8b4 100644 --- a/examples/api-tests/package.json +++ b/examples/api-tests/package.json @@ -1,9 +1,9 @@ { "name": "@theia/api-tests", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia API tests", "dependencies": { - "@theia/core": "1.39.0" + "@theia/core": "1.40.0" }, "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { diff --git a/examples/browser/package.json b/examples/browser/package.json index 37e1245fd8de4..fe1a8d23a2fe1 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/example-browser", - "version": "1.39.0", + "version": "1.40.0", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { "frontend": { @@ -14,49 +14,49 @@ } }, "dependencies": { - "@theia/api-samples": "1.39.0", - "@theia/bulk-edit": "1.39.0", - "@theia/callhierarchy": "1.39.0", - "@theia/console": "1.39.0", - "@theia/core": "1.39.0", - "@theia/debug": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/editor-preview": "1.39.0", - "@theia/file-search": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/getting-started": "1.39.0", - "@theia/git": "1.39.0", - "@theia/keymaps": "1.39.0", - "@theia/markers": "1.39.0", - "@theia/memory-inspector": "1.39.0", - "@theia/messages": "1.39.0", - "@theia/metrics": "1.39.0", - "@theia/mini-browser": "1.39.0", - "@theia/monaco": "1.39.0", - "@theia/navigator": "1.39.0", - "@theia/outline-view": "1.39.0", - "@theia/output": "1.39.0", - "@theia/plugin-dev": "1.39.0", - "@theia/plugin-ext": "1.39.0", - "@theia/plugin-ext-vscode": "1.39.0", - "@theia/plugin-metrics": "1.39.0", - "@theia/preferences": "1.39.0", - "@theia/preview": "1.39.0", - "@theia/process": "1.39.0", - "@theia/property-view": "1.39.0", - "@theia/scm": "1.39.0", - "@theia/scm-extra": "1.39.0", - "@theia/search-in-workspace": "1.39.0", - "@theia/secondary-window": "1.39.0", - "@theia/task": "1.39.0", - "@theia/terminal": "1.39.0", - "@theia/timeline": "1.39.0", - "@theia/toolbar": "1.39.0", - "@theia/typehierarchy": "1.39.0", - "@theia/userstorage": "1.39.0", - "@theia/variable-resolver": "1.39.0", - "@theia/vsx-registry": "1.39.0", - "@theia/workspace": "1.39.0" + "@theia/api-samples": "1.40.0", + "@theia/bulk-edit": "1.40.0", + "@theia/callhierarchy": "1.40.0", + "@theia/console": "1.40.0", + "@theia/core": "1.40.0", + "@theia/debug": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/editor-preview": "1.40.0", + "@theia/file-search": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/getting-started": "1.40.0", + "@theia/git": "1.40.0", + "@theia/keymaps": "1.40.0", + "@theia/markers": "1.40.0", + "@theia/memory-inspector": "1.40.0", + "@theia/messages": "1.40.0", + "@theia/metrics": "1.40.0", + "@theia/mini-browser": "1.40.0", + "@theia/monaco": "1.40.0", + "@theia/navigator": "1.40.0", + "@theia/outline-view": "1.40.0", + "@theia/output": "1.40.0", + "@theia/plugin-dev": "1.40.0", + "@theia/plugin-ext": "1.40.0", + "@theia/plugin-ext-vscode": "1.40.0", + "@theia/plugin-metrics": "1.40.0", + "@theia/preferences": "1.40.0", + "@theia/preview": "1.40.0", + "@theia/process": "1.40.0", + "@theia/property-view": "1.40.0", + "@theia/scm": "1.40.0", + "@theia/scm-extra": "1.40.0", + "@theia/search-in-workspace": "1.40.0", + "@theia/secondary-window": "1.40.0", + "@theia/task": "1.40.0", + "@theia/terminal": "1.40.0", + "@theia/timeline": "1.40.0", + "@theia/toolbar": "1.40.0", + "@theia/typehierarchy": "1.40.0", + "@theia/userstorage": "1.40.0", + "@theia/variable-resolver": "1.40.0", + "@theia/vsx-registry": "1.40.0", + "@theia/workspace": "1.40.0" }, "scripts": { "clean": "theia clean", @@ -77,6 +77,6 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.39.0" + "@theia/cli": "1.40.0" } } diff --git a/examples/electron/package.json b/examples/electron/package.json index 84bc7ac61dfb1..133d463fad7e6 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -2,7 +2,7 @@ "private": true, "name": "@theia/example-electron", "productName": "Theia Electron Example", - "version": "1.39.0", + "version": "1.40.0", "main": "lib/backend/electron-main.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "theia": { @@ -14,50 +14,50 @@ } }, "dependencies": { - "@theia/api-samples": "1.39.0", - "@theia/bulk-edit": "1.39.0", - "@theia/callhierarchy": "1.39.0", - "@theia/console": "1.39.0", - "@theia/core": "1.39.0", - "@theia/debug": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/editor-preview": "1.39.0", - "@theia/electron": "1.39.0", - "@theia/external-terminal": "1.39.0", - "@theia/file-search": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/getting-started": "1.39.0", - "@theia/git": "1.39.0", - "@theia/keymaps": "1.39.0", - "@theia/markers": "1.39.0", - "@theia/memory-inspector": "1.39.0", - "@theia/messages": "1.39.0", - "@theia/metrics": "1.39.0", - "@theia/mini-browser": "1.39.0", - "@theia/monaco": "1.39.0", - "@theia/navigator": "1.39.0", - "@theia/outline-view": "1.39.0", - "@theia/output": "1.39.0", - "@theia/plugin-dev": "1.39.0", - "@theia/plugin-ext": "1.39.0", - "@theia/plugin-ext-vscode": "1.39.0", - "@theia/preferences": "1.39.0", - "@theia/preview": "1.39.0", - "@theia/process": "1.39.0", - "@theia/property-view": "1.39.0", - "@theia/scm": "1.39.0", - "@theia/scm-extra": "1.39.0", - "@theia/search-in-workspace": "1.39.0", - "@theia/secondary-window": "1.39.0", - "@theia/task": "1.39.0", - "@theia/terminal": "1.39.0", - "@theia/timeline": "1.39.0", - "@theia/toolbar": "1.39.0", - "@theia/typehierarchy": "1.39.0", - "@theia/userstorage": "1.39.0", - "@theia/variable-resolver": "1.39.0", - "@theia/vsx-registry": "1.39.0", - "@theia/workspace": "1.39.0" + "@theia/api-samples": "1.40.0", + "@theia/bulk-edit": "1.40.0", + "@theia/callhierarchy": "1.40.0", + "@theia/console": "1.40.0", + "@theia/core": "1.40.0", + "@theia/debug": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/editor-preview": "1.40.0", + "@theia/electron": "1.40.0", + "@theia/external-terminal": "1.40.0", + "@theia/file-search": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/getting-started": "1.40.0", + "@theia/git": "1.40.0", + "@theia/keymaps": "1.40.0", + "@theia/markers": "1.40.0", + "@theia/memory-inspector": "1.40.0", + "@theia/messages": "1.40.0", + "@theia/metrics": "1.40.0", + "@theia/mini-browser": "1.40.0", + "@theia/monaco": "1.40.0", + "@theia/navigator": "1.40.0", + "@theia/outline-view": "1.40.0", + "@theia/output": "1.40.0", + "@theia/plugin-dev": "1.40.0", + "@theia/plugin-ext": "1.40.0", + "@theia/plugin-ext-vscode": "1.40.0", + "@theia/preferences": "1.40.0", + "@theia/preview": "1.40.0", + "@theia/process": "1.40.0", + "@theia/property-view": "1.40.0", + "@theia/scm": "1.40.0", + "@theia/scm-extra": "1.40.0", + "@theia/search-in-workspace": "1.40.0", + "@theia/secondary-window": "1.40.0", + "@theia/task": "1.40.0", + "@theia/terminal": "1.40.0", + "@theia/timeline": "1.40.0", + "@theia/toolbar": "1.40.0", + "@theia/typehierarchy": "1.40.0", + "@theia/userstorage": "1.40.0", + "@theia/variable-resolver": "1.40.0", + "@theia/vsx-registry": "1.40.0", + "@theia/workspace": "1.40.0" }, "scripts": { "build": "yarn -s compile && yarn -s bundle", @@ -75,7 +75,7 @@ "watch:compile": "tsc -b -w" }, "devDependencies": { - "@theia/cli": "1.39.0", + "@theia/cli": "1.40.0", "electron": "^23.2.4" } } diff --git a/examples/playwright/package.json b/examples/playwright/package.json index d7d6c0abe5058..33e4af44653cf 100644 --- a/examples/playwright/package.json +++ b/examples/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@theia/playwright", - "version": "1.39.0", + "version": "1.40.0", "description": "System tests for Theia", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { diff --git a/lerna.json b/lerna.json index 66598cee44fc6..8aee1e8583b59 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "lerna": "2.2.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "1.39.0", + "version": "1.40.0", "command": { "run": { "stream": true diff --git a/packages/bulk-edit/package.json b/packages/bulk-edit/package.json index 689972ca57aed..03fbd002c2dfa 100644 --- a/packages/bulk-edit/package.json +++ b/packages/bulk-edit/package.json @@ -1,14 +1,14 @@ { "name": "@theia/bulk-edit", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Bulk Edit Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/monaco": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/monaco": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/workspace": "1.39.0" + "@theia/workspace": "1.40.0" }, "publishConfig": { "access": "public" @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/callhierarchy/package.json b/packages/callhierarchy/package.json index a6cb4197d6a41..16fac4c219a5c 100644 --- a/packages/callhierarchy/package.json +++ b/packages/callhierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/callhierarchy", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Call Hierarchy Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", "ts-md5": "^1.2.2" }, "publishConfig": { @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/console/package.json b/packages/console/package.json index fcb2c022b50b2..ec36e1e156f38 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,10 +1,10 @@ { "name": "@theia/console", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Console Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/monaco": "1.39.0", + "@theia/core": "1.40.0", + "@theia/monaco": "1.40.0", "@theia/monaco-editor-core": "1.72.3", "anser": "^2.0.1" }, @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/core/package.json b/packages/core/package.json index f8243599038d5..7abfcf33057cc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@theia/core", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -16,8 +16,8 @@ "@phosphor/signaling": "1", "@phosphor/virtualdom": "1", "@phosphor/widgets": "1", - "@theia/application-package": "1.39.0", - "@theia/request": "1.39.0", + "@theia/application-package": "1.40.0", + "@theia/request": "1.40.0", "@types/body-parser": "^1.16.4", "@types/cookie": "^0.3.3", "@types/dompurify": "^2.2.2", @@ -199,8 +199,8 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0", - "@theia/re-exports": "1.39.0", + "@theia/ext-scripts": "1.40.0", + "@theia/re-exports": "1.40.0", "minimist": "^1.2.0" }, "nyc": { diff --git a/packages/debug/package.json b/packages/debug/package.json index 8ba973d4da1a0..7409bae47978f 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,21 +1,21 @@ { "name": "@theia/debug", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Debug Extension", "dependencies": { - "@theia/console": "1.39.0", - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/markers": "1.39.0", - "@theia/monaco": "1.39.0", + "@theia/console": "1.40.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/markers": "1.40.0", + "@theia/monaco": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/output": "1.39.0", - "@theia/process": "1.39.0", - "@theia/task": "1.39.0", - "@theia/terminal": "1.39.0", - "@theia/variable-resolver": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/output": "1.40.0", + "@theia/process": "1.40.0", + "@theia/task": "1.40.0", + "@theia/terminal": "1.40.0", + "@theia/variable-resolver": "1.40.0", + "@theia/workspace": "1.40.0", "@vscode/debugprotocol": "^1.51.0", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -56,7 +56,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/editor-preview/package.json b/packages/editor-preview/package.json index 0b06f8795a290..0ab6a4be1ab46 100644 --- a/packages/editor-preview/package.json +++ b/packages/editor-preview/package.json @@ -1,11 +1,11 @@ { "name": "@theia/editor-preview", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/navigator": "1.39.0" + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/navigator": "1.40.0" }, "publishConfig": { "access": "public" @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/editor/package.json b/packages/editor/package.json index 842e1b83af955..89da6ecb30307 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,10 +1,10 @@ { "name": "@theia/editor", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Editor Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/variable-resolver": "1.39.0" + "@theia/core": "1.40.0", + "@theia/variable-resolver": "1.40.0" }, "publishConfig": { "access": "public" @@ -39,7 +39,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/electron/package.json b/packages/electron/package.json index deb31746c3954..e9a80211172c9 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@theia/electron", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Electron utility package", "dependencies": { "electron-store": "^8.0.0", @@ -8,8 +8,8 @@ "native-keymap": "^2.2.1" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0", - "@theia/re-exports": "1.39.0" + "@theia/ext-scripts": "1.40.0", + "@theia/re-exports": "1.40.0" }, "peerDependencies": { "electron": "^23.2.4" diff --git a/packages/external-terminal/package.json b/packages/external-terminal/package.json index 575b04fd8a489..9320eb56336cc 100644 --- a/packages/external-terminal/package.json +++ b/packages/external-terminal/package.json @@ -1,11 +1,11 @@ { "name": "@theia/external-terminal", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - External Terminal Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/workspace": "1.39.0" + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/workspace": "1.40.0" }, "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/file-search/package.json b/packages/file-search/package.json index 7a8cb920f9a20..1dcaaafab1675 100644 --- a/packages/file-search/package.json +++ b/packages/file-search/package.json @@ -1,13 +1,13 @@ { "name": "@theia/file-search", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - File Search Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/process": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/process": "1.40.0", + "@theia/workspace": "1.40.0", "@vscode/ripgrep": "^1.14.2" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index 91c56a32a0fa8..095a9b9a2421b 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -1,9 +1,9 @@ { "name": "@theia/filesystem", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - FileSystem Extension", "dependencies": { - "@theia/core": "1.39.0", + "@theia/core": "1.40.0", "@types/body-parser": "^1.17.0", "@types/multer": "^1.4.7", "@types/rimraf": "^2.0.2", @@ -68,7 +68,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/getting-started/package.json b/packages/getting-started/package.json index 44f734eb7d1ee..89c48b9f8f318 100644 --- a/packages/getting-started/package.json +++ b/packages/getting-started/package.json @@ -1,11 +1,11 @@ { "name": "@theia/getting-started", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - GettingStarted Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/keymaps": "1.39.0", - "@theia/workspace": "1.39.0" + "@theia/core": "1.40.0", + "@theia/keymaps": "1.40.0", + "@theia/workspace": "1.40.0" }, "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/git/package.json b/packages/git/package.json index 121d1f9e9beb3..eddb6574bb9b8 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,16 +1,16 @@ { "name": "@theia/git", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Git Integration", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/filesystem": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/filesystem": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/navigator": "1.39.0", - "@theia/scm": "1.39.0", - "@theia/scm-extra": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/navigator": "1.40.0", + "@theia/scm": "1.40.0", + "@theia/scm-extra": "1.40.0", + "@theia/workspace": "1.40.0", "@types/diff": "^3.2.2", "@types/p-queue": "^2.3.1", "diff": "^3.4.0", @@ -66,7 +66,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0", + "@theia/ext-scripts": "1.40.0", "@types/luxon": "^2.3.2", "upath": "^1.0.2" }, diff --git a/packages/keymaps/package.json b/packages/keymaps/package.json index adf4fa55b6e77..fba38a6df3017 100644 --- a/packages/keymaps/package.json +++ b/packages/keymaps/package.json @@ -1,17 +1,17 @@ { "name": "@theia/keymaps", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Custom Keymaps Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/monaco": "1.39.0", + "@theia/core": "1.40.0", + "@theia/monaco": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/preferences": "1.39.0", - "@theia/userstorage": "1.39.0", + "@theia/preferences": "1.40.0", + "@theia/userstorage": "1.40.0", "jsonc-parser": "^2.2.0" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "publishConfig": { "access": "public" diff --git a/packages/markers/package.json b/packages/markers/package.json index d5b8c83c81321..083102b88e31e 100644 --- a/packages/markers/package.json +++ b/packages/markers/package.json @@ -1,11 +1,11 @@ { "name": "@theia/markers", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Markers Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/workspace": "1.39.0" + "@theia/core": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/workspace": "1.40.0" }, "publishConfig": { "access": "public" @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/memory-inspector/package.json b/packages/memory-inspector/package.json index 7ab020cad12b3..0a203b6c24a28 100644 --- a/packages/memory-inspector/package.json +++ b/packages/memory-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@theia/memory-inspector", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Memory Inspector", "keywords": [ "theia-extension" @@ -27,8 +27,8 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.39.0", - "@theia/debug": "1.39.0", + "@theia/core": "1.40.0", + "@theia/debug": "1.40.0", "@vscode/debugprotocol": "^1.51.0", "long": "^4.0.0" }, diff --git a/packages/messages/package.json b/packages/messages/package.json index 048f6ad26fcca..7f004b70353e5 100644 --- a/packages/messages/package.json +++ b/packages/messages/package.json @@ -1,9 +1,9 @@ { "name": "@theia/messages", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Messages Extension", "dependencies": { - "@theia/core": "1.39.0", + "@theia/core": "1.40.0", "react-perfect-scrollbar": "^1.5.3", "ts-md5": "^1.2.2" }, @@ -40,7 +40,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/metrics/package.json b/packages/metrics/package.json index aa7d6c231fdce..ac54923c66beb 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,9 +1,9 @@ { "name": "@theia/metrics", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Metrics Extension", "dependencies": { - "@theia/core": "1.39.0", + "@theia/core": "1.40.0", "prom-client": "^10.2.0" }, "publishConfig": { @@ -39,7 +39,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/mini-browser/package.json b/packages/mini-browser/package.json index 0032ecb4a21b9..bcf81b254a2c3 100644 --- a/packages/mini-browser/package.json +++ b/packages/mini-browser/package.json @@ -1,10 +1,10 @@ { "name": "@theia/mini-browser", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Mini-Browser Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/filesystem": "1.39.0", + "@theia/core": "1.40.0", + "@theia/filesystem": "1.40.0", "@types/mime-types": "^2.1.0", "mime-types": "^2.1.18", "pdfobject": "^2.0.201604172", @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/monaco/package.json b/packages/monaco/package.json index 30c81928f0411..e87f021f1954f 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,14 +1,14 @@ { "name": "@theia/monaco", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Monaco Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/markers": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/markers": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/outline-view": "1.39.0", + "@theia/outline-view": "1.40.0", "fast-plist": "^0.1.2", "idb": "^4.0.5", "jsonc-parser": "^2.2.0", @@ -49,7 +49,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/navigator/package.json b/packages/navigator/package.json index fdd4e63e0ec5b..ee04252dca0af 100644 --- a/packages/navigator/package.json +++ b/packages/navigator/package.json @@ -1,11 +1,11 @@ { "name": "@theia/navigator", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Navigator Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/core": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/workspace": "1.40.0", "minimatch": "^5.1.0" }, "publishConfig": { @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/outline-view/package.json b/packages/outline-view/package.json index 5b7acee9aec80..bcc2008ac7d51 100644 --- a/packages/outline-view/package.json +++ b/packages/outline-view/package.json @@ -1,9 +1,9 @@ { "name": "@theia/outline-view", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Outline View Extension", "dependencies": { - "@theia/core": "1.39.0" + "@theia/core": "1.40.0" }, "publishConfig": { "access": "public" @@ -38,7 +38,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/output/package.json b/packages/output/package.json index 788a7d518beff..3e58c1de935ea 100644 --- a/packages/output/package.json +++ b/packages/output/package.json @@ -1,11 +1,11 @@ { "name": "@theia/output", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Output Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/monaco": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/monaco": "1.40.0", "@theia/monaco-editor-core": "1.72.3", "@types/p-queue": "^2.3.1", "p-queue": "^2.4.2" @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-dev/package.json b/packages/plugin-dev/package.json index 6a6313449b95b..37036bd6156a0 100644 --- a/packages/plugin-dev/package.json +++ b/packages/plugin-dev/package.json @@ -1,16 +1,16 @@ { "name": "@theia/plugin-dev", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Plugin Development Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "1.39.0", - "@theia/debug": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/output": "1.39.0", - "@theia/plugin-ext": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/core": "1.40.0", + "@theia/debug": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/output": "1.40.0", + "@theia/plugin-ext": "1.40.0", + "@theia/workspace": "1.40.0", "ps-tree": "^1.2.0" }, "publishConfig": { @@ -48,7 +48,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext-vscode/package.json b/packages/plugin-ext-vscode/package.json index a9466232109f9..cc6f186c25ed0 100644 --- a/packages/plugin-ext-vscode/package.json +++ b/packages/plugin-ext-vscode/package.json @@ -1,21 +1,21 @@ { "name": "@theia/plugin-ext-vscode", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Plugin Extension for VsCode", "dependencies": { - "@theia/callhierarchy": "1.39.0", - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/monaco": "1.39.0", + "@theia/callhierarchy": "1.40.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/monaco": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/navigator": "1.39.0", - "@theia/plugin": "1.39.0", - "@theia/plugin-ext": "1.39.0", - "@theia/terminal": "1.39.0", - "@theia/typehierarchy": "1.39.0", - "@theia/userstorage": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/navigator": "1.40.0", + "@theia/plugin": "1.40.0", + "@theia/plugin-ext": "1.40.0", + "@theia/terminal": "1.40.0", + "@theia/typehierarchy": "1.40.0", + "@theia/userstorage": "1.40.0", + "@theia/workspace": "1.40.0", "filenamify": "^4.1.0" }, "publishConfig": { @@ -52,7 +52,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext/package.json b/packages/plugin-ext/package.json index 46ca4bead5db2..281fc297f7fe9 100644 --- a/packages/plugin-ext/package.json +++ b/packages/plugin-ext/package.json @@ -1,35 +1,35 @@ { "name": "@theia/plugin-ext", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/bulk-edit": "1.39.0", - "@theia/callhierarchy": "1.39.0", - "@theia/console": "1.39.0", - "@theia/core": "1.39.0", - "@theia/debug": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/editor-preview": "1.39.0", - "@theia/file-search": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/markers": "1.39.0", - "@theia/messages": "1.39.0", - "@theia/monaco": "1.39.0", + "@theia/bulk-edit": "1.40.0", + "@theia/callhierarchy": "1.40.0", + "@theia/console": "1.40.0", + "@theia/core": "1.40.0", + "@theia/debug": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/editor-preview": "1.40.0", + "@theia/file-search": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/markers": "1.40.0", + "@theia/messages": "1.40.0", + "@theia/monaco": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/navigator": "1.39.0", - "@theia/output": "1.39.0", - "@theia/plugin": "1.39.0", - "@theia/preferences": "1.39.0", - "@theia/scm": "1.39.0", - "@theia/search-in-workspace": "1.39.0", - "@theia/task": "1.39.0", - "@theia/terminal": "1.39.0", - "@theia/timeline": "1.39.0", - "@theia/typehierarchy": "1.39.0", - "@theia/variable-resolver": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/navigator": "1.40.0", + "@theia/output": "1.40.0", + "@theia/plugin": "1.40.0", + "@theia/preferences": "1.40.0", + "@theia/scm": "1.40.0", + "@theia/search-in-workspace": "1.40.0", + "@theia/task": "1.40.0", + "@theia/terminal": "1.40.0", + "@theia/timeline": "1.40.0", + "@theia/typehierarchy": "1.40.0", + "@theia/variable-resolver": "1.40.0", + "@theia/workspace": "1.40.0", "@types/mime": "^2.0.1", "@vscode/debugprotocol": "^1.51.0", "@vscode/proxy-agent": "^0.13.2", @@ -85,7 +85,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0", + "@theia/ext-scripts": "1.40.0", "@types/decompress": "^4.2.2", "@types/escape-html": "^0.0.20", "@types/lodash.clonedeep": "^4.5.3", diff --git a/packages/plugin-metrics/package.json b/packages/plugin-metrics/package.json index d8680934089ca..0e042a805c9f8 100644 --- a/packages/plugin-metrics/package.json +++ b/packages/plugin-metrics/package.json @@ -1,13 +1,13 @@ { "name": "@theia/plugin-metrics", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Plugin Metrics", "dependencies": { - "@theia/core": "1.39.0", - "@theia/metrics": "1.39.0", + "@theia/core": "1.40.0", + "@theia/metrics": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/plugin": "1.39.0", - "@theia/plugin-ext": "1.39.0" + "@theia/plugin": "1.40.0", + "@theia/plugin-ext": "1.40.0" }, "publishConfig": { "access": "public" @@ -43,7 +43,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin/package.json b/packages/plugin/package.json index e59e8a97af2f8..0320bc6836998 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@theia/plugin", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Plugin API", "types": "./src/theia.d.ts", "publishConfig": { @@ -27,7 +27,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preferences/package.json b/packages/preferences/package.json index 1b0d9d6d7beba..4884c569b0a1c 100644 --- a/packages/preferences/package.json +++ b/packages/preferences/package.json @@ -1,15 +1,15 @@ { "name": "@theia/preferences", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Preferences Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/monaco": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/monaco": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/userstorage": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/userstorage": "1.40.0", + "@theia/workspace": "1.40.0", "async-mutex": "^0.3.1", "fast-deep-equal": "^3.1.3", "jsonc-parser": "^2.2.0", @@ -48,7 +48,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preview/package.json b/packages/preview/package.json index 3689a08d74fd1..5881a1ef08147 100644 --- a/packages/preview/package.json +++ b/packages/preview/package.json @@ -1,12 +1,12 @@ { "name": "@theia/preview", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Preview Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/mini-browser": "1.39.0", - "@theia/monaco": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/mini-browser": "1.40.0", + "@theia/monaco": "1.40.0", "@types/highlight.js": "^10.1.0", "@types/markdown-it-anchor": "^4.0.1", "highlight.js": "10.4.1", @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/process/package.json b/packages/process/package.json index bda39ca45c229..bb90f4bc74987 100644 --- a/packages/process/package.json +++ b/packages/process/package.json @@ -1,9 +1,9 @@ { "name": "@theia/process", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia process support.", "dependencies": { - "@theia/core": "1.39.0", + "@theia/core": "1.40.0", "node-pty": "0.11.0-beta17", "string-argv": "^0.1.1" }, @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/property-view/package.json b/packages/property-view/package.json index d84d5e8734081..8c459af778092 100644 --- a/packages/property-view/package.json +++ b/packages/property-view/package.json @@ -1,10 +1,10 @@ { "name": "@theia/property-view", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Property View Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/filesystem": "1.39.0" + "@theia/core": "1.40.0", + "@theia/filesystem": "1.40.0" }, "publishConfig": { "access": "public" @@ -39,7 +39,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm-extra/package.json b/packages/scm-extra/package.json index a5e360736406f..271bdaf97c801 100644 --- a/packages/scm-extra/package.json +++ b/packages/scm-extra/package.json @@ -1,13 +1,13 @@ { "name": "@theia/scm-extra", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Source control extras Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/navigator": "1.39.0", - "@theia/scm": "1.39.0" + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/navigator": "1.40.0", + "@theia/scm": "1.40.0" }, "publishConfig": { "access": "public" @@ -42,7 +42,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm/package.json b/packages/scm/package.json index 22d015314fccc..bf417759de6a0 100644 --- a/packages/scm/package.json +++ b/packages/scm/package.json @@ -1,11 +1,11 @@ { "name": "@theia/scm", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Source control Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/filesystem": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/filesystem": "1.40.0", "@types/diff": "^3.2.2", "diff": "^3.4.0", "p-debounce": "^2.1.0", @@ -45,7 +45,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/search-in-workspace/package.json b/packages/search-in-workspace/package.json index a64a5ba2d9fd8..99a0290fd8ecc 100644 --- a/packages/search-in-workspace/package.json +++ b/packages/search-in-workspace/package.json @@ -1,14 +1,14 @@ { "name": "@theia/search-in-workspace", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Search in workspace", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/navigator": "1.39.0", - "@theia/process": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/navigator": "1.40.0", + "@theia/process": "1.40.0", + "@theia/workspace": "1.40.0", "@vscode/ripgrep": "^1.14.2", "minimatch": "^5.1.0" }, @@ -46,6 +46,6 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" } } diff --git a/packages/secondary-window/package.json b/packages/secondary-window/package.json index f73a737d7a63a..6ec9140af4302 100644 --- a/packages/secondary-window/package.json +++ b/packages/secondary-window/package.json @@ -1,9 +1,9 @@ { "name": "@theia/secondary-window", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Secondary Window Extension", "dependencies": { - "@theia/core": "1.39.0" + "@theia/core": "1.40.0" }, "publishConfig": { "access": "public" @@ -38,6 +38,6 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" } } diff --git a/packages/task/package.json b/packages/task/package.json index 80f4ade8cb032..40c228d2baea8 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -1,19 +1,19 @@ { "name": "@theia/task", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/markers": "1.39.0", - "@theia/monaco": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/markers": "1.40.0", + "@theia/monaco": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/process": "1.39.0", - "@theia/terminal": "1.39.0", - "@theia/userstorage": "1.39.0", - "@theia/variable-resolver": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/process": "1.40.0", + "@theia/terminal": "1.40.0", + "@theia/userstorage": "1.40.0", + "@theia/variable-resolver": "1.40.0", + "@theia/workspace": "1.40.0", "async-mutex": "^0.3.1", "jsonc-parser": "^2.2.0", "p-debounce": "^2.1.0" @@ -52,7 +52,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 002e5e3dc7272..593630a6aa78d 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,14 +1,14 @@ { "name": "@theia/terminal", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Terminal Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/process": "1.39.0", - "@theia/variable-resolver": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/process": "1.40.0", + "@theia/variable-resolver": "1.40.0", + "@theia/workspace": "1.40.0", "xterm": "^4.16.0", "xterm-addon-fit": "^0.5.0", "xterm-addon-search": "^0.8.2" @@ -48,7 +48,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/timeline/package.json b/packages/timeline/package.json index dcf7ba2d4b15e..fda302655561c 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,10 +1,10 @@ { "name": "@theia/timeline", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Timeline Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/navigator": "1.39.0" + "@theia/core": "1.40.0", + "@theia/navigator": "1.40.0" }, "publishConfig": { "access": "public" @@ -39,7 +39,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index 612feb60e401e..2d5e7685dab7a 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@theia/toolbar", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Toolbar", "keywords": [ "theia-extension" @@ -27,15 +27,15 @@ "watch": "theiaext watch" }, "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/file-search": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/monaco": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/file-search": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/monaco": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/search-in-workspace": "1.39.0", - "@theia/userstorage": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/search-in-workspace": "1.40.0", + "@theia/userstorage": "1.40.0", + "@theia/workspace": "1.40.0", "ajv": "^6.5.3", "jsonc-parser": "^2.2.0", "perfect-scrollbar": "^1.3.0" diff --git a/packages/typehierarchy/package.json b/packages/typehierarchy/package.json index 684e824873bd9..85e7b56d0211c 100644 --- a/packages/typehierarchy/package.json +++ b/packages/typehierarchy/package.json @@ -1,10 +1,10 @@ { "name": "@theia/typehierarchy", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Type Hierarchy Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/editor": "1.39.0", + "@theia/core": "1.40.0", + "@theia/editor": "1.40.0", "@types/uuid": "^7.0.3", "uuid": "^8.0.0" }, @@ -41,7 +41,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/userstorage/package.json b/packages/userstorage/package.json index 0cf492f95c9a4..94b60d393b62b 100644 --- a/packages/userstorage/package.json +++ b/packages/userstorage/package.json @@ -1,10 +1,10 @@ { "name": "@theia/userstorage", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - User Storage Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/filesystem": "1.39.0" + "@theia/core": "1.40.0", + "@theia/filesystem": "1.40.0" }, "publishConfig": { "access": "public" @@ -39,7 +39,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/variable-resolver/package.json b/packages/variable-resolver/package.json index 9f26f082cc38e..d82088a3f37fe 100644 --- a/packages/variable-resolver/package.json +++ b/packages/variable-resolver/package.json @@ -1,9 +1,9 @@ { "name": "@theia/variable-resolver", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Variable Resolver Extension", "dependencies": { - "@theia/core": "1.39.0" + "@theia/core": "1.40.0" }, "publishConfig": { "access": "public" @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/vsx-registry/package.json b/packages/vsx-registry/package.json index fef4cfde2419a..c47b720f32765 100644 --- a/packages/vsx-registry/package.json +++ b/packages/vsx-registry/package.json @@ -1,15 +1,15 @@ { "name": "@theia/vsx-registry", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - VSX Registry", "dependencies": { - "@theia/core": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/ovsx-client": "1.39.0", - "@theia/plugin-ext": "1.39.0", - "@theia/plugin-ext-vscode": "1.39.0", - "@theia/preferences": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/core": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/ovsx-client": "1.40.0", + "@theia/plugin-ext": "1.40.0", + "@theia/plugin-ext-vscode": "1.40.0", + "@theia/preferences": "1.40.0", + "@theia/workspace": "1.40.0", "luxon": "^2.4.0", "p-debounce": "^2.1.0", "semver": "^5.4.1", @@ -53,7 +53,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0", + "@theia/ext-scripts": "1.40.0", "@types/luxon": "^2.3.2" }, "nyc": { diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 6e1c03f7c9904..21d2ba7363884 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,12 +1,12 @@ { "name": "@theia/workspace", - "version": "1.39.0", + "version": "1.40.0", "description": "Theia - Workspace Extension", "dependencies": { - "@theia/core": "1.39.0", - "@theia/filesystem": "1.39.0", + "@theia/core": "1.40.0", + "@theia/filesystem": "1.40.0", "@theia/monaco-editor-core": "1.72.3", - "@theia/variable-resolver": "1.39.0", + "@theia/variable-resolver": "1.40.0", "jsonc-parser": "^2.2.0", "valid-filename": "^2.0.1" }, @@ -44,7 +44,7 @@ "watch": "theiaext watch" }, "devDependencies": { - "@theia/ext-scripts": "1.39.0" + "@theia/ext-scripts": "1.40.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/sample-plugins/sample-namespace/plugin-a/package.json b/sample-plugins/sample-namespace/plugin-a/package.json index 9b3b6f8bea198..5ffa6849787e5 100644 --- a/sample-plugins/sample-namespace/plugin-a/package.json +++ b/sample-plugins/sample-namespace/plugin-a/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "plugin-a", - "version": "1.39.0", + "version": "1.40.0", "main": "extension.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": { diff --git a/sample-plugins/sample-namespace/plugin-b/package.json b/sample-plugins/sample-namespace/plugin-b/package.json index 24546106a724b..ec561817776e5 100644 --- a/sample-plugins/sample-namespace/plugin-b/package.json +++ b/sample-plugins/sample-namespace/plugin-b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "plugin-b", - "version": "1.39.0", + "version": "1.40.0", "main": "extension.js", "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0", "repository": {