diff --git a/dev-packages/application-manager/package.json b/dev-packages/application-manager/package.json index bb871bede74a3..74f9d8ae84eb1 100644 --- a/dev-packages/application-manager/package.json +++ b/dev-packages/application-manager/package.json @@ -1,6 +1,6 @@ { "name": "@theia/application-manager", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia application manager API.", "publishConfig": { "access": "public" @@ -32,7 +32,7 @@ "@babel/plugin-transform-classes": "^7.5.5", "@babel/plugin-transform-runtime": "^7.5.5", "@babel/preset-env": "^7.5.5", - "@theia/application-package": "^0.16.0", + "@theia/application-package": "^1.0.0", "@theia/compression-webpack-plugin": "^3.0.0", "@types/fs-extra": "^4.0.2", "@types/webpack": "^4.41.2", @@ -56,7 +56,7 @@ "worker-loader": "^1.1.1" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/application-package/package.json b/dev-packages/application-package/package.json index 4a423ed1cbdf6..4f3a56b9be763 100644 --- a/dev-packages/application-package/package.json +++ b/dev-packages/application-package/package.json @@ -1,6 +1,6 @@ { "name": "@theia/application-package", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia application package API.", "publishConfig": { "access": "public" @@ -40,7 +40,7 @@ "write-json-file": "^2.2.0" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index cc7c05c5e4fdb..3049b3f035336 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@theia/cli", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia CLI.", "publishConfig": { "access": "public" @@ -29,8 +29,8 @@ "clean": "theiaext clean" }, "dependencies": { - "@theia/application-manager": "^0.16.0", - "@theia/application-package": "^0.16.0", + "@theia/application-manager": "^1.0.0", + "@theia/application-package": "^1.0.0", "@types/chai": "^4.2.7", "@types/mkdirp": "^0.5.2", "@types/mocha": "^5.2.7", diff --git a/dev-packages/electron/package.json b/dev-packages/electron/package.json index a240a2925ced5..49183b7852faa 100644 --- a/dev-packages/electron/package.json +++ b/dev-packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@theia/electron", - "version": "0.16.0", + "version": "1.0.0", "description": "Electron runtime dependencies for Theia", "publishConfig": { "access": "public" diff --git a/dev-packages/ext-scripts/package.json b/dev-packages/ext-scripts/package.json index 9399873ecf039..0af4627593824 100644 --- a/dev-packages/ext-scripts/package.json +++ b/dev-packages/ext-scripts/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/ext-scripts", - "version": "0.16.0", + "version": "1.0.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "description": "NPM scripts for Theia packages.", "bin": { diff --git a/examples/api-samples/package.json b/examples/api-samples/package.json index 4e94f76e65a1b..b147fde9f3ffe 100644 --- a/examples/api-samples/package.json +++ b/examples/api-samples/package.json @@ -1,10 +1,10 @@ { "private": true, "name": "@theia/api-samples", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Example code to demonstrate Theia API", "dependencies": { - "@theia/core": "^0.16.0" + "@theia/core": "^1.0.0" }, "theiaExtensions": [ { @@ -34,6 +34,6 @@ "clean": "theiaext clean" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" } } diff --git a/examples/api-tests/package.json b/examples/api-tests/package.json index 83a3d7e741ef2..5216a644d59e3 100644 --- a/examples/api-tests/package.json +++ b/examples/api-tests/package.json @@ -1,9 +1,9 @@ { "name": "@theia/api-tests", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia API tests", "dependencies": { - "@theia/core": "^0.16.0" + "@theia/core": "^1.0.0" }, "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "repository": { diff --git a/examples/browser/package.json b/examples/browser/package.json index 14826c5efefe6..e97b0e99e3a88 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/example-browser", - "version": "0.16.0", + "version": "1.0.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "theia": { "frontend": { @@ -14,45 +14,45 @@ } }, "dependencies": { - "@theia/api-samples": "^0.16.0", - "@theia/callhierarchy": "^0.16.0", - "@theia/console": "^0.16.0", - "@theia/core": "^0.16.0", - "@theia/debug": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/editor-preview": "^0.16.0", - "@theia/file-search": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/getting-started": "^0.16.0", - "@theia/git": "^0.16.0", - "@theia/json": "^0.16.0", - "@theia/keymaps": "^0.16.0", - "@theia/languages": "^0.16.0", - "@theia/markers": "^0.16.0", - "@theia/messages": "^0.16.0", - "@theia/metrics": "^0.16.0", - "@theia/mini-browser": "^0.16.0", - "@theia/monaco": "^0.16.0", - "@theia/navigator": "^0.16.0", - "@theia/outline-view": "^0.16.0", - "@theia/output": "^0.16.0", - "@theia/plugin-dev": "^0.16.0", - "@theia/plugin-ext": "^0.16.0", - "@theia/plugin-ext-vscode": "^0.16.0", - "@theia/plugin-metrics": "^0.16.0", - "@theia/preferences": "^0.16.0", - "@theia/preview": "^0.16.0", - "@theia/process": "^0.16.0", - "@theia/scm": "^0.16.0", - "@theia/scm-extra": "^0.16.0", - "@theia/search-in-workspace": "^0.16.0", - "@theia/task": "^0.16.0", - "@theia/terminal": "^0.16.0", - "@theia/typehierarchy": "^0.16.0", - "@theia/userstorage": "^0.16.0", - "@theia/variable-resolver": "^0.16.0", - "@theia/vsx-registry": "^0.16.0", - "@theia/workspace": "^0.16.0" + "@theia/api-samples": "^1.0.0", + "@theia/callhierarchy": "^1.0.0", + "@theia/console": "^1.0.0", + "@theia/core": "^1.0.0", + "@theia/debug": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/editor-preview": "^1.0.0", + "@theia/file-search": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/getting-started": "^1.0.0", + "@theia/git": "^1.0.0", + "@theia/json": "^1.0.0", + "@theia/keymaps": "^1.0.0", + "@theia/languages": "^1.0.0", + "@theia/markers": "^1.0.0", + "@theia/messages": "^1.0.0", + "@theia/metrics": "^1.0.0", + "@theia/mini-browser": "^1.0.0", + "@theia/monaco": "^1.0.0", + "@theia/navigator": "^1.0.0", + "@theia/outline-view": "^1.0.0", + "@theia/output": "^1.0.0", + "@theia/plugin-dev": "^1.0.0", + "@theia/plugin-ext": "^1.0.0", + "@theia/plugin-ext-vscode": "^1.0.0", + "@theia/plugin-metrics": "^1.0.0", + "@theia/preferences": "^1.0.0", + "@theia/preview": "^1.0.0", + "@theia/process": "^1.0.0", + "@theia/scm": "^1.0.0", + "@theia/scm-extra": "^1.0.0", + "@theia/search-in-workspace": "^1.0.0", + "@theia/task": "^1.0.0", + "@theia/terminal": "^1.0.0", + "@theia/typehierarchy": "^1.0.0", + "@theia/userstorage": "^1.0.0", + "@theia/variable-resolver": "^1.0.0", + "@theia/vsx-registry": "^1.0.0", + "@theia/workspace": "^1.0.0" }, "scripts": { "prepare": "yarn run clean && yarn build", @@ -69,6 +69,6 @@ "coverage:clean": "rimraf .nyc_output && rimraf coverage" }, "devDependencies": { - "@theia/cli": "^0.16.0" + "@theia/cli": "^1.0.0" } } diff --git a/examples/electron/package.json b/examples/electron/package.json index ac4f76ee82c6b..d51c62c5fa40c 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": "0.16.0", + "version": "1.0.0", "main": "src-gen/frontend/electron-main.js", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "theia": { @@ -14,44 +14,44 @@ } }, "dependencies": { - "@theia/api-samples": "^0.16.0", - "@theia/callhierarchy": "^0.16.0", - "@theia/console": "^0.16.0", - "@theia/core": "^0.16.0", - "@theia/debug": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/editor-preview": "^0.16.0", - "@theia/file-search": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/getting-started": "^0.16.0", - "@theia/git": "^0.16.0", - "@theia/json": "^0.16.0", - "@theia/keymaps": "^0.16.0", - "@theia/languages": "^0.16.0", - "@theia/markers": "^0.16.0", - "@theia/messages": "^0.16.0", - "@theia/metrics": "^0.16.0", - "@theia/mini-browser": "^0.16.0", - "@theia/monaco": "^0.16.0", - "@theia/navigator": "^0.16.0", - "@theia/outline-view": "^0.16.0", - "@theia/output": "^0.16.0", - "@theia/plugin-dev": "^0.16.0", - "@theia/plugin-ext": "^0.16.0", - "@theia/plugin-ext-vscode": "^0.16.0", - "@theia/preferences": "^0.16.0", - "@theia/preview": "^0.16.0", - "@theia/process": "^0.16.0", - "@theia/scm": "^0.16.0", - "@theia/scm-extra": "^0.16.0", - "@theia/search-in-workspace": "^0.16.0", - "@theia/task": "^0.16.0", - "@theia/terminal": "^0.16.0", - "@theia/typehierarchy": "^0.16.0", - "@theia/userstorage": "^0.16.0", - "@theia/variable-resolver": "^0.16.0", - "@theia/vsx-registry": "^0.16.0", - "@theia/workspace": "^0.16.0" + "@theia/api-samples": "^1.0.0", + "@theia/callhierarchy": "^1.0.0", + "@theia/console": "^1.0.0", + "@theia/core": "^1.0.0", + "@theia/debug": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/editor-preview": "^1.0.0", + "@theia/file-search": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/getting-started": "^1.0.0", + "@theia/git": "^1.0.0", + "@theia/json": "^1.0.0", + "@theia/keymaps": "^1.0.0", + "@theia/languages": "^1.0.0", + "@theia/markers": "^1.0.0", + "@theia/messages": "^1.0.0", + "@theia/metrics": "^1.0.0", + "@theia/mini-browser": "^1.0.0", + "@theia/monaco": "^1.0.0", + "@theia/navigator": "^1.0.0", + "@theia/outline-view": "^1.0.0", + "@theia/output": "^1.0.0", + "@theia/plugin-dev": "^1.0.0", + "@theia/plugin-ext": "^1.0.0", + "@theia/plugin-ext-vscode": "^1.0.0", + "@theia/preferences": "^1.0.0", + "@theia/preview": "^1.0.0", + "@theia/process": "^1.0.0", + "@theia/scm": "^1.0.0", + "@theia/scm-extra": "^1.0.0", + "@theia/search-in-workspace": "^1.0.0", + "@theia/task": "^1.0.0", + "@theia/terminal": "^1.0.0", + "@theia/typehierarchy": "^1.0.0", + "@theia/userstorage": "^1.0.0", + "@theia/variable-resolver": "^1.0.0", + "@theia/vsx-registry": "^1.0.0", + "@theia/workspace": "^1.0.0" }, "scripts": { "lint": "theiaext lint", @@ -64,6 +64,6 @@ "test": "electron-mocha --timeout 60000 \"./lib/test/**/*.espec.js\"" }, "devDependencies": { - "@theia/cli": "^0.16.0" + "@theia/cli": "^1.0.0" } } diff --git a/lerna.json b/lerna.json index bbc0abd98b7de..57c233ff987e4 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "lerna": "2.2.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "0.16.0", + "version": "1.0.0", "command": { "run": { "stream": true diff --git a/packages/callhierarchy/package.json b/packages/callhierarchy/package.json index 1edfcf7f80793..60ff6af68a332 100644 --- a/packages/callhierarchy/package.json +++ b/packages/callhierarchy/package.json @@ -1,12 +1,12 @@ { "name": "@theia/callhierarchy", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Call Hierarchy Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/languages": "^0.16.0", - "@theia/monaco": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/languages": "^1.0.0", + "@theia/monaco": "^1.0.0", "ts-md5": "^1.2.2" }, "publishConfig": { @@ -41,7 +41,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/console/package.json b/packages/console/package.json index cee843f38c212..9d188b43731d5 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,10 +1,10 @@ { "name": "@theia/console", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Console Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/monaco": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/monaco": "^1.0.0", "anser": "^1.4.7" }, "publishConfig": { @@ -39,7 +39,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/core/package.json b/packages/core/package.json index e53007e1c0173..2227b1dc196ca 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@theia/core", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", @@ -8,7 +8,7 @@ "@babel/runtime": "^7.5.5", "@phosphor/widgets": "^1.9.3", "@primer/octicons-react": "^9.0.0", - "@theia/application-package": "^0.16.0", + "@theia/application-package": "^1.0.0", "@types/body-parser": "^1.16.4", "@types/cookie": "^0.3.3", "@types/express": "^4.16.0", @@ -93,7 +93,7 @@ "generate-layout": "electron ./scripts/generate-layout" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0", + "@theia/ext-scripts": "^1.0.0", "minimist": "^1.2.0" }, "nyc": { diff --git a/packages/debug/package.json b/packages/debug/package.json index 09aec6263a588..fec4f621f84d7 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,24 +1,24 @@ { "name": "@theia/debug", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Debug Extension", "dependencies": { - "@theia/application-package": "^0.16.0", - "@theia/console": "^0.16.0", - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/languages": "^0.16.0", - "@theia/markers": "^0.16.0", - "@theia/monaco": "^0.16.0", - "@theia/output": "^0.16.0", - "@theia/preferences": "^0.16.0", - "@theia/process": "^0.16.0", - "@theia/task": "^0.16.0", - "@theia/terminal": "^0.16.0", - "@theia/userstorage": "^0.16.0", - "@theia/variable-resolver": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/application-package": "^1.0.0", + "@theia/console": "^1.0.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/languages": "^1.0.0", + "@theia/markers": "^1.0.0", + "@theia/monaco": "^1.0.0", + "@theia/output": "^1.0.0", + "@theia/preferences": "^1.0.0", + "@theia/process": "^1.0.0", + "@theia/task": "^1.0.0", + "@theia/terminal": "^1.0.0", + "@theia/userstorage": "^1.0.0", + "@theia/variable-resolver": "^1.0.0", + "@theia/workspace": "^1.0.0", "@types/p-debounce": "^1.0.1", "jsonc-parser": "^2.0.2", "mkdirp": "^0.5.0", @@ -66,7 +66,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/editor-preview/package.json b/packages/editor-preview/package.json index 7a71dea5642df..24761ffeae10e 100644 --- a/packages/editor-preview/package.json +++ b/packages/editor-preview/package.json @@ -1,10 +1,10 @@ { "name": "@theia/editor-preview", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Editor Preview Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0" + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0" }, "publishConfig": { "access": "public" @@ -38,7 +38,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/editor/package.json b/packages/editor/package.json index a2ed216e0d43d..6eb953f05565b 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,11 +1,11 @@ { "name": "@theia/editor", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Editor Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/languages": "^0.16.0", - "@theia/variable-resolver": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/languages": "^1.0.0", + "@theia/variable-resolver": "^1.0.0", "@types/base64-arraybuffer": "0.1.0", "base64-arraybuffer": "^0.1.5" }, @@ -41,7 +41,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/file-search/package.json b/packages/file-search/package.json index 27c0c3b3521b9..c113853de0c1b 100644 --- a/packages/file-search/package.json +++ b/packages/file-search/package.json @@ -1,13 +1,13 @@ { "name": "@theia/file-search", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - File Search Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/process": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/process": "^1.0.0", + "@theia/workspace": "^1.0.0", "fuzzy": "^0.1.3", "vscode-ripgrep": "^1.2.4" }, @@ -44,7 +44,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index 38e071dd20ac0..6ec6cc7f925d8 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -1,10 +1,10 @@ { "name": "@theia/filesystem", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - FileSystem Extension", "dependencies": { - "@theia/application-package": "^0.16.0", - "@theia/core": "^0.16.0", + "@theia/application-package": "^1.0.0", + "@theia/core": "^1.0.0", "@types/body-parser": "^1.17.0", "@types/rimraf": "^2.0.2", "@types/tar-fs": "^1.16.1", @@ -66,7 +66,7 @@ "test:watch": "theiaext test:watch" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/getting-started/package.json b/packages/getting-started/package.json index ace37fb71049f..f8d01cceb5460 100644 --- a/packages/getting-started/package.json +++ b/packages/getting-started/package.json @@ -1,12 +1,12 @@ { "name": "@theia/getting-started", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - GettingStarted Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/keymaps": "^0.16.0", - "@theia/workspace": "^0.16.0" + "@theia/core": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/keymaps": "^1.0.0", + "@theia/workspace": "^1.0.0" }, "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "test:watch": "theiaext test:watch" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/git/package.json b/packages/git/package.json index d8d16e2b24954..bf2a947c73264 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,16 +1,16 @@ { "name": "@theia/git", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Git Integration", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/languages": "^0.16.0", - "@theia/navigator": "^0.16.0", - "@theia/scm": "^0.16.0", - "@theia/scm-extra": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/languages": "^1.0.0", + "@theia/navigator": "^1.0.0", + "@theia/scm": "^1.0.0", + "@theia/scm-extra": "^1.0.0", + "@theia/workspace": "^1.0.0", "@types/diff": "^3.2.2", "@types/p-queue": "^2.3.1", "diff": "^3.4.0", @@ -64,7 +64,7 @@ "test:watch": "theiaext test:watch" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0", + "@theia/ext-scripts": "^1.0.0", "upath": "^1.0.2" }, "nyc": { diff --git a/packages/json/package.json b/packages/json/package.json index f6a66d1efaee4..beb5461c1233b 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -1,16 +1,16 @@ { "name": "@theia/json", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - JSON Extension", "dependencies": { - "@theia/application-package": "^0.16.0", - "@theia/core": "^0.16.0", - "@theia/languages": "^0.16.0", - "@theia/monaco": "^0.16.0", + "@theia/application-package": "^1.0.0", + "@theia/core": "^1.0.0", + "@theia/languages": "^1.0.0", + "@theia/monaco": "^1.0.0", "vscode-json-languageserver": "^1.2.1" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "scripts": { "lint": "theiaext lint", diff --git a/packages/keymaps/package.json b/packages/keymaps/package.json index ac1ce0f693cd2..f4eb7034a415b 100644 --- a/packages/keymaps/package.json +++ b/packages/keymaps/package.json @@ -1,12 +1,12 @@ { "name": "@theia/keymaps", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Custom Keymaps Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/monaco": "^0.16.0", - "@theia/userstorage": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/monaco": "^1.0.0", + "@theia/userstorage": "^1.0.0", + "@theia/workspace": "^1.0.0", "@types/lodash.debounce": "4.0.3", "ajv": "^6.5.3", "fuzzy": "^0.1.3", @@ -14,7 +14,7 @@ "lodash.debounce": "^4.0.8" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0", + "@theia/ext-scripts": "^1.0.0", "@types/temp": "^0.8.29", "temp": "^0.8.3" }, diff --git a/packages/languages/package.json b/packages/languages/package.json index 5f95e97e70ce8..d3ea1d433b239 100644 --- a/packages/languages/package.json +++ b/packages/languages/package.json @@ -1,13 +1,13 @@ { "name": "@theia/languages", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Languages Extension", "dependencies": { - "@theia/application-package": "^0.16.0", - "@theia/core": "^0.16.0", - "@theia/output": "^0.16.0", - "@theia/process": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/application-package": "^1.0.0", + "@theia/core": "^1.0.0", + "@theia/output": "^1.0.0", + "@theia/process": "^1.0.0", + "@theia/workspace": "^1.0.0", "@typefox/monaco-editor-core": "^0.18.0-next", "@types/uuid": "^3.4.3", "monaco-languageclient": "^0.10.2", @@ -46,7 +46,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/markers/package.json b/packages/markers/package.json index 9e3498b213e6e..73234b974ca4b 100644 --- a/packages/markers/package.json +++ b/packages/markers/package.json @@ -1,12 +1,12 @@ { "name": "@theia/markers", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Markers Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/navigator": "^0.16.0", - "@theia/workspace": "^0.16.0" + "@theia/core": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/navigator": "^1.0.0", + "@theia/workspace": "^1.0.0" }, "publishConfig": { "access": "public" @@ -40,7 +40,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/messages/package.json b/packages/messages/package.json index 9ce90763ccd33..83eadc6f866a9 100644 --- a/packages/messages/package.json +++ b/packages/messages/package.json @@ -1,9 +1,9 @@ { "name": "@theia/messages", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Messages Extension", "dependencies": { - "@theia/core": "^0.16.0", + "@theia/core": "^1.0.0", "lodash.throttle": "^4.1.1", "markdown-it": "^8.4.0", "react-perfect-scrollbar": "^1.5.3", @@ -41,7 +41,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/metrics/package.json b/packages/metrics/package.json index 07044732e6942..c7081860261c4 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,10 +1,10 @@ { "name": "@theia/metrics", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Metrics Extension", "dependencies": { - "@theia/application-package": "^0.16.0", - "@theia/core": "^0.16.0", + "@theia/application-package": "^1.0.0", + "@theia/core": "^1.0.0", "prom-client": "^10.2.0" }, "publishConfig": { @@ -39,7 +39,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/mini-browser/package.json b/packages/mini-browser/package.json index 372b2ea8fcc2d..6768bdd35a125 100644 --- a/packages/mini-browser/package.json +++ b/packages/mini-browser/package.json @@ -1,10 +1,10 @@ { "name": "@theia/mini-browser", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Mini-Browser Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/filesystem": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/filesystem": "^1.0.0", "@types/mime-types": "^2.1.0", "mime-types": "^2.1.18", "pdfobject": "^2.0.201604172" @@ -42,7 +42,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/monaco/package.json b/packages/monaco/package.json index ac54f8e9d3465..9b36354acdd50 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,15 +1,15 @@ { "name": "@theia/monaco", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Monaco Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/languages": "^0.16.0", - "@theia/markers": "^0.16.0", - "@theia/outline-view": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/languages": "^1.0.0", + "@theia/markers": "^1.0.0", + "@theia/outline-view": "^1.0.0", + "@theia/workspace": "^1.0.0", "deepmerge": "2.0.1", "fast-plist": "^0.1.2", "idb": "^4.0.5", @@ -53,7 +53,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/navigator/package.json b/packages/navigator/package.json index 3401be4935109..3cccf87e2d209 100644 --- a/packages/navigator/package.json +++ b/packages/navigator/package.json @@ -1,11 +1,11 @@ { "name": "@theia/navigator", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Navigator Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/workspace": "^1.0.0", "fuzzy": "^0.1.3", "minimatch": "^3.0.4" }, @@ -41,7 +41,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/outline-view/package.json b/packages/outline-view/package.json index eb605ad6cbc7b..adf883350685c 100644 --- a/packages/outline-view/package.json +++ b/packages/outline-view/package.json @@ -1,9 +1,9 @@ { "name": "@theia/outline-view", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Outline View Extension", "dependencies": { - "@theia/core": "^0.16.0" + "@theia/core": "^1.0.0" }, "publishConfig": { "access": "public" @@ -37,7 +37,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/output/package.json b/packages/output/package.json index 7cfd950853cd3..41dd8cebd4df9 100644 --- a/packages/output/package.json +++ b/packages/output/package.json @@ -1,9 +1,9 @@ { "name": "@theia/output", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Output Extension", "dependencies": { - "@theia/core": "^0.16.0" + "@theia/core": "^1.0.0" }, "publishConfig": { "access": "public" @@ -37,7 +37,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-dev/package.json b/packages/plugin-dev/package.json index ec2ba094bf1d4..3d216bcc018ed 100644 --- a/packages/plugin-dev/package.json +++ b/packages/plugin-dev/package.json @@ -1,17 +1,17 @@ { "name": "@theia/plugin-dev", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Plugin Development Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/debug": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/output": "^0.16.0", - "@theia/plugin-ext": "^0.16.0", - "@theia/preferences": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/debug": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/output": "^1.0.0", + "@theia/plugin-ext": "^1.0.0", + "@theia/preferences": "^1.0.0", + "@theia/workspace": "^1.0.0", "@types/request": "^2.0.3", "ps-tree": "^1.2.0", "request": "^2.82.0" @@ -50,7 +50,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext-vscode/package.json b/packages/plugin-ext-vscode/package.json index afb04306528d8..41430bd24afe6 100644 --- a/packages/plugin-ext-vscode/package.json +++ b/packages/plugin-ext-vscode/package.json @@ -1,14 +1,14 @@ { "name": "@theia/plugin-ext-vscode", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Plugin Extension for VsCode", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/monaco": "^0.16.0", - "@theia/plugin": "^0.16.0", - "@theia/plugin-ext": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/monaco": "^1.0.0", + "@theia/plugin": "^1.0.0", + "@theia/plugin-ext": "^1.0.0", + "@theia/workspace": "^1.0.0", "@types/request": "^2.0.3", "filenamify": "^4.1.0", "request": "^2.82.0" @@ -46,7 +46,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin-ext/package.json b/packages/plugin-ext/package.json index 037ba58df731c..030bf5393bad3 100644 --- a/packages/plugin-ext/package.json +++ b/packages/plugin-ext/package.json @@ -1,29 +1,29 @@ { "name": "@theia/plugin-ext", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Plugin Extension", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/callhierarchy": "^0.16.0", - "@theia/core": "^0.16.0", - "@theia/debug": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/file-search": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/languages": "^0.16.0", - "@theia/markers": "^0.16.0", - "@theia/messages": "^0.16.0", - "@theia/monaco": "^0.16.0", - "@theia/navigator": "^0.16.0", - "@theia/output": "^0.16.0", - "@theia/plugin": "^0.16.0", - "@theia/preferences": "^0.16.0", - "@theia/scm": "^0.16.0", - "@theia/search-in-workspace": "^0.16.0", - "@theia/task": "^0.16.0", - "@theia/terminal": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/callhierarchy": "^1.0.0", + "@theia/core": "^1.0.0", + "@theia/debug": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/file-search": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/languages": "^1.0.0", + "@theia/markers": "^1.0.0", + "@theia/messages": "^1.0.0", + "@theia/monaco": "^1.0.0", + "@theia/navigator": "^1.0.0", + "@theia/output": "^1.0.0", + "@theia/plugin": "^1.0.0", + "@theia/preferences": "^1.0.0", + "@theia/scm": "^1.0.0", + "@theia/search-in-workspace": "^1.0.0", + "@theia/task": "^1.0.0", + "@theia/terminal": "^1.0.0", + "@theia/workspace": "^1.0.0", "@types/connect": "^3.4.32", "@types/mime": "^2.0.1", "@types/serve-static": "^1.13.3", @@ -77,7 +77,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0", + "@theia/ext-scripts": "^1.0.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 7b6fcf418db83..72460a185fc80 100644 --- a/packages/plugin-metrics/package.json +++ b/packages/plugin-metrics/package.json @@ -1,13 +1,13 @@ { "name": "@theia/plugin-metrics", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Plugin Metrics", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/languages": "^0.16.0", - "@theia/metrics": "^0.16.0", - "@theia/plugin": "^0.16.0", - "@theia/plugin-ext": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/languages": "^1.0.0", + "@theia/metrics": "^1.0.0", + "@theia/plugin": "^1.0.0", + "@theia/plugin-ext": "^1.0.0", "vscode-languageserver-protocol": "^3.15.0-next.8" }, "publishConfig": { @@ -43,7 +43,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/plugin/package.json b/packages/plugin/package.json index ff47936614dc9..9902ae3d880cf 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@theia/plugin", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Plugin API", "types": "./src/theia.d.ts", "publishConfig": { @@ -26,7 +26,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preferences/package.json b/packages/preferences/package.json index 4113b9e484fbd..6d89ee8aa2124 100644 --- a/packages/preferences/package.json +++ b/packages/preferences/package.json @@ -1,14 +1,14 @@ { "name": "@theia/preferences", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Preferences Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/monaco": "^0.16.0", - "@theia/userstorage": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/monaco": "^1.0.0", + "@theia/userstorage": "^1.0.0", + "@theia/workspace": "^1.0.0", "jsonc-parser": "^2.0.2" }, "publishConfig": { @@ -43,7 +43,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/preview/package.json b/packages/preview/package.json index f5b6d87688845..dd56d647fa70c 100644 --- a/packages/preview/package.json +++ b/packages/preview/package.json @@ -1,12 +1,12 @@ { "name": "@theia/preview", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Preview Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/languages": "^0.16.0", - "@theia/mini-browser": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/languages": "^1.0.0", + "@theia/mini-browser": "^1.0.0", "@types/highlight.js": "^9.12.2", "@types/markdown-it": "*", "@types/markdown-it-anchor": "^4.0.1", @@ -46,7 +46,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/process/package.json b/packages/process/package.json index c420f08dd509f..bc1f85ede9fca 100644 --- a/packages/process/package.json +++ b/packages/process/package.json @@ -1,9 +1,9 @@ { "name": "@theia/process", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia process support.", "dependencies": { - "@theia/core": "^0.16.0", + "@theia/core": "^1.0.0", "@theia/node-pty": "0.7.8-theia004", "string-argv": "^0.1.1" }, @@ -39,7 +39,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm-extra/package.json b/packages/scm-extra/package.json index 5011bc1285233..b22c92f91216f 100644 --- a/packages/scm-extra/package.json +++ b/packages/scm-extra/package.json @@ -1,13 +1,13 @@ { "name": "@theia/scm-extra", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Source control extras Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/navigator": "^0.16.0", - "@theia/scm": "^0.16.0" + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/navigator": "^1.0.0", + "@theia/scm": "^1.0.0" }, "publishConfig": { "access": "public" @@ -41,7 +41,7 @@ "docs": "theiaext docs" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/scm/package.json b/packages/scm/package.json index c1b1caa37a890..027500f62f10e 100644 --- a/packages/scm/package.json +++ b/packages/scm/package.json @@ -1,12 +1,12 @@ { "name": "@theia/scm", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Source control Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/navigator": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/navigator": "^1.0.0", "@types/diff": "^3.2.2", "@types/p-debounce": "^1.0.1", "diff": "^3.4.0", @@ -46,7 +46,7 @@ "docs": "theiaext docs" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/search-in-workspace/package.json b/packages/search-in-workspace/package.json index 74b4a4ae15a11..1b88eb7c83ce3 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": "0.16.0", + "version": "1.0.0", "description": "Theia - Search in workspace", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/navigator": "^0.16.0", - "@theia/process": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/navigator": "^1.0.0", + "@theia/process": "^1.0.0", + "@theia/workspace": "^1.0.0", "vscode-ripgrep": "^1.2.4" }, "publishConfig": { @@ -44,6 +44,6 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" } } diff --git a/packages/task/package.json b/packages/task/package.json index e0716b5ceece0..5efd0860a508b 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -1,18 +1,18 @@ { "name": "@theia/task", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/markers": "^0.16.0", - "@theia/monaco": "^0.16.0", - "@theia/preferences": "^0.16.0", - "@theia/process": "^0.16.0", - "@theia/terminal": "^0.16.0", - "@theia/variable-resolver": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/markers": "^1.0.0", + "@theia/monaco": "^1.0.0", + "@theia/preferences": "^1.0.0", + "@theia/process": "^1.0.0", + "@theia/terminal": "^1.0.0", + "@theia/variable-resolver": "^1.0.0", + "@theia/workspace": "^1.0.0", "ajv": "^6.5.3", "jsonc-parser": "^2.0.2", "p-debounce": "^2.1.0", @@ -51,7 +51,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 51382367fd1eb..db616dfe78adf 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,13 +1,13 @@ { "name": "@theia/terminal", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Terminal Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/process": "^0.16.0", - "@theia/workspace": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/process": "^1.0.0", + "@theia/workspace": "^1.0.0", "xterm": "^4.4.0", "xterm-addon-fit": "^0.3.0", "xterm-addon-search": "^0.5.0" @@ -45,7 +45,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/typehierarchy/package.json b/packages/typehierarchy/package.json index 7c0d247c8de8a..8ec9226b477c8 100644 --- a/packages/typehierarchy/package.json +++ b/packages/typehierarchy/package.json @@ -1,11 +1,11 @@ { "name": "@theia/typehierarchy", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Type Hierarchy Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/editor": "^0.16.0", - "@theia/languages": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/editor": "^1.0.0", + "@theia/languages": "^1.0.0", "@types/uuid": "^3.4.3", "uuid": "^3.2.1" }, @@ -41,7 +41,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/userstorage/package.json b/packages/userstorage/package.json index d948d6e5625b7..f585832b29330 100644 --- a/packages/userstorage/package.json +++ b/packages/userstorage/package.json @@ -1,10 +1,10 @@ { "name": "@theia/userstorage", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - User Storage Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/filesystem": "^0.16.0" + "@theia/core": "^1.0.0", + "@theia/filesystem": "^1.0.0" }, "publishConfig": { "access": "public" @@ -38,7 +38,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/variable-resolver/package.json b/packages/variable-resolver/package.json index bb46ebaf59503..d0a343372409a 100644 --- a/packages/variable-resolver/package.json +++ b/packages/variable-resolver/package.json @@ -1,9 +1,9 @@ { "name": "@theia/variable-resolver", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Variable Resolver Extension", "dependencies": { - "@theia/core": "^0.16.0" + "@theia/core": "^1.0.0" }, "publishConfig": { "access": "public" @@ -43,7 +43,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/vsx-registry/package.json b/packages/vsx-registry/package.json index 92d72eb8b1a1b..fd78444fdc872 100644 --- a/packages/vsx-registry/package.json +++ b/packages/vsx-registry/package.json @@ -1,10 +1,10 @@ { "name": "@theia/vsx-registry", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - VSX Registry", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/plugin-ext-vscode": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/plugin-ext-vscode": "^1.0.0", "@types/bent": "^7.0.1", "@types/sanitize-html": "^1.13.31", "@types/showdown": "^1.7.1", @@ -49,7 +49,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json" diff --git a/packages/workspace/package.json b/packages/workspace/package.json index c6be5580ad930..f9634e2531203 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,11 +1,11 @@ { "name": "@theia/workspace", - "version": "0.16.0", + "version": "1.0.0", "description": "Theia - Workspace Extension", "dependencies": { - "@theia/core": "^0.16.0", - "@theia/filesystem": "^0.16.0", - "@theia/variable-resolver": "^0.16.0", + "@theia/core": "^1.0.0", + "@theia/filesystem": "^1.0.0", + "@theia/variable-resolver": "^1.0.0", "ajv": "^6.5.3", "jsonc-parser": "^2.0.2", "moment": "^2.21.0", @@ -44,7 +44,7 @@ "test": "theiaext test" }, "devDependencies": { - "@theia/ext-scripts": "^0.16.0" + "@theia/ext-scripts": "^1.0.0" }, "nyc": { "extends": "../../configs/nyc.json"