diff --git a/github-extension/package.json b/github-extension/package.json index a7900bf..b86ae94 100644 --- a/github-extension/package.json +++ b/github-extension/package.json @@ -14,9 +14,9 @@ "access": "public" }, "dependencies": { - "@theia/core": "next", + "@theia/core": "0.6.0", "@theia/git": "next", - "@theia/userstorage": "next" + "@theia/userstorage": "0.6.0" }, "devDependencies": { "rimraf": "^2.6.2", diff --git a/github-extension/yarn.lock b/github-extension/yarn.lock index b0d51a9..2df7aae 100644 --- a/github-extension/yarn.lock +++ b/github-extension/yarn.lock @@ -135,7 +135,23 @@ semver "^5.4.1" write-json-file "^2.2.0" -"@theia/core@0.4.0-next.93c16bb9", "@theia/core@next": +"@theia/application-package@^0.6.0", "@theia/application-package@^0.6.1": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-0.6.1.tgz#b63fbb1e3fd4940b77e73892fc80120207540913" + integrity sha512-mBmXMJVUFwbfhoN9hE0vvx8CyD92mSJ1DoipeHbzNQp56FyUhHzyMcVpaFmGl308bTC5LsUncrwSK+BqaT85HQ== + dependencies: + "@types/fs-extra" "^4.0.2" + "@types/request" "^2.0.3" + "@types/semver" "^5.4.0" + "@types/write-json-file" "^2.2.1" + changes-stream "^2.2.0" + fs-extra "^4.0.2" + is-electron "^2.1.0" + request "^2.82.0" + semver "^5.4.1" + write-json-file "^2.2.0" + +"@theia/core@0.4.0-next.93c16bb9": version "0.4.0-next.93c16bb9" resolved "https://registry.yarnpkg.com/@theia/core/-/core-0.4.0-next.93c16bb9.tgz#d478ae2ba604d41552119da09f0bd88cf81ff8c3" integrity sha512-XQavbWixDAINvOVMaQeNtlWzuiSAbGykxkTrFyCAvR52cF5Nq+6aO+ylFmCLoFWG3sXqo6zKku45JmrEi01zHQ== @@ -179,6 +195,90 @@ ws "^5.2.2" yargs "^11.1.0" +"@theia/core@0.6.0": + version "0.6.0" + resolved "https://registry.yarnpkg.com/@theia/core/-/core-0.6.0.tgz#4927a0dad9dbda61a868161f840bdada560c5032" + integrity sha512-uIb9xET/98IaJWvzX8oayeRyqSVfB23ZQYdfFfLYj8RLj+0ZXEyg4pY1Ite1jjzYoWD9u8Ovust0hJPRSgCD0A== + dependencies: + "@phosphor/widgets" "^1.5.0" + "@theia/application-package" "^0.6.0" + "@types/body-parser" "^1.16.4" + "@types/bunyan" "^1.8.0" + "@types/express" "^4.16.0" + "@types/lodash.debounce" "4.0.3" + "@types/lodash.throttle" "^4.1.3" + "@types/react" "^16.4.1" + "@types/react-dom" "^16.0.6" + "@types/react-virtualized" "^9.18.3" + "@types/route-parser" "^0.1.1" + "@types/ws" "^5.1.2" + "@types/yargs" "^11.1.0" + ajv "^6.5.3" + body-parser "^1.17.2" + es6-promise "^4.2.4" + express "^4.16.3" + file-icons-js "^1.0.3" + font-awesome "^4.7.0" + fuzzy "^0.1.3" + inversify "^4.14.0" + lodash.debounce "^4.0.8" + lodash.throttle "^4.1.1" + nsfw "^1.2.2" + perfect-scrollbar "^1.3.0" + react "^16.4.1" + react-dom "^16.4.1" + react-virtualized "^9.20.0" + reconnecting-websocket "^3.0.7" + reflect-metadata "^0.1.10" + route-parser "^0.0.5" + vscode-languageserver-types "^3.10.0" + vscode-uri "^1.0.1" + vscode-ws-jsonrpc "^0.0.2-1" + ws "^5.2.2" + yargs "^11.1.0" + +"@theia/core@^0.6.0", "@theia/core@^0.6.1": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@theia/core/-/core-0.6.1.tgz#4f55c55db7ecec1a3c272518d80f7c2e77896419" + integrity sha512-fZ05UYBwoyVn9IjrgZV+wPdaIB52828nT8amO334fVtWXn26oQgsCL1g3OINBB14NfUVpbOxyXCKId7WbYxJzw== + dependencies: + "@phosphor/widgets" "^1.5.0" + "@theia/application-package" "^0.6.1" + "@types/body-parser" "^1.16.4" + "@types/bunyan" "^1.8.0" + "@types/express" "^4.16.0" + "@types/lodash.debounce" "4.0.3" + "@types/lodash.throttle" "^4.1.3" + "@types/react" "^16.4.1" + "@types/react-dom" "^16.0.6" + "@types/react-virtualized" "^9.18.3" + "@types/route-parser" "^0.1.1" + "@types/ws" "^5.1.2" + "@types/yargs" "^11.1.0" + ajv "^6.5.3" + body-parser "^1.17.2" + es6-promise "^4.2.4" + express "^4.16.3" + file-icons-js "^1.0.3" + font-awesome "^4.7.0" + fuzzy "^0.1.3" + inversify "^4.14.0" + lodash.debounce "^4.0.8" + lodash.throttle "^4.1.1" + nsfw "^1.2.2" + perfect-scrollbar "^1.3.0" + react "^16.4.1" + react-dom "^16.4.1" + react-virtualized "^9.20.0" + reconnecting-websocket "^3.0.7" + reflect-metadata "^0.1.10" + route-parser "^0.0.5" + vscode-languageserver-types "^3.10.0" + vscode-uri "^1.0.1" + vscode-ws-jsonrpc "^0.0.2-1" + ws "^5.2.2" + yargs "^11.1.0" + "@theia/editor@0.4.0-next.93c16bb9": version "0.4.0-next.93c16bb9" resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-0.4.0-next.93c16bb9.tgz#ebb7f23a7062d2cabac77db1368d180946c8cdcc" @@ -219,6 +319,37 @@ uuid "^3.2.1" zip-dir "^1.0.2" +"@theia/filesystem@^0.6.0": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-0.6.1.tgz#5e08f482b4c3d14940dd65e358fbbc5a6169b53f" + integrity sha512-kdQoj/89fowvhpfgYvMCqmQeT39gg9e/id+/Rw22X6Cypncrj2ll0okXVZA1pVcWFssyz1flAoPPOe2ilV3WSA== + dependencies: + "@theia/core" "^0.6.1" + "@types/base64-js" "^1.2.5" + "@types/body-parser" "^1.17.0" + "@types/formidable" "^1.0.31" + "@types/fs-extra" "^4.0.2" + "@types/mime-types" "^2.1.0" + "@types/rimraf" "^2.0.2" + "@types/tar-fs" "^1.16.1" + "@types/touch" "0.0.1" + "@types/uuid" "^3.4.3" + base64-js "^1.2.1" + body-parser "^1.18.3" + drivelist "^6.4.3" + formidable "^1.2.1" + fs-extra "^4.0.2" + http-status-codes "^1.3.0" + mime-types "^2.1.18" + minimatch "^3.0.4" + mv "^2.1.1" + rimraf "^2.6.2" + tar-fs "^1.16.2" + touch "^3.1.0" + trash "^4.0.1" + uuid "^3.2.1" + zip-dir "^1.0.2" + "@theia/git@next": version "0.4.0-next.93c16bb9" resolved "https://registry.yarnpkg.com/@theia/git/-/git-0.4.0-next.93c16bb9.tgz#3467cf6c677f5df732a5faeeaa5cba5876414cdc" @@ -281,13 +412,13 @@ node-pty "0.7.6" string-argv "^0.1.1" -"@theia/userstorage@next": - version "0.4.0-next.93c16bb9" - resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-0.4.0-next.93c16bb9.tgz#3b4152e6b0e60dd880aef45a4819e0365623f585" - integrity sha512-Xzs3aeg9LOoZWjk2LEfUp00xvrN6YlPZ4gMRlxE8KuFsZw/PJFCJEaX46EEZyBrZqTxCc7UVkwkrYajEzwVJAw== +"@theia/userstorage@0.6.0": + version "0.6.0" + resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-0.6.0.tgz#8ae4d3279b11d5524a87cccf617ea2f5fb030b48" + integrity sha512-zBykh3Y3pogAGYua8/YuQ5TPDWEQUxff80CYAu0vX12oQlGW8xfTuGqPsly+w5ng+Xaq3gdcK2EKShCk4NIQvw== dependencies: - "@theia/core" "0.4.0-next.93c16bb9" - "@theia/filesystem" "0.4.0-next.93c16bb9" + "@theia/core" "^0.6.0" + "@theia/filesystem" "^0.6.0" "@theia/variable-resolver@0.4.0-next.93c16bb9": version "0.4.0-next.93c16bb9" @@ -388,6 +519,13 @@ dependencies: "@types/node" "*" +"@types/formidable@^1.0.31": + version "1.2.8" + resolved "https://registry.yarnpkg.com/@types/formidable/-/formidable-1.2.8.tgz#78a95c12606920aeb1165ab2670943d726a79325" + integrity sha512-6psvrUy5VDYb+yaPJReF1WrRsz+FBwyJutK9Twz1Efa27tm07bARNIkK2B8ZPWq80dXqpKfrxTO96xrtPp+AuA== + dependencies: + "@types/node" "*" + "@types/fs-extra@^4.0.2": version "4.0.8" resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-4.0.8.tgz#6957ddaf9173195199cb96da3db44c74700463d2" @@ -1372,6 +1510,11 @@ form-data@~2.3.2: combined-stream "^1.0.6" mime-types "^2.1.12" +formidable@^1.2.1: + version "1.2.6" + resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.2.6.tgz#d2a51d60162bbc9b4a055d8457a7c75315d1a168" + integrity sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ== + forwarded@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84" @@ -2098,6 +2241,13 @@ npmlog@^4.0.1: gauge "~2.7.3" set-blocking "~2.0.0" +nsfw@^1.2.2: + version "1.2.9" + resolved "https://registry.yarnpkg.com/nsfw/-/nsfw-1.2.9.tgz#e49ff5c12593cbcce3fcc90c533947eb4f15a99a" + integrity sha512-/2o89nygBRTTnGRxSHt2wjagbszyh36HlgF61Ec2iaJBTIIQ6QKcqp92EzVxxZX9U/6Qpy+LZL5i8532hXzAHg== + dependencies: + nan "^2.0.0" + nugget@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/nugget/-/nugget-2.0.1.tgz#201095a487e1ad36081b3432fa3cada4f8d071b0"