diff --git a/package.json b/package.json index fca0b7f..4a8413c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@theia/filesystem": "1.15.0", "@theia/git": "1.15.0", "@theia/markers": "1.15.0", - "@theia/monaco": "1.15.0", + "@theia/monaco": "1.16.0", "@theia/navigator": "1.15.0", "@theia/preferences": "1.15.0", "@theia/process": "1.15.0", diff --git a/yarn.lock b/yarn.lock index 81b3182..b924ce0 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" @@ -1281,6 +1348,16 @@ "@types/base64-arraybuffer" "0.1.0" base64-arraybuffer "^0.1.5" +"@theia/editor@1.16.0": + version "1.16.0" + resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.16.0.tgz#9374f4208fac3a44242fae85533cdf99751c4fa4" + integrity sha512-n0bW974ovEOALMZ7WbV3jXLktGoqdZJ3/lY3WEL/bahQJel/+p8OQb3Xx7fA7gOPWGXbgcpiZvZg2/w0nOJ7IA== + dependencies: + "@theia/core" "1.16.0" + "@theia/variable-resolver" "1.16.0" + "@types/base64-arraybuffer" "0.1.0" + base64-arraybuffer "^0.1.5" + "@theia/electron@1.15.0": version "1.15.0" resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.15.0.tgz#8ef6a55346c7d5a3676ac3ef2a1f35877a7a3ae7" @@ -1326,6 +1403,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" @@ -1360,6 +1456,21 @@ "@theia/navigator" "1.15.0" "@theia/workspace" "1.15.0" +"@theia/markers@1.16.0": + version "1.16.0" + resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.16.0.tgz#3bd6988377634699f9eae0b2f309b73545f04496" + integrity sha512-8NiAuTEVsYdV3srAs3rTFlxYZeUCz9YpydO3DzITuFmiZ7p3+LlFLy/QtAAE+5MaydKWqpxK+PGCzH93pH40Hw== + dependencies: + "@theia/core" "1.16.0" + "@theia/filesystem" "1.16.0" + "@theia/navigator" "1.16.0" + "@theia/workspace" "1.16.0" + +"@theia/monaco-editor-core@0.23.0": + version "0.23.0" + resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.23.0.tgz#7a1cbb7a857a509ce8e75c9965abea752bd76e80" + integrity sha512-WyrotTd6ZfeXAX4icgFALTzlqE356tAQ5nRuwa2E0Qdp2YIO9GDcw5G2l2NJ8INO2ygujbE5pEdD5kJM5N4TOQ== + "@theia/monaco-editor-core@^0.20.0": version "0.20.0" resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.20.0.tgz#0f3cdfd6d1278bbcc3df0224471fc967a4d901c5" @@ -1384,6 +1495,25 @@ onigasm "^2.2.0" vscode-textmate "^4.4.0" +"@theia/monaco@1.16.0": + version "1.16.0" + resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.16.0.tgz#997410fa1e6c2bfc53e02bad934555d8c1e10982" + integrity sha512-38rCWHjqcjx2XPUwfxyjp/6S+BIAAHmld3EL6onNqQ736Q2NXs74n3CiE5t6Ap2ahk9P7jewwdCl512tAOg24Q== + dependencies: + "@theia/core" "1.16.0" + "@theia/editor" "1.16.0" + "@theia/filesystem" "1.16.0" + "@theia/markers" "1.16.0" + "@theia/monaco-editor-core" "0.23.0" + "@theia/outline-view" "1.16.0" + "@theia/workspace" "1.16.0" + deepmerge "2.0.1" + fast-plist "^0.1.2" + idb "^4.0.5" + jsonc-parser "^2.2.0" + onigasm "^2.2.0" + vscode-textmate "^4.4.0" + "@theia/navigator@1.15.0": version "1.15.0" resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.15.0.tgz#cfa75408b52e1878c1a9f2a385b516e789d32c62" @@ -1394,6 +1524,16 @@ "@theia/workspace" "1.15.0" minimatch "^3.0.4" +"@theia/navigator@1.16.0": + version "1.16.0" + resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.16.0.tgz#7570e4208f84e3266f3af53891ef1fb391838fcc" + integrity sha512-DZaxfyyb1U51QjBJ5K1Rkg1TVUEG3TNII3NREYNR/3cV5qDtTmbG3Cp6g15bkdFirD6dBhjuuNRLwTc0/uD4wg== + dependencies: + "@theia/core" "1.16.0" + "@theia/filesystem" "1.16.0" + "@theia/workspace" "1.16.0" + minimatch "^3.0.4" + "@theia/node-pty@0.9.0-theia.6": version "0.9.0-theia.6" resolved "https://registry.yarnpkg.com/@theia/node-pty/-/node-pty-0.9.0-theia.6.tgz#b34710419a0b4917cc97e6a7f4d1b5535cae03ab" @@ -1408,6 +1548,13 @@ dependencies: "@theia/core" "1.15.0" +"@theia/outline-view@1.16.0": + version "1.16.0" + resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.16.0.tgz#5371d46fa0f11a063ba905710eb803bc5944eece" + integrity sha512-c9j5w/WBe9vps53c1Ep8eH6EKbUYikLJkHlzrc2rPko3nqy9NBYy+/8ozGVHel8LMJQyulaNEUjW71z2In4HSA== + dependencies: + "@theia/core" "1.16.0" + "@theia/ovsx-client@1.16.0": version "1.16.0" resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.16.0.tgz#ac5df18d5fee0e4ce1a3c277ffa6764c8c3ff740" @@ -1494,6 +1641,13 @@ dependencies: "@theia/core" "1.15.0" +"@theia/variable-resolver@1.16.0": + version "1.16.0" + resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.16.0.tgz#00393335623dbed16047a289cc0dd4a0fdea4925" + integrity sha512-cWji+upAxnRcTAz0xhF1Ivqk++wVcD36yU1u9HJlPENKR9JTFoiZn2qXINzGp5OFlHNaA0ojMfX2jXwzSsUBrA== + dependencies: + "@theia/core" "1.16.0" + "@theia/workspace@1.15.0": version "1.15.0" resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.15.0.tgz#466bdb288d880d24238ccc3ab8dfa99e962f0a05" @@ -1507,6 +1661,19 @@ moment "2.24.0" valid-filename "^2.0.1" +"@theia/workspace@1.16.0": + version "1.16.0" + resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.16.0.tgz#6975ecd4c70a76a8a692a70bf7e06cdfe79d8360" + integrity sha512-AHZ/N/1vLnOYyWDIsXmSIbsSLiT9Ttul5hT1fsYGzh1euYtYBFpm9r/Tco1YUk9zHc65Gnkv9qWTPhWXQnUqAw== + dependencies: + "@theia/core" "1.16.0" + "@theia/filesystem" "1.16.0" + "@theia/variable-resolver" "1.16.0" + ajv "^6.5.3" + jsonc-parser "^2.2.0" + moment "2.24.0" + valid-filename "^2.0.1" + "@types/base64-arraybuffer@0.1.0": version "0.1.0" resolved "https://registry.yarnpkg.com/@types/base64-arraybuffer/-/base64-arraybuffer-0.1.0.tgz#739eea0a974d13ae831f96d97d882ceb0b187543" @@ -5554,6 +5721,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"