diff --git a/package.json b/package.json index fca0b7f..6276082 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@theia/editor": "1.15.0", "@theia/electron": "1.15.0", "@theia/file-search": "1.15.0", - "@theia/filesystem": "1.15.0", + "@theia/filesystem": "1.16.0", "@theia/git": "1.15.0", "@theia/markers": "1.15.0", "@theia/monaco": "1.15.0", diff --git a/yarn.lock b/yarn.lock index 81b3182..5b77873 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1271,6 +1271,73 @@ ws "^7.1.2" yargs "^15.3.1" +"@theia/core@1.16.0": + version "1.16.0" + resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.16.0.tgz#dd409788112e80bd39e48fb858e74d811ba56131" + integrity sha512-F2vaVwa4dgFjMK01DkfCqBXDW3hYAe00otXuRczsGYxU/aAJ0IKu2P3osHijN5zv+0gJ541neJ4eVzyG/ROpEg== + dependencies: + "@babel/runtime" "^7.10.0" + "@phosphor/algorithm" "1" + "@phosphor/commands" "1" + "@phosphor/coreutils" "1" + "@phosphor/domutils" "1" + "@phosphor/dragdrop" "1" + "@phosphor/messaging" "1" + "@phosphor/properties" "1" + "@phosphor/signaling" "1" + "@phosphor/virtualdom" "1" + "@phosphor/widgets" "1" + "@primer/octicons-react" "^9.0.0" + "@theia/application-package" "1.16.0" + "@types/body-parser" "^1.16.4" + "@types/cookie" "^0.3.3" + "@types/dompurify" "^2.2.2" + "@types/express" "^4.16.0" + "@types/fs-extra" "^4.0.2" + "@types/lodash.debounce" "4.0.3" + "@types/lodash.throttle" "^4.1.3" + "@types/react" "^16.8.0" + "@types/react-dom" "^16.8.0" + "@types/react-virtualized" "^9.18.3" + "@types/route-parser" "^0.1.1" + "@types/safer-buffer" "^2.1.0" + "@types/ws" "^5.1.2" + "@types/yargs" "^15" + ajv "^6.5.3" + body-parser "^1.17.2" + cookie "^0.4.0" + dompurify "^2.2.9" + drivelist "^9.0.2" + es6-promise "^4.2.4" + express "^4.16.3" + file-icons-js "~1.0.3" + font-awesome "^4.7.0" + fs-extra "^4.0.2" + fuzzy "^0.1.3" + iconv-lite "^0.6.0" + inversify "^5.0.1" + jschardet "^2.1.1" + keytar "7.2.0" + lodash.debounce "^4.0.8" + lodash.throttle "^4.1.1" + nsfw "^2.1.2" + p-debounce "^2.1.0" + perfect-scrollbar "^1.3.0" + react "^16.8.0" + react-dom "^16.8.0" + react-virtualized "^9.20.0" + reconnecting-websocket "^4.2.0" + reflect-metadata "^0.1.10" + route-parser "^0.0.5" + safer-buffer "^2.1.2" + uuid "^8.3.2" + vscode-languageserver-protocol "~3.15.3" + vscode-languageserver-types "^3.15.1" + vscode-uri "^2.1.1" + vscode-ws-jsonrpc "^0.2.0" + ws "^7.1.2" + yargs "^15.3.1" + "@theia/editor@1.15.0": version "1.15.0" resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.15.0.tgz#ad50d8188b671c1538cac9607fb3c7635163beae" @@ -1326,6 +1393,25 @@ uuid "^8.0.0" vscode-languageserver-textdocument "^1.0.1" +"@theia/filesystem@1.16.0": + version "1.16.0" + resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.16.0.tgz#467d4dbcd77eec799256cd9e342bb030a88b4c77" + integrity sha512-FHxKS/ZplYfJvbtKOrEMDMfB/5iW06/y3yA1DcwUK4E2d5kxsihooViWwkJb0oorkfAtmbixOPHTeH2vwhtngg== + dependencies: + "@theia/core" "1.16.0" + "@types/body-parser" "^1.17.0" + "@types/rimraf" "^2.0.2" + "@types/tar-fs" "^1.16.1" + "@types/uuid" "^7.0.3" + body-parser "^1.18.3" + http-status-codes "^1.3.0" + minimatch "^3.0.4" + rimraf "^2.6.2" + tar-fs "^1.16.2" + trash "^6.1.1" + uuid "^8.0.0" + vscode-languageserver-textdocument "^1.0.1" + "@theia/git@1.15.0": version "1.15.0" resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.15.0.tgz#b29c92b2fe8c11c7f8d97cab0278dabd10572bb3" @@ -5554,6 +5640,14 @@ jsprim@^1.2.2: json-schema "0.2.3" verror "1.10.0" +keytar@7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.2.0.tgz#4db2bec4f9700743ffd9eda22eebb658965c8440" + integrity sha512-ECSaWvoLKI5SI0pGpZQeUV1/lpBYfkaxvoSp3zkiPOz05VavwSfLi8DdEaa9N2ekQZv3Chy+o7aP6n9mairBgw== + dependencies: + node-addon-api "^3.0.0" + prebuild-install "^6.0.0" + keytar@7.7.0: version "7.7.0" resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.7.0.tgz#3002b106c01631aa79b1aa9ee0493b94179bbbd2"