Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 123 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2012,6 +2012,23 @@
semver "^5.4.1"
write-json-file "^2.2.0"

"@theia/application-package@1.17.1":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.17.1.tgz#380fd907dacc9ab10971704333fa6b8bc8bbea8c"
integrity sha512-lWK16xy3GCxhE64dSGpINFLX4UKtNsahWzlfxcz8qo01BCylQZ6o5J5mzsJ71hr9XlprvrGkH8KpJakWoZVfGw==
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"
deepmerge "^4.2.2"
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/cli@^1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.15.0.tgz#f3ecab217eab2416f2b1ecd30a0515953937db95"
Expand Down Expand Up @@ -2052,7 +2069,7 @@
serialize-javascript "^1.4.0"
webpack-sources "^1.0.1"

"@theia/core@1.15.0", "@theia/core@^1.15.0":
"@theia/core@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.15.0.tgz#e61c7e86d50ca2a8617a7f97a58f2d52734e374b"
integrity sha512-G7EberWj0rTW33sXXjuWjRmNTDLCX/BOEDrB1o/Dp649OGSzTfl64N7qRHWVN92pZFkOhBoX4Q0lgnlBOu4OyQ==
Expand Down Expand Up @@ -2119,7 +2136,75 @@
ws "^7.1.2"
yargs "^15.3.1"

"@theia/editor@1.15.0", "@theia/editor@^1.15.0":
"@theia/core@1.17.1", "@theia/core@^1.15.0":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.17.1.tgz#666039e24e651fee78b202c48c43c5e39a5ae7a2"
integrity sha512-PFWpFuBwnopC3rM2k4l6hPNTJqQm/gBBg9CeOWYWyAjgGE8DZrY7Qh1CckxEIgdiGX/cCeZ0SosP+cOVmSMvvg==
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.17.1"
"@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"
"@vscode/codicons" "^0.0.21"
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.1.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"
integrity sha512-FGtUD3FGqk19+3fXjifnkouXZ0KCbDV2B7/foZppyVr9m/oTcjmvvrZaMF0iPVy2N/Kr/fPyjmi5ewd5pmtmjA==
Expand All @@ -2129,6 +2214,16 @@
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/editor@^1.15.0":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.17.1.tgz#cf8a0e971f22c5b05b10f73f109236385126f98e"
integrity sha512-78Fun6IJ1XOJncydAtmUU0sOn3N4tVjz1Og5I3xXKuGqFjclmZca9pT7hAWI7nKiIPRKoJZlbKrukgPhjW2IKg==
dependencies:
"@theia/core" "1.17.1"
"@theia/variable-resolver" "1.17.1"
"@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"
Expand Down Expand Up @@ -2290,6 +2385,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/variable-resolver@1.17.1":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.17.1.tgz#8dd79b0166a800816f0ff068f9d5d9703615fe1a"
integrity sha512-lRCZrtYFpa6WA/UFt+CEHAJufPPux2GdFFOMsUrAduTuoiRM4nodW5ltqfkod0hm5fWenhbrl1l57xXi/yjmRg==
dependencies:
"@theia/core" "1.17.1"

"@theia/workspace@1.15.0", "@theia/workspace@^1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.15.0.tgz#466bdb288d880d24238ccc3ab8dfa99e962f0a05"
Expand Down Expand Up @@ -2748,6 +2850,11 @@
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==

"@vscode/codicons@^0.0.21":
version "0.0.21"
resolved "https://registry.yarnpkg.com/@vscode/codicons/-/codicons-0.0.21.tgz#20ef724b141fdddba3ad86e85f34aaad29e4d3a0"
integrity sha512-oUfqbWTaEc2NIVLUxOK2Vi8AB/ixFfp52CkmR+pYZcWAr82IVIDDn50pdEDRXfJNIc4giHDSc5F5ZTsVMZK9Sg==

"@webassemblyjs/ast@1.11.1":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
Expand Down Expand Up @@ -4664,6 +4771,11 @@ deepmerge@2.0.1:
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-2.0.1.tgz#25c1c24f110fb914f80001b925264dd77f3f4312"
integrity sha512-VIPwiMJqJ13ZQfaCsIFnp5Me9tnjURiaIFxfz7EH0Ci0dTSQpZtSLrqOicXqEd/z2r+z+Klk9GzmnRsgpgbOsQ==

deepmerge@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955"
integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==

default-shell@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/default-shell/-/default-shell-1.0.1.tgz#752304bddc6174f49eb29cb988feea0b8813c8bc"
Expand Down Expand Up @@ -6293,7 +6405,7 @@ interpret@^2.2.0:
resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==

inversify@^5.0.1:
inversify@^5.0.1, inversify@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/inversify/-/inversify-5.1.1.tgz#6fbd668c591337404e005a1946bfe0d802c08730"
integrity sha512-j8grHGDzv1v+8T1sAQ+3boTCntFPfvxLCkNcxB1J8qA0lUN+fAlSyYd+RXKvaPRL4AGyPxViutBEJHNXOyUdFQ==
Expand Down Expand Up @@ -6735,6 +6847,14 @@ just-extend@^4.0.2:
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-4.2.1.tgz#ef5e589afb61e5d66b24eca749409a8939a8c744"
integrity sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==

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"
Expand Down