Skip to content

Commit

Permalink
npm(deps): bump @jupyterlab/application from 3.0.12 to 3.0.13
Browse files Browse the repository at this point in the history
Bumps [@jupyterlab/application](https://github.com/jupyterlab/jupyterlab) from 3.0.12 to 3.0.13.
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/application@3.0.12...@jupyterlab/application@3.0.13)

---
updated-dependencies:
- dependency-name: "@jupyterlab/application"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2021
1 parent b75fd48 commit efdf0c0
Showing 1 changed file with 178 additions and 93 deletions.
271 changes: 178 additions & 93 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@
warning "^4.0.3"

"@jupyterlab/application@^3.0.2":
version "3.0.12"
resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-3.0.12.tgz#2ec92523aa923db57af7b32c84f8e9a2f57487d6"
integrity sha512-sgAFH3qASc9IWsvz3vaa5CMIzIjckS3DsoO6Sq44VZnOL/pv/vbPVHV3dMqZMy4De7xXzVt+rq+BpKFmGHG9Cg==
version "3.0.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-3.0.13.tgz#546f1cba3c37c177db627e523aa2841b0a8e4a38"
integrity sha512-XAc5u4tETGWZIZbX2gulK5LwuQ2P725BGfd4OS5JoQIQJgPUGqLIYEr9QH2H57PLkoaaKCqwhiGLvkSqOw5Olg==
dependencies:
"@fortawesome/fontawesome-free" "^5.12.0"
"@jupyterlab/apputils" "^3.0.10"
"@jupyterlab/coreutils" "^5.0.7"
"@jupyterlab/docregistry" "^3.0.12"
"@jupyterlab/rendermime" "^3.0.11"
"@jupyterlab/docregistry" "^3.0.13"
"@jupyterlab/rendermime" "^3.0.12"
"@jupyterlab/rendermime-interfaces" "^3.0.10"
"@jupyterlab/services" "^6.0.10"
"@jupyterlab/statedb" "^3.0.7"
Expand All @@ -123,17 +123,17 @@
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.16.1"

"@jupyterlab/apputils@^3.0.10", "@jupyterlab/apputils@^3.0.2", "@jupyterlab/apputils@^3.1.5":
version "3.1.12"
resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-3.1.12.tgz#c0a9ac964193f021bce1595e7729d0324bcd7708"
integrity sha512-A7RU2WYy3xMV5bfh/1vLLktperPdQrjRs21rwuY6JuJ4Ke4idV+hwG0LLOvUZ9TbAy/bmd2qYmsTh6KCcuQZcQ==
dependencies:
"@jupyterlab/coreutils" "^5.1.12"
"@jupyterlab/services" "^6.1.12"
"@jupyterlab/settingregistry" "^3.1.12"
"@jupyterlab/statedb" "^3.1.12"
"@jupyterlab/translation" "^3.1.12"
"@jupyterlab/ui-components" "^3.1.12"
"@jupyterlab/apputils@^3.0.10", "@jupyterlab/apputils@^3.0.2", "@jupyterlab/apputils@^3.1.13", "@jupyterlab/apputils@^3.1.5":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-3.1.13.tgz#835bc3717a9209df9466e096170bae63cda7e09e"
integrity sha512-miulmpss0wsJLEF1IfKKn95miVi0d5kAaxFF+5FbhOpHmzVduwguxkMZ4B7uads4ti3I7Ayjh6bHVwO7A/UKuQ==
dependencies:
"@jupyterlab/coreutils" "^5.1.13"
"@jupyterlab/services" "^6.1.13"
"@jupyterlab/settingregistry" "^3.1.13"
"@jupyterlab/statedb" "^3.1.13"
"@jupyterlab/translation" "^3.1.13"
"@jupyterlab/ui-components" "^3.1.13"
"@lumino/algorithm" "^1.3.3"
"@lumino/commands" "^1.12.0"
"@lumino/coreutils" "^1.5.3"
Expand Down Expand Up @@ -269,6 +269,48 @@
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"

"@jupyterlab/codeeditor@^3.1.13":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-3.1.13.tgz#98f778f18465f517571e49289863cee44a16186b"
integrity sha512-aVyw64+Hmes91ENUVZzVcKvyXrwHfKovI3b3wQwCRxkfJH28n8bsROoPsVVDroTCDtw3G2rbmjSBam1oVBWnaA==
dependencies:
"@jupyterlab/coreutils" "^5.1.13"
"@jupyterlab/nbformat" "^3.1.13"
"@jupyterlab/observables" "^4.1.13"
"@jupyterlab/shared-models" "^3.1.13"
"@jupyterlab/translation" "^3.1.13"
"@jupyterlab/ui-components" "^3.1.13"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/dragdrop" "^1.7.1"
"@lumino/messaging" "^1.4.3"
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"

"@jupyterlab/codemirror@^3.1.13":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-3.1.13.tgz#cd332eda16bc2760d7d1c8d3cd19da04f1a3de38"
integrity sha512-NOHgI78THsOficie79UlhlD3uiPyrt3Bs/cYtxf7CiqURP1ieAMoKiCoWvsptqaqjNG4tyW980oav3wTa7Xrdg==
dependencies:
"@jupyterlab/apputils" "^3.1.13"
"@jupyterlab/codeeditor" "^3.1.13"
"@jupyterlab/coreutils" "^5.1.13"
"@jupyterlab/nbformat" "^3.1.13"
"@jupyterlab/observables" "^4.1.13"
"@jupyterlab/shared-models" "^3.1.13"
"@jupyterlab/statusbar" "^3.1.13"
"@jupyterlab/translation" "^3.1.13"
"@lumino/algorithm" "^1.3.3"
"@lumino/commands" "^1.12.0"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/polling" "^1.3.3"
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"
codemirror "~5.61.0"
react "^17.0.1"
y-codemirror "^2.1.1"

"@jupyterlab/codemirror@^3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-3.1.5.tgz#c20683cc0dc2bdab605616edce08221b1b671713"
Expand All @@ -293,10 +335,10 @@
react "^17.0.1"
y-codemirror "^2.1.1"

"@jupyterlab/coreutils@^5.0.7", "@jupyterlab/coreutils@^5.1.12", "@jupyterlab/coreutils@^5.1.5":
version "5.1.12"
resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-5.1.12.tgz#eb08aa4bf68912b6188d16bce402e737dedccd84"
integrity sha512-gZHFekV8XdP4naH+5q7l6v8TVsUgJk16OpgLLCdOOGuwFOW7zduBe1td6Z820brsmnqb1kg2jBcxl0RwVw7tLQ==
"@jupyterlab/coreutils@^5.0.7", "@jupyterlab/coreutils@^5.1.13", "@jupyterlab/coreutils@^5.1.5":
version "5.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-5.1.13.tgz#d37234d6f5317eaf634774fa87ebee452246adc0"
integrity sha512-FBtlNTOKRhyhi1sECOpinNvfX6dVM3r8gwElRaMRFfpBwlffn9tQIC3RYzRSqQ+6+cyuCpQzXPuGHQT63ciM/w==
dependencies:
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
Expand Down Expand Up @@ -327,6 +369,17 @@
"@lumino/widgets" "^1.19.0"
react "^17.0.1"

"@jupyterlab/docprovider@^3.1.13":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-3.1.13.tgz#bf8e2b0a833991e5b05c3f980fde83c3dabcd427"
integrity sha512-VgokFCK8Z+qpwgf+3ZXlT96KtAaWxBAJgQVtfSoQ/a/6S6rbjjHErgwduT3I8/GDxsNWm8LlovCTDR2kMZJGuA==
dependencies:
"@jupyterlab/shared-models" "^3.1.13"
"@lumino/coreutils" "^1.5.3"
lib0 "^0.2.42"
y-websocket "^1.3.15"
yjs "^13.5.6"

"@jupyterlab/docprovider@^3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-3.1.5.tgz#31803bc6b3b1dedf69105d3404afb31d941e7200"
Expand All @@ -338,23 +391,23 @@
y-websocket "^1.3.15"
yjs "^13.5.6"

"@jupyterlab/docregistry@^3.0.12", "@jupyterlab/docregistry@^3.0.2", "@jupyterlab/docregistry@^3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-3.1.5.tgz#bf68aef0bfb33d46de5d15fc8f82cbed4db5be0c"
integrity sha512-aTRotEjY9eJTXW8EJ8HgzTqO8jpTItLWPIkUH+ajZcTkAXUv93Oabk2eiQb7z10NcuNPLfZD+kgyOTP3SEzvFA==
dependencies:
"@jupyterlab/apputils" "^3.1.5"
"@jupyterlab/codeeditor" "^3.1.5"
"@jupyterlab/codemirror" "^3.1.5"
"@jupyterlab/coreutils" "^5.1.5"
"@jupyterlab/docprovider" "^3.1.5"
"@jupyterlab/observables" "^4.1.5"
"@jupyterlab/rendermime" "^3.1.5"
"@jupyterlab/rendermime-interfaces" "^3.1.5"
"@jupyterlab/services" "^6.1.5"
"@jupyterlab/shared-models" "^3.1.5"
"@jupyterlab/translation" "^3.1.5"
"@jupyterlab/ui-components" "^3.1.5"
"@jupyterlab/docregistry@^3.0.12", "@jupyterlab/docregistry@^3.0.13", "@jupyterlab/docregistry@^3.0.2", "@jupyterlab/docregistry@^3.1.5":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-3.1.13.tgz#821017e9251b04db23f1783273922a665e934f5e"
integrity sha512-J2WjpcUaomWyg/KYtMIoIkjs9FLxgzkIFHTmPyU6XOyxPAOus75K8y9umbxDvpewg93DqawTut4k+VOOBOZz+A==
dependencies:
"@jupyterlab/apputils" "^3.1.13"
"@jupyterlab/codeeditor" "^3.1.13"
"@jupyterlab/codemirror" "^3.1.13"
"@jupyterlab/coreutils" "^5.1.13"
"@jupyterlab/docprovider" "^3.1.13"
"@jupyterlab/observables" "^4.1.13"
"@jupyterlab/rendermime" "^3.1.13"
"@jupyterlab/rendermime-interfaces" "^3.1.13"
"@jupyterlab/services" "^6.1.13"
"@jupyterlab/shared-models" "^3.1.13"
"@jupyterlab/translation" "^3.1.13"
"@jupyterlab/ui-components" "^3.1.13"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
Expand Down Expand Up @@ -410,10 +463,10 @@
dependencies:
"@lumino/coreutils" "^1.5.3"

"@jupyterlab/nbformat@^3.1.12":
version "3.1.12"
resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-3.1.12.tgz#96effa28062f49cd8543d78929d6106ad6e76b3d"
integrity sha512-/c9MiQRMg/C7GQMmK4hRJkeE3+48HlC7ipVTUl4mXhEkWq+9v7loKwT6CzGAoxQrpdTf0/+NiCxF1TqYFoJxPQ==
"@jupyterlab/nbformat@^3.1.13":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-3.1.13.tgz#05dde40e919f9dd43826d59ff95063c0a7d1d510"
integrity sha512-oCHMA6Cna3IWfMjrGTlbvSV1vcDzjLxGQGcgxXD5C5mJoJJOQal/39mhPXLBAaKirB/D6NRrSX5PXGX1sKQozA==
dependencies:
"@lumino/coreutils" "^1.5.3"

Expand Down Expand Up @@ -456,10 +509,10 @@
"@lumino/messaging" "^1.4.3"
"@lumino/signaling" "^1.4.3"

"@jupyterlab/observables@^4.1.12":
version "4.1.12"
resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-4.1.12.tgz#62c5484755b0d15a0bf5d323893397900ebe8508"
integrity sha512-mfkV7USTedOGx8LrCYfZ/1DnZ8Gm9BXLtqbBcU/PETIZnFtqrWKMdC0W4n0jxMiiyVTuPNntePftC3m1fm+u5w==
"@jupyterlab/observables@^4.1.13":
version "4.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-4.1.13.tgz#52f1fcda7e635c8c11816ba182ddd2ac5f35abe1"
integrity sha512-mFc7sdVBKoz21A2yooW7XsZ3xu152OFFnEapqDE6FkclSmDeYT+FjENJxxyamlvbK/12kGDNVqNThP1YVlno1w==
dependencies:
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
Expand Down Expand Up @@ -487,28 +540,28 @@
"@lumino/widgets" "^1.19.0"
resize-observer-polyfill "^1.5.1"

"@jupyterlab/rendermime-interfaces@^3.0.10", "@jupyterlab/rendermime-interfaces@^3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.1.5.tgz#798f774b63b17180327df6e5222447161259119d"
integrity sha512-9rNCofhxToqiLWvy2v3cq5CobCPZYbycxCgUF2TrTnY5mIPI0/b4FYrBdC5MWINdyes73OBn70LKamO3JK1tpA==
"@jupyterlab/rendermime-interfaces@^3.0.10", "@jupyterlab/rendermime-interfaces@^3.1.13", "@jupyterlab/rendermime-interfaces@^3.1.5":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.1.13.tgz#a7c19df28c45c5c85d48687c621c7081860e6e2d"
integrity sha512-ZtsVeknBtHqQSRxRSDiMDpvo3VCO4iUgnW28pEsqaqW8tmBg/ul+RFQIJsr2+SoA4Zlzxl29/OL/jiD/XOmJqA==
dependencies:
"@jupyterlab/translation" "^3.1.5"
"@jupyterlab/translation" "^3.1.13"
"@lumino/coreutils" "^1.5.3"
"@lumino/widgets" "^1.19.0"

"@jupyterlab/rendermime@^3.0.11", "@jupyterlab/rendermime@^3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-3.1.5.tgz#33ab54d998e4a783d0b5cdf089f09f3b8075067c"
integrity sha512-lw10MepyvLoECJ/+b+LZnF8r4jh1tGIzKgqMfS8CmiP6P4tgcXjVqhiz4kMS3Ta/v2oT4k/EBh2V7Y8cbNxm2w==
dependencies:
"@jupyterlab/apputils" "^3.1.5"
"@jupyterlab/codemirror" "^3.1.5"
"@jupyterlab/coreutils" "^5.1.5"
"@jupyterlab/nbformat" "^3.1.5"
"@jupyterlab/observables" "^4.1.5"
"@jupyterlab/rendermime-interfaces" "^3.1.5"
"@jupyterlab/services" "^6.1.5"
"@jupyterlab/translation" "^3.1.5"
"@jupyterlab/rendermime@^3.0.11", "@jupyterlab/rendermime@^3.0.12", "@jupyterlab/rendermime@^3.1.13", "@jupyterlab/rendermime@^3.1.5":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-3.1.13.tgz#049ef8db60322d984895b57ca2fab351a7720676"
integrity sha512-GbChw+PCZCG2xPJx0i+PNb666SDpc2cuUBjhQNxvMnlNm/Z+otClsGM/zKB09XaAub7+wGDjBvNRt7feINA6MA==
dependencies:
"@jupyterlab/apputils" "^3.1.13"
"@jupyterlab/codemirror" "^3.1.13"
"@jupyterlab/coreutils" "^5.1.13"
"@jupyterlab/nbformat" "^3.1.13"
"@jupyterlab/observables" "^4.1.13"
"@jupyterlab/rendermime-interfaces" "^3.1.13"
"@jupyterlab/services" "^6.1.13"
"@jupyterlab/translation" "^3.1.13"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/messaging" "^1.4.3"
Expand All @@ -517,16 +570,16 @@
lodash.escape "^4.0.1"
marked "^2.0.0"

"@jupyterlab/services@^6.0.10", "@jupyterlab/services@^6.0.2", "@jupyterlab/services@^6.1.12", "@jupyterlab/services@^6.1.5":
version "6.1.12"
resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-6.1.12.tgz#b2ddb169579ef3688e4ec428074e1bc2bf1bbbfa"
integrity sha512-0I7tHcT9rOqnD3+YUSBz9RWuOSIGAyAsa3dJpZZ6hHzTxx/H8mkGMVFan3/gL7XWScCMlTkTd4GBNwoo/unV0A==
"@jupyterlab/services@^6.0.10", "@jupyterlab/services@^6.0.2", "@jupyterlab/services@^6.1.13", "@jupyterlab/services@^6.1.5":
version "6.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-6.1.13.tgz#9e2048461a7ddf4cfb9280a1ec67c85896a07973"
integrity sha512-fc4BTU4OvQ794wJ1VVjGaGmOfGjQblTDLDvO8BSu4wJEIp10EUfqEgqdvwdvOW0EKf4+Y+DDVRF7QcLHy4u08Q==
dependencies:
"@jupyterlab/coreutils" "^5.1.12"
"@jupyterlab/nbformat" "^3.1.12"
"@jupyterlab/observables" "^4.1.12"
"@jupyterlab/settingregistry" "^3.1.12"
"@jupyterlab/statedb" "^3.1.12"
"@jupyterlab/coreutils" "^5.1.13"
"@jupyterlab/nbformat" "^3.1.13"
"@jupyterlab/observables" "^4.1.13"
"@jupyterlab/settingregistry" "^3.1.13"
"@jupyterlab/statedb" "^3.1.13"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
Expand All @@ -535,19 +588,31 @@
node-fetch "^2.6.0"
ws "^7.4.6"

"@jupyterlab/settingregistry@^3.1.12":
version "3.1.12"
resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-3.1.12.tgz#a6a1f1ae3fa90022363d9c3b874b2089895f5d5d"
integrity sha512-cwqBoE4S2n5F/Qbwz2o6sDAeRh/lcgGdualyJfPAHOJruloHrLzQLrwdN8duq411s99p34T4PixoLKQqTIdb5A==
"@jupyterlab/settingregistry@^3.1.13":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-3.1.13.tgz#80cbe0611288d782fd027529542522afa89a8681"
integrity sha512-IcgdAt6Rd95R1WXvUYxggLyWJSqi/K+xVq4iP0+BjhXRnxaeQQzRfkGcS6VcA4tnnLlndUW4GLFTFpyJY3bl6A==
dependencies:
"@jupyterlab/statedb" "^3.1.12"
"@jupyterlab/statedb" "^3.1.13"
"@lumino/commands" "^1.12.0"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/signaling" "^1.4.3"
ajv "^6.12.3"
json5 "^2.1.1"

"@jupyterlab/shared-models@^3.1.13":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/shared-models/-/shared-models-3.1.13.tgz#3c7983578b4e209dda529b1b3d7c63a499753645"
integrity sha512-SBiWwF9g8Rak+iY02TEBNY+jmOOoleCLWdmjnLITskik2vNkuCASvUx+MR3KR+rPX0dleYBqhtJ0K04CC6ORow==
dependencies:
"@jupyterlab/nbformat" "^3.1.13"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/signaling" "^1.4.3"
y-protocols "^1.0.5"
yjs "^13.5.6"

"@jupyterlab/shared-models@^3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@jupyterlab/shared-models/-/shared-models-3.1.5.tgz#c159f79d196ed876fbd484266236aa770dda22b1"
Expand All @@ -560,10 +625,10 @@
y-protocols "^1.0.5"
yjs "^13.5.6"

"@jupyterlab/statedb@^3.0.7", "@jupyterlab/statedb@^3.1.12", "@jupyterlab/statedb@^3.1.5":
version "3.1.12"
resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-3.1.12.tgz#46852261fec2c0a35da80d39b938a12c1fbe1225"
integrity sha512-8KT2ZwlJyGwB/3BWzaJLZsBQ+lpq/ogpe/k6cEIrXgSqxMjWC7Hal/WWZhC9/FZNU5OUjDQuLYvhnH9hniOaiQ==
"@jupyterlab/statedb@^3.0.7", "@jupyterlab/statedb@^3.1.13", "@jupyterlab/statedb@^3.1.5":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-3.1.13.tgz#02baefcd5a805cfd2fcb470bcc2fa4194215b98f"
integrity sha512-MZfNc5FpPv7VxOj2WR0RgIgRi/qsYqJieny8A9p+llL7haiW9vp94zaudIgn8elPDBnLMEwawn7KT2AQ8hSNdA==
dependencies:
"@lumino/commands" "^1.12.0"
"@lumino/coreutils" "^1.5.3"
Expand Down Expand Up @@ -591,24 +656,44 @@
react "^17.0.1"
typestyle "^2.0.4"

"@jupyterlab/translation@^3.0.10", "@jupyterlab/translation@^3.1.12", "@jupyterlab/translation@^3.1.5":
version "3.1.12"
resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-3.1.12.tgz#9a44340525cb78d461a843d69f923a1557b71db0"
integrity sha512-/kqTX7gfmlZasRk1CFLGFutt2wrfdhXqpVxK0/wBqBKwYhv2pLRsQo51tcP+9jj4C5On8bPeRA1pLIuE7OKwwg==
"@jupyterlab/statusbar@^3.1.13":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-3.1.13.tgz#33d37d99b9e707e5a841f992412271949b05e2fa"
integrity sha512-KOlu5h3GER7Vn/BCbfpsBF4pmAqO3XcBWR3xqLaoqMVi7lH4j6cdOtreVFdU67i6vNOg0jaPc5FVkcNH3X8d/g==
dependencies:
"@jupyterlab/apputils" "^3.1.13"
"@jupyterlab/codeeditor" "^3.1.13"
"@jupyterlab/services" "^6.1.13"
"@jupyterlab/translation" "^3.1.13"
"@jupyterlab/ui-components" "^3.1.13"
"@lumino/algorithm" "^1.3.3"
"@lumino/coreutils" "^1.5.3"
"@lumino/disposable" "^1.4.3"
"@lumino/messaging" "^1.4.3"
"@lumino/signaling" "^1.4.3"
"@lumino/widgets" "^1.19.0"
csstype "~3.0.3"
react "^17.0.1"
typestyle "^2.0.4"

"@jupyterlab/translation@^3.0.10", "@jupyterlab/translation@^3.1.13", "@jupyterlab/translation@^3.1.5":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-3.1.13.tgz#6975fc05157309c92b7d186c3566b9cdffe02397"
integrity sha512-kZj/iL0iYfHAQoNcI611zMivQrGtW3kWbiamlZD7iw0yB9sd+GLm++mfyWOdqmVD6M/RCFQEEwfNGuQixfPyyw==
dependencies:
"@jupyterlab/coreutils" "^5.1.12"
"@jupyterlab/services" "^6.1.12"
"@jupyterlab/statedb" "^3.1.12"
"@jupyterlab/coreutils" "^5.1.13"
"@jupyterlab/services" "^6.1.13"
"@jupyterlab/statedb" "^3.1.13"
"@lumino/coreutils" "^1.5.3"

"@jupyterlab/ui-components@^3.0.2", "@jupyterlab/ui-components@^3.0.8", "@jupyterlab/ui-components@^3.1.12", "@jupyterlab/ui-components@^3.1.5":
version "3.1.12"
resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-3.1.12.tgz#88af260d5bd030253db3818686704e7c5c2afbe2"
integrity sha512-kD9tS1DdZg5smBUNqrVSpwkuL2q23xf0tDcewDSsj1I12SebSi6VCn1RN3C+avSgOhVBmqg9Y/1nuyK3OHIrXg==
"@jupyterlab/ui-components@^3.0.2", "@jupyterlab/ui-components@^3.0.8", "@jupyterlab/ui-components@^3.1.13", "@jupyterlab/ui-components@^3.1.5":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-3.1.13.tgz#d8d32fe0dd56cc7b3fdfbf04897a4cde9ad3a189"
integrity sha512-BZfCUlrNmL1iV9oHmJgLL6SPXOUJYV77okV7IKarel/4nt9dM/sJOdvVC7B6SwfjBiB+cPvVwQdVjbwVbYRjWg==
dependencies:
"@blueprintjs/core" "^3.36.0"
"@blueprintjs/select" "^3.15.0"
"@jupyterlab/coreutils" "^5.1.12"
"@jupyterlab/coreutils" "^5.1.13"
"@lumino/algorithm" "^1.3.3"
"@lumino/commands" "^1.12.0"
"@lumino/coreutils" "^1.5.3"
Expand Down

0 comments on commit efdf0c0

Please sign in to comment.