diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5113bf0c6e9d..733a285388b7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1, 0, 0, 'alpha', 9 +current_version = 1, 0, 0, 'alpha', 10 commit = False tag = False parse = (?P\d+)\,\ (?P\d+)\,\ (?P\d+)\,\ \'(?P\S+)\'\,\ (?P\d+) diff --git a/dev_mode/package.json b/dev_mode/package.json index 67fbf43c0e36..d0a6bfc76010 100644 --- a/dev_mode/package.json +++ b/dev_mode/package.json @@ -214,7 +214,7 @@ "url-parse", "xterm" ], - "version": "1.0.0a9", + "version": "1.0.0a10", "linkedPackages": { "@jupyterlab/application": "../packages/application", "@jupyterlab/application-extension": "../packages/application-extension", diff --git a/jupyterlab/_version.py b/jupyterlab/_version.py index c0b860726aab..deadd0c5f9ac 100644 --- a/jupyterlab/_version.py +++ b/jupyterlab/_version.py @@ -12,7 +12,7 @@ ]) # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion -version_info = VersionInfo(1, 0, 0, 'alpha', 9) +version_info = VersionInfo(1, 0, 0, 'alpha', 10) _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} diff --git a/jupyterlab/staging/package.json b/jupyterlab/staging/package.json index f49deb32cfbe..c158083e043e 100644 --- a/jupyterlab/staging/package.json +++ b/jupyterlab/staging/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/application-top", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "private": true, "workspaces": { "nohoist": [ @@ -17,58 +17,59 @@ "watch": "webpack --watch" }, "dependencies": { - "@jupyterlab/application": "^1.0.0-alpha.12", - "@jupyterlab/application-extension": "^1.0.0-alpha.12", - "@jupyterlab/apputils": "^1.0.0-alpha.12", - "@jupyterlab/apputils-extension": "^1.0.0-alpha.12", - "@jupyterlab/codemirror-extension": "^1.0.0-alpha.12", - "@jupyterlab/completer-extension": "^1.0.0-alpha.12", - "@jupyterlab/console": "^1.0.0-alpha.12", - "@jupyterlab/console-extension": "^1.0.0-alpha.12", - "@jupyterlab/coreutils": "^3.0.0-alpha.12", - "@jupyterlab/csvviewer-extension": "^1.0.0-alpha.13", - "@jupyterlab/docmanager": "^1.0.0-alpha.12", - "@jupyterlab/docmanager-extension": "^1.0.0-alpha.12", - "@jupyterlab/documentsearch-extension": "^1.0.0-alpha.14", - "@jupyterlab/extensionmanager": "^1.0.0-alpha.12", - "@jupyterlab/extensionmanager-extension": "^1.0.0-alpha.12", - "@jupyterlab/filebrowser": "^1.0.0-alpha.12", - "@jupyterlab/filebrowser-extension": "^1.0.0-alpha.12", - "@jupyterlab/fileeditor": "^1.0.0-alpha.12", - "@jupyterlab/fileeditor-extension": "^1.0.0-alpha.12", - "@jupyterlab/help-extension": "^1.0.0-alpha.12", - "@jupyterlab/htmlviewer-extension": "^1.0.0-alpha.13", - "@jupyterlab/hub-extension": "^1.0.0-alpha.11", - "@jupyterlab/imageviewer": "^1.0.0-alpha.12", - "@jupyterlab/imageviewer-extension": "^1.0.0-alpha.12", - "@jupyterlab/inspector-extension": "^1.0.0-alpha.12", - "@jupyterlab/javascript-extension": "^1.0.0-alpha.12", - "@jupyterlab/json-extension": "^1.0.0-alpha.12", - "@jupyterlab/launcher": "^1.0.0-alpha.12", - "@jupyterlab/launcher-extension": "^1.0.0-alpha.12", - "@jupyterlab/mainmenu-extension": "^1.0.0-alpha.12", - "@jupyterlab/markdownviewer-extension": "^1.0.0-alpha.12", - "@jupyterlab/mathjax2-extension": "^1.0.0-alpha.12", - "@jupyterlab/notebook": "^1.0.0-alpha.13", - "@jupyterlab/notebook-extension": "^1.0.0-alpha.12", - "@jupyterlab/pdf-extension": "^1.0.0-alpha.12", - "@jupyterlab/rendermime": "^1.0.0-alpha.12", - "@jupyterlab/rendermime-extension": "^1.0.0-alpha.12", - "@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.12", - "@jupyterlab/running-extension": "^1.0.0-alpha.12", - "@jupyterlab/services": "^4.0.0-alpha.12", - "@jupyterlab/settingeditor-extension": "^1.0.0-alpha.12", - "@jupyterlab/shortcuts-extension": "^1.0.0-alpha.12", - "@jupyterlab/statusbar-extension": "^1.0.0-alpha.12", - "@jupyterlab/tabmanager-extension": "^1.0.0-alpha.12", - "@jupyterlab/terminal": "^1.0.0-alpha.12", - "@jupyterlab/terminal-extension": "^1.0.0-alpha.12", - "@jupyterlab/theme-dark-extension": "^1.0.0-alpha.13", - "@jupyterlab/theme-light-extension": "^1.0.0-alpha.13", - "@jupyterlab/tooltip": "^1.0.0-alpha.12", - "@jupyterlab/tooltip-extension": "^1.0.0-alpha.12", - "@jupyterlab/vdom-extension": "^1.0.0-alpha.12", - "@jupyterlab/vega5-extension": "^1.0.0-alpha.12", + "@jupyterlab/application": "^1.0.0-alpha.13", + "@jupyterlab/application-extension": "^1.0.0-alpha.13", + "@jupyterlab/apputils": "^1.0.0-alpha.13", + "@jupyterlab/apputils-extension": "^1.0.0-alpha.13", + "@jupyterlab/codemirror-extension": "^1.0.0-alpha.13", + "@jupyterlab/completer-extension": "^1.0.0-alpha.13", + "@jupyterlab/console": "^1.0.0-alpha.13", + "@jupyterlab/console-extension": "^1.0.0-alpha.13", + "@jupyterlab/coreutils": "^3.0.0-alpha.13", + "@jupyterlab/csvviewer-extension": "^1.0.0-alpha.14", + "@jupyterlab/docmanager": "^1.0.0-alpha.13", + "@jupyterlab/docmanager-extension": "^1.0.0-alpha.13", + "@jupyterlab/documentsearch-extension": "^1.0.0-alpha.15", + "@jupyterlab/extensionmanager": "^1.0.0-alpha.13", + "@jupyterlab/extensionmanager-extension": "^1.0.0-alpha.13", + "@jupyterlab/filebrowser": "^1.0.0-alpha.13", + "@jupyterlab/filebrowser-extension": "^1.0.0-alpha.13", + "@jupyterlab/fileeditor": "^1.0.0-alpha.13", + "@jupyterlab/fileeditor-extension": "^1.0.0-alpha.13", + "@jupyterlab/help-extension": "^1.0.0-alpha.13", + "@jupyterlab/htmlviewer-extension": "^1.0.0-alpha.14", + "@jupyterlab/hub-extension": "^1.0.0-alpha.12", + "@jupyterlab/imageviewer": "^1.0.0-alpha.13", + "@jupyterlab/imageviewer-extension": "^1.0.0-alpha.13", + "@jupyterlab/inspector-extension": "^1.0.0-alpha.13", + "@jupyterlab/javascript-extension": "^1.0.0-alpha.13", + "@jupyterlab/json-extension": "^1.0.0-alpha.13", + "@jupyterlab/launcher": "^1.0.0-alpha.13", + "@jupyterlab/launcher-extension": "^1.0.0-alpha.13", + "@jupyterlab/mainmenu-extension": "^1.0.0-alpha.13", + "@jupyterlab/markdownviewer-extension": "^1.0.0-alpha.13", + "@jupyterlab/mathjax2-extension": "^1.0.0-alpha.13", + "@jupyterlab/notebook": "^1.0.0-alpha.14", + "@jupyterlab/notebook-extension": "^1.0.0-alpha.13", + "@jupyterlab/pdf-extension": "^1.0.0-alpha.13", + "@jupyterlab/rendermime": "^1.0.0-alpha.13", + "@jupyterlab/rendermime-extension": "^1.0.0-alpha.13", + "@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.13", + "@jupyterlab/running-extension": "^1.0.0-alpha.13", + "@jupyterlab/services": "^4.0.0-alpha.13", + "@jupyterlab/settingeditor-extension": "^1.0.0-alpha.13", + "@jupyterlab/shortcuts-extension": "^1.0.0-alpha.13", + "@jupyterlab/statusbar-extension": "^1.0.0-alpha.13", + "@jupyterlab/tabmanager-extension": "^1.0.0-alpha.13", + "@jupyterlab/terminal": "^1.0.0-alpha.13", + "@jupyterlab/terminal-extension": "^1.0.0-alpha.13", + "@jupyterlab/theme-dark-extension": "^1.0.0-alpha.14", + "@jupyterlab/theme-light-extension": "^1.0.0-alpha.14", + "@jupyterlab/tooltip": "^1.0.0-alpha.13", + "@jupyterlab/tooltip-extension": "^1.0.0-alpha.13", + "@jupyterlab/vdom-extension": "^1.0.0-alpha.13", + "@jupyterlab/vega4-extension": "^1.0.0-alpha.13", + "@jupyterlab/vega5-extension": "^1.0.0-alpha.13", "@phosphor/algorithm": "^1.1.3", "@phosphor/application": "^1.6.3", "@phosphor/commands": "^1.6.3", @@ -90,7 +91,7 @@ "url-parse": "~1.4.3" }, "devDependencies": { - "@jupyterlab/buildutils": "^1.0.0-alpha.12", + "@jupyterlab/buildutils": "^1.0.0-alpha.13", "css-loader": "~2.1.1", "duplicate-package-checker-webpack-plugin": "^3.0.0", "file-loader": "~3.0.1", @@ -158,6 +159,7 @@ "@jupyterlab/javascript-extension": "", "@jupyterlab/json-extension": "", "@jupyterlab/pdf-extension": "", + "@jupyterlab/vega4-extension": "", "@jupyterlab/vega5-extension": "" }, "name": "JupyterLab", @@ -212,7 +214,7 @@ "url-parse", "xterm" ], - "version": "1.0.0a9", + "version": "1.0.0a10", "linkedPackages": {}, "staticDir": "../static" } diff --git a/jupyterlab/staging/webpack.config.js b/jupyterlab/staging/webpack.config.js index 9d0ceee84060..7d93cf16a066 100644 --- a/jupyterlab/staging/webpack.config.js +++ b/jupyterlab/staging/webpack.config.js @@ -128,8 +128,7 @@ const plugins = [ new webpack.HashedModuleIdsPlugin(), new JupyterFrontEndPlugin({}), new MiniCssExtractPlugin({ - filename: '[name].css', - chunkFilename: '[id].css' + filename: '[name].[chunkhash].css' }) ]; @@ -164,7 +163,10 @@ module.exports = [ }, module: { rules: [ - { test: /\.css$/, use: [MiniCssExtractPlugin.loader, 'css-loader'] }, + { + test: /\.css$/, + use: [MiniCssExtractPlugin.loader, 'css-loader'] + }, { test: /\.md$/, use: 'raw-loader' }, { test: /\.txt$/, use: 'raw-loader' }, { diff --git a/jupyterlab/staging/yarn.lock b/jupyterlab/staging/yarn.lock index 02e5ff0cab4a..53c942b046f5 100644 --- a/jupyterlab/staging/yarn.lock +++ b/jupyterlab/staging/yarn.lock @@ -10,9 +10,9 @@ regenerator-runtime "^0.13.2" "@blueprintjs/core@^3.15.0", "@blueprintjs/core@^3.9.0": - version "3.16.0" - resolved "https://registry.yarnpkg.com/@blueprintjs/core/-/core-3.16.0.tgz#7696c5119c5911ed7aeebf2217d89e79c526a8a5" - integrity sha512-mhacy/2DhZSu9RolXQ/v6B7izJ618cqYgI9O4BbU8yzTHMwsf4iRdoThEJuA2jDG3dvcQPd6+Ix9KZ6xy9fF8w== + version "3.16.2" + resolved "https://registry.yarnpkg.com/@blueprintjs/core/-/core-3.16.2.tgz#c232e44f14d0352b90335c32ca0c2f5fea032517" + integrity sha512-u+mSITWaNDwbdaPrbKx9XyxGsF4725SCAidWjd367ysX7AxCo4PK4SsFQVfXNylXpVWHQhJZekuo7+hdksc9lA== dependencies: "@blueprintjs/icons" "^3.8.0" "@types/dom4" "^2.0.1" @@ -42,29 +42,29 @@ classnames "^2.2" tslib "^1.9.0" -"@jupyterlab/application-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-1.0.0-alpha.12.tgz#e4ed1bf366efcf9ee144ee8612aea60282ea7e9b" - integrity sha512-iSfycYtQfvpJBfa8/Dymy4DDlz+1sCzCwVrnbIKaqPo28Da2oUQE/9/CmOvnCGa//IVrVOniRyHPKoXxm+Gu1w== +"@jupyterlab/application-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-1.0.0-alpha.13.tgz#0e819af4d211ca32631e3580047f50fe78298bf1" + integrity sha512-43b13amkqyj7kg6qSlARCbcOJx19UlSpYqOrF8xYXa+Fm+CQFJRw1zSTixQdnWUa+je/Lx7UYGIzfJJ2iyDtrQ== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/widgets" "^1.8.0" react "~16.8.4" -"@jupyterlab/application@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-1.0.0-alpha.12.tgz#05bf7920926295c21e7b86ddab910450028efae8" - integrity sha512-gd+IPBjrmnYzimnEtJwhn/EtGF+y7+sbFtD7rjVm5y1KZZSezpvLNztBFyJ+nEIULVOLCpY1nj9jXRkrGR+gvQ== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" +"@jupyterlab/application@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-1.0.0-alpha.13.tgz#8d1f6c0498727d2db597cb6aea0cc6df3a70d6ce" + integrity sha512-wMbxaYEh/hCrI/+IejDJpWecUgjEajsKUnyW6Gs7q5an9dCj3pFlAKN2JDjcShLpr8v/m1Fnp180Wr4UvOmsRg== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/application" "^1.6.3" "@phosphor/commands" "^1.6.3" @@ -76,15 +76,15 @@ "@phosphor/widgets" "^1.8.0" font-awesome "~4.7.0" -"@jupyterlab/apputils-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-1.0.0-alpha.12.tgz#56ee559bda53e1965fa509778227464440e98466" - integrity sha512-3o4i12nkGcOmVr3SlrLdTOb+zkjZH8FVFtPfTPYAzbDuFjACE9Qsc2GAB6ZnwOo77ConUiea0JPY14jZTlwZLw== +"@jupyterlab/apputils-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-1.0.0-alpha.13.tgz#dae9c224404be76bf982a726a7e5d8ac82230836" + integrity sha512-Xfhh8gM0Dgab9Rfq5uoRgSZvVNg/sXwucaqMS/al6gyeQQEnftuScm8iZvGbGum7yGNgJKdBjjQbY8lUmGmrKw== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/commands" "^1.6.3" "@phosphor/coreutils" "^1.3.1" @@ -92,14 +92,14 @@ "@phosphor/widgets" "^1.8.0" es6-promise "~4.2.6" -"@jupyterlab/apputils@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-1.0.0-alpha.12.tgz#0c0b7d1b6b48db8ec13415796840c966cf6eb176" - integrity sha512-zRQLOruzoCqXcfLx7G7fzP1S3waTjwNj2XFJ+AGeHDwP2RpfUOjYeXieKLU2CSLJUOh6RtKvBr42qH39VLUxpw== +"@jupyterlab/apputils@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-1.0.0-alpha.13.tgz#11feac8d5621502b855ec50d1d1547c9ce22bb3e" + integrity sha512-58HFREECN3VabLm/KIX0qqEmrNqqMzB1VWrNcaIzw3NOpOf9UvqRVkHxww9m8i5qskcEdsnEPp+ejoTvdUPlbA== dependencies: - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" - "@jupyterlab/ui-components" "^1.0.0-alpha.12" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" + "@jupyterlab/ui-components" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/commands" "^1.6.3" "@phosphor/coreutils" "^1.3.1" @@ -115,22 +115,22 @@ react-dom "~16.8.4" sanitize-html "~1.20.1" -"@jupyterlab/attachments@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-1.0.0-alpha.12.tgz#1c5e55e3d58a007e4421427af3322b24d256ec04" - integrity sha512-359YTe6Rqcw3sccUCxyyAugc7nswbtTlpBzOqBRyHlDeQUdToWo/iCMPEzHrVJAc4dEPliamq7PRs0oZ84LSdw== +"@jupyterlab/attachments@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-1.0.0-alpha.13.tgz#c48cd0d554338c8286cb73a7335449b14b0b0de3" + integrity sha512-Dem/coIBtGAN/E/bqUcCOzqdAaGUPUgnCRmxuwGWeMBFe+gi+aJEafpdNP9xiw6QAR3/ydMo3MTwAQFQNEHgpQ== dependencies: - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/observables" "^2.2.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.12" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/observables" "^2.2.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.13" "@phosphor/disposable" "^1.2.0" "@phosphor/signaling" "^1.2.3" -"@jupyterlab/buildutils@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-1.0.0-alpha.12.tgz#3e130b3dbbda6f778a0b174d91d07ba1ab8b2e89" - integrity sha512-uYdyWte9OVd9BjrI+ZG7YjuV+NubREmnHQXGZ8JeJFeSqOnjyw5JEUP0/zzJzpMnBF5tZJF6zoE4fzgFqmoPJQ== +"@jupyterlab/buildutils@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-1.0.0-alpha.13.tgz#580dd22dc3395e0d4ca2d16c3e018d95dfebe2f3" + integrity sha512-YuOFkQ6JmwCOgLNh5l7yocJ2S8wWbEAjpy6ZlpMB8g7JvwdYFgMDf5mgz07L4PvNNyiwG6Ex6GCplsVID5n4zg== dependencies: "@phosphor/coreutils" "^1.3.1" "@yarnpkg/lockfile" "^1.1.0" @@ -148,20 +148,20 @@ typescript "~3.5.1" webpack "^4.32.2" -"@jupyterlab/cells@^1.0.0-alpha.13": - version "1.0.0-alpha.13" - resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-1.0.0-alpha.13.tgz#1beb5c0eaa634ae2d184010a57601dd5f9de7e46" - integrity sha512-FJzwuVeC7ub5e9M00FqbxE72uqrQ2VS4MygA7nzeMAR2gMNjVhj0uZF0NqA4uL0InJXDKBLAlSFuL49OPQRDSQ== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/attachments" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/codemirror" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/observables" "^2.2.0-alpha.12" - "@jupyterlab/outputarea" "^1.0.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" +"@jupyterlab/cells@^1.0.0-alpha.14": + version "1.0.0-alpha.14" + resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-1.0.0-alpha.14.tgz#9ac5b38c7c0327aaf6d24566dc6abc2f8779c8f2" + integrity sha512-45F4znFrlgmiiG2PmTHuM0EGNhMjI3GvQFWq9uVZ4B/EbDnyelYEVevyNyJrAzkmoXqo6VrhmSO0H4l2qDzyzQ== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/attachments" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/codemirror" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/observables" "^2.2.0-alpha.13" + "@jupyterlab/outputarea" "^1.0.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/messaging" "^1.2.3" @@ -170,13 +170,13 @@ "@phosphor/widgets" "^1.8.0" react "~16.8.4" -"@jupyterlab/codeeditor@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-1.0.0-alpha.12.tgz#99daa845190616b07185fed7a7bdfa17d1f95d57" - integrity sha512-KxfGcdOY5c2fdcKTVtKMVkZToj5kDL0vkOTC0T36SqmsPbF2Bqf+DaVnLp99mYKZ93MCopT4WcrKWNioUvjVtQ== +"@jupyterlab/codeeditor@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-1.0.0-alpha.13.tgz#2298226d7a6f53ff59d7bdc728c7d9ed78b1c79d" + integrity sha512-W8vm5MfvKgV6+brViFo2siFpA+z/UiOM1vIuddK/NK5EnpCrFL6sXoCXFiEeV9h5Q+JYZrdut0gJguHrV8uLCg== dependencies: - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/observables" "^2.2.0-alpha.12" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/observables" "^2.2.0-alpha.13" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" "@phosphor/dragdrop" "^1.3.3" @@ -184,32 +184,32 @@ "@phosphor/signaling" "^1.2.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/codemirror-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-1.0.0-alpha.12.tgz#b7001cfd9d8602e43fa9f8cb019204ec15d1917f" - integrity sha512-87Iv7UKUrVgcVSIwztcUS0ilkuuw5muXtZDfnQqxc8TRiPPIh6+dHGMIIPPTukl4BV9RMT6JYtEEaVEt/oTCTQ== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/codemirror" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/fileeditor" "^1.0.0-alpha.12" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" - "@jupyterlab/statusbar" "^1.0.0-alpha.12" +"@jupyterlab/codemirror-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-1.0.0-alpha.13.tgz#7f8ad1827e6a8cb7d51060cc6aec7290341b27b5" + integrity sha512-/+hgpPXhcukT97UXl0CTCtLDhLyRX0YA6SOfGdNBmP5fJ+AMbhdjBVZDxFtDXv6SuMWjQE9ZQIssS8Rwre+ADg== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/codemirror" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/fileeditor" "^1.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" + "@jupyterlab/statusbar" "^1.0.0-alpha.13" "@phosphor/widgets" "^1.8.0" codemirror "~5.47.0" -"@jupyterlab/codemirror@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-1.0.0-alpha.12.tgz#d43f0703b62ed9cfdcbfbc00e9114979408b9e41" - integrity sha512-0wlQhzD1GL6w2m4GClQcfU7pOWv300on/zzFcMqrDDU3CCFq0DCTX5HVKSm7XEAAv6OFMk0VzTHiXTlgDMkK9Q== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/observables" "^2.2.0-alpha.12" - "@jupyterlab/statusbar" "^1.0.0-alpha.12" +"@jupyterlab/codemirror@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-1.0.0-alpha.13.tgz#edfae9ab650ae3ad6a73a1a8fabb4f51e7dfe802" + integrity sha512-mSOS8XGjXAt9BqZRE79Er9dr0PsNMhT9hyxqqvdoH7eOr7ufJxpyOicuP2lDdP78/aOyWovyM4ZbsFHd+Jo+xg== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/observables" "^2.2.0-alpha.13" + "@jupyterlab/statusbar" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/commands" "^1.6.3" "@phosphor/coreutils" "^1.3.1" @@ -219,29 +219,29 @@ codemirror "~5.47.0" react "~16.8.4" -"@jupyterlab/completer-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-1.0.0-alpha.12.tgz#2b8003e6dcffbf1ccae03f26f9bd8376e6577883" - integrity sha512-9UBZ+ZZ57zymNZXA58vG1I27YnRKhKmFOdjOAL9o9+1G3GnBTIFUuK+b0Isos5UdaTGK2dyGex+XiQ5NzTpGEw== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/completer" "^1.0.0-alpha.12" - "@jupyterlab/console" "^1.0.0-alpha.12" - "@jupyterlab/fileeditor" "^1.0.0-alpha.12" - "@jupyterlab/notebook" "^1.0.0-alpha.13" - "@jupyterlab/services" "^4.0.0-alpha.12" +"@jupyterlab/completer-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-1.0.0-alpha.13.tgz#e589bb747958e086f5a88a267e1c7fe9d2a58c98" + integrity sha512-O0o52H0aXUljGy0eCHc/Gue6kwI/og0u+qjpTZ+hAHyVfbiMonGYo5IbzwY85GnEWLQluMsHThdHZ6mZIDasMQ== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/completer" "^1.0.0-alpha.13" + "@jupyterlab/console" "^1.0.0-alpha.13" + "@jupyterlab/fileeditor" "^1.0.0-alpha.13" + "@jupyterlab/notebook" "^1.0.0-alpha.14" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/completer@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-1.0.0-alpha.12.tgz#4f33be78ec71500ea4fd31806a6edbd0c268e449" - integrity sha512-3UXC6DUfIxc7LVSWvacS1qr/KpmrGSs6UOqir3F0+wFqjMA/65MC5PFjyymhN/oEfTCtexVMDCAJc3pMp1RR6w== +"@jupyterlab/completer@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-1.0.0-alpha.13.tgz#9229f412b4b0983d88e95cdfa9ad0f58c8727e59" + integrity sha512-2HhSS7RI+JEbmh1jOpMGtv7jguPEj34HN68LBbTNEK86QGIUArzE7cCC7o6EV1WPcBvscPmZlwqMTi9FgJVG6w== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" @@ -250,38 +250,38 @@ "@phosphor/signaling" "^1.2.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/console-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-1.0.0-alpha.12.tgz#94ff4486c9d91287f29af97082d9a89e958b4d0c" - integrity sha512-gumkSYdy3K4y5Ibetc+HRhTLJJ/yLwj5GHQFVv95wNXMQKKSkfyRrFDzerrvaSBCSt4FlCrlEvK/xFZb9YIDfQ== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/console" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/filebrowser" "^1.0.0-alpha.12" - "@jupyterlab/launcher" "^1.0.0-alpha.12" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" +"@jupyterlab/console-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-1.0.0-alpha.13.tgz#38a7b418ecfe638f483cf552ffbbfb3ee1d352bc" + integrity sha512-pHNvhhHAo1ZNtPA+bbkCGtXz5a5jMrH/2TaVggNiUBnfJCUEECWQzLayWxI3ogEJP9A1AutgN7RYotELebWLrw== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/console" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/filebrowser" "^1.0.0-alpha.13" + "@jupyterlab/launcher" "^1.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" "@phosphor/properties" "^1.1.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/console@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-1.0.0-alpha.12.tgz#c9458dfe273f74ccaa600f13bd66a30c4271a61b" - integrity sha512-FgE9R/Qe8URb9UMeJzgzVB4Ixly76xHYGwkj367ZyO8N3l4KOyRDX8WpOIIDfkUOJdKrDBWLOsGkJcf4H9XUdw== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/cells" "^1.0.0-alpha.13" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/observables" "^2.2.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" +"@jupyterlab/console@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-1.0.0-alpha.13.tgz#bc27f13d4b87abbce74b159e0402a55ff96c94c7" + integrity sha512-dSOS3f9aoHUzyaixAkR/yxnUNWfX6M9MpkxPhrV0mpwkkXTwZOhTjvbqteRp8+zTJ2XjW3DHGMNcaqPKIMuCnw== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/cells" "^1.0.0-alpha.14" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/observables" "^2.2.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" @@ -290,10 +290,10 @@ "@phosphor/signaling" "^1.2.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/coreutils@^3.0.0-alpha.12": - version "3.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-3.0.0-alpha.12.tgz#f4546f9b0650246160ce1fc3d1ee16ae7896c699" - integrity sha512-iCqjzamrUqP4M2UobwDGV8Z/aKJf/+jmE6Kz85dXffWIAIKgUCdHo/bkZeHPjxbUfGkCO103fglOJyEyTOjusw== +"@jupyterlab/coreutils@^3.0.0-alpha.13": + version "3.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-3.0.0-alpha.13.tgz#75f83352342fb587c1543173c576c6b94e644981" + integrity sha512-SW71EP4Tyk6E7Q/DvomG0u1FND8WCJoVnovh8FLaHBFG70nLMn0+bubTHWhjaS74vLqSpATxhxtGTqt+l+IdQw== dependencies: "@phosphor/commands" "^1.6.3" "@phosphor/coreutils" "^1.3.1" @@ -307,28 +307,28 @@ path-posix "~1.0.0" url-parse "~1.4.3" -"@jupyterlab/csvviewer-extension@^1.0.0-alpha.13": - version "1.0.0-alpha.13" - resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer-extension/-/csvviewer-extension-1.0.0-alpha.13.tgz#a9d6a752569d289a155def76081c7af2b31356f0" - integrity sha512-CCe37zhiLYPxyq+vimAYEOn6Hmkp9PnwkD0R8ZNRPU1iLapDWLvK4F7r1iWcHGh7o6IMEg+GpB5RKzTXJhDfqw== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/csvviewer" "^1.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/documentsearch" "^1.0.0-alpha.13" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" +"@jupyterlab/csvviewer-extension@^1.0.0-alpha.14": + version "1.0.0-alpha.14" + resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer-extension/-/csvviewer-extension-1.0.0-alpha.14.tgz#fb50be69f3a3953ee1960270e042a33c0b633fc6" + integrity sha512-BVdoc8DZddHzR1fvipCtZUon1HTnoKX5Bct1Dfnyfv5zg7B9b27G7Ro/k3mXEpxjMCPDdfhWNPYK/22xLqRwLg== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/csvviewer" "^1.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/documentsearch" "^1.0.0-alpha.14" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" "@phosphor/datagrid" "^0.1.9" "@phosphor/signaling" "^1.2.3" -"@jupyterlab/csvviewer@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer/-/csvviewer-1.0.0-alpha.12.tgz#fb0aac1cc49fc5e9c758318e790612fc2df003e0" - integrity sha512-0UmaUtdWQGXBKnpdj2Wamt/Fq4RNjmD3lE/J2OSKrScac/XbesAYakeLdJ4bOIGLPW9oOwbkfeLuwjxITZiL4A== +"@jupyterlab/csvviewer@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer/-/csvviewer-1.0.0-alpha.13.tgz#b68517e87f5d137ae32b48cc2453a740352699af" + integrity sha512-zcV0FlDwXHLwOPlqubhzGYXZXoWWHfTuTi+0TU4qwaDLz7pKcM0DSjuBIOmbrm9JmbRxOo4nf+lTP9iRtS5mog== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/datagrid" "^0.1.9" @@ -337,33 +337,33 @@ "@phosphor/signaling" "^1.2.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/docmanager-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-1.0.0-alpha.12.tgz#060b4f16052e13f0c1bc85f16c79f7cca7f0e101" - integrity sha512-mkpf+14DhTQmV7jpHHk+7Um7cG1EopBUgDhvq4AqTVPwv1FsDVFTotpd60Zc80dxk3AWmoRd1Q406Ju/aZA1tw== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docmanager" "^1.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" - "@jupyterlab/statusbar" "^1.0.0-alpha.12" +"@jupyterlab/docmanager-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-1.0.0-alpha.13.tgz#c90bdd74d590b619126cd29763603358b69d5f62" + integrity sha512-mz0rW4OS4GZVzpceWjBXg/sQxBhety+VfSNBcnVDSEDDhUEoDtCkWDbufSp1qnHO6uhXxVWb8tB6nPspR9Z9cg== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docmanager" "^1.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" + "@jupyterlab/statusbar" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/disposable" "^1.2.0" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/docmanager@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-1.0.0-alpha.12.tgz#b6bee4972d5b9b0940f06545cf4f49c0290e71a6" - integrity sha512-nYphc35p+tApzcCxlvqSRs897GvfeJuXURV0ATuBDr8WhW3CSU9UqaSpYlQsPLC6dsVtak08V4xUc8IS7t5JMw== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" - "@jupyterlab/statusbar" "^1.0.0-alpha.12" +"@jupyterlab/docmanager@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-1.0.0-alpha.13.tgz#c7bb9d1210024b180e71670f19b426b61f330ac2" + integrity sha512-IQHZMdPTGaaxGwBDOvUUSyIBhqEiU2ML0FDmwhzMBPW13XySBObwYSZHlIIzuWG+Av0Ff/5ucaFAn9x/bHL2Mw== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" + "@jupyterlab/statusbar" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" @@ -373,19 +373,19 @@ "@phosphor/widgets" "^1.8.0" react "~16.8.4" -"@jupyterlab/docregistry@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-1.0.0-alpha.12.tgz#37c0db4d4d841dcf44d6f75d7abc386cfa07e928" - integrity sha512-AAGD+z9pqiq9QDUJk5X03rlJyQcq9DDvXSeWZRg3Yp0y/MKB7+JUX904bL/LeZNHIzuhc+VHngfcrzxGJ7j3FA== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/codemirror" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/observables" "^2.2.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" +"@jupyterlab/docregistry@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-1.0.0-alpha.13.tgz#dd81281cc90ea8f2a6436c63b78aa3419c0b79de" + integrity sha512-DdsCjUsjwMMv1ioCirZA0/LCaI7pYzyR74FNL8C2PahchuT1Z/itgb4C9xfHp5yz/t1wFdssDRxwwFCrXJJHHQ== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/codemirror" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/observables" "^2.2.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" @@ -393,29 +393,29 @@ "@phosphor/signaling" "^1.2.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/documentsearch-extension@^1.0.0-alpha.14": - version "1.0.0-alpha.14" - resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-1.0.0-alpha.14.tgz#b5edbe28cee8421dc9265e901e3270f88a414cd2" - integrity sha512-PVdBdIDiehI8FTPuXyBWJkvOBsy9NmRyi+wwyA/IwwCt5gmxyOoJXu9WrexCmSYHl8Swg2AbJ/sWnjL1C+bsmw== +"@jupyterlab/documentsearch-extension@^1.0.0-alpha.15": + version "1.0.0-alpha.15" + resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-1.0.0-alpha.15.tgz#df7f9d233674ff3439ad1b1b4b725a4a8e6f667f" + integrity sha512-e6zFNU5fX5mNvBKh9b4lnvMMAWSc2X/j3HC7PjHvOy9QFVMix2h+s6DA44CsKrPMewsbMI8T/zHNv0B+IO/gBA== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/documentsearch" "^1.0.0-alpha.13" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/documentsearch" "^1.0.0-alpha.14" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/documentsearch@^1.0.0-alpha.13": - version "1.0.0-alpha.13" - resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-1.0.0-alpha.13.tgz#47a4ec01925c1ec736dae6536a54a0277ff29565" - integrity sha512-qoB5e8xlE+Mxrg+/RHeoSkWecDBYug27Xm39Itza3TYEtP6hfCMSgS3bhAZzif8LLwyDUZVeBn1M/E+EPDMZVw== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/cells" "^1.0.0-alpha.13" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/codemirror" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/fileeditor" "^1.0.0-alpha.12" - "@jupyterlab/notebook" "^1.0.0-alpha.13" +"@jupyterlab/documentsearch@^1.0.0-alpha.14": + version "1.0.0-alpha.14" + resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-1.0.0-alpha.14.tgz#a9cf606255a2bf5dd34f6d5b7e5e3bef632d3429" + integrity sha512-oXEHTGk/7OUYJSQz127xE3jPxCKsJFCbI23vMyjZY6upLI0OEpRTvMwcopwvNvkZ38FhKOIc76tDCeKyLL2Eqg== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/cells" "^1.0.0-alpha.14" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/codemirror" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/fileeditor" "^1.0.0-alpha.13" + "@jupyterlab/notebook" "^1.0.0-alpha.14" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" "@phosphor/signaling" "^1.2.3" @@ -423,59 +423,60 @@ codemirror "~5.47.0" react "~16.8.4" -"@jupyterlab/extensionmanager-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager-extension/-/extensionmanager-extension-1.0.0-alpha.12.tgz#d6088f9e7792c3374d72febec9227fe22c77fb74" - integrity sha512-/sSqHreS+77afNiGnMFiZnd+fOCn8dIz02+B61Y7ebfD36whD4QSNN7aRYw66rh9BCxQi6aj9IpH9u4b5Ta7Bw== +"@jupyterlab/extensionmanager-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager-extension/-/extensionmanager-extension-1.0.0-alpha.13.tgz#4734c7a095879c43c06aebe7ddaac1f3ff19d795" + integrity sha512-Lo6D2roJMR1kKHZypEIGRvp3Y/MWM2NegadTWwUtVjosviL6z5+DrdlsDh7IrqNKqUl0BgjZZ3TxU/mi2XfrAg== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/extensionmanager" "^1.0.0-alpha.12" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/extensionmanager" "^1.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" -"@jupyterlab/extensionmanager@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager/-/extensionmanager-1.0.0-alpha.12.tgz#dd1a0d7441afdc9496723b8b81fca23988f53697" - integrity sha512-mOd4gKw7yZ3n293tZ77FVOVHG93lkdl3FBqgfUAL0ezsrmOAAI2IINbElwFzAJp/MJRzKVY1B9GN61YLvWv2Vw== +"@jupyterlab/extensionmanager@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager/-/extensionmanager-1.0.0-alpha.13.tgz#c20948f485f2c5fd8cb1c84476375b82021f5420" + integrity sha512-K3MYl7882XI1eNEaHNkC8DJlC4iYxnLyOOhhWaT7qs9AzXCrnj+pVqjoW9ySS2C6YvhU44180Xoq99zR+rRwKA== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" - "@jupyterlab/ui-components" "^1.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" + "@jupyterlab/ui-components" "^1.0.0-alpha.13" "@phosphor/messaging" "^1.2.3" react "~16.8.4" react-paginate "^6.3.0" semver "^6.1.0" -"@jupyterlab/filebrowser-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-1.0.0-alpha.12.tgz#bcda4e91f5a5b35d25c0957dbc8daf4503dbab50" - integrity sha512-8VzjaowtNyZZsoD30hEWSjfzZkFfsU8Q88zmrOCZu60BPQTu6vYxdAGPuJnEkcDJLRSMpgLv67A7PfRU9948Rg== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docmanager" "^1.0.0-alpha.12" - "@jupyterlab/filebrowser" "^1.0.0-alpha.12" - "@jupyterlab/launcher" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" - "@jupyterlab/statusbar" "^1.0.0-alpha.12" +"@jupyterlab/filebrowser-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-1.0.0-alpha.13.tgz#c14cf4438ff7c3a604ec6b54e021af5c1d7c335c" + integrity sha512-EbwjBUytXl9p489SRJpixwdLegzKLmW9/pyyEecndDNaKxLmNI8MRhQLPvOEASTbl+/Q/xubNky7c+egppqdCw== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docmanager" "^1.0.0-alpha.13" + "@jupyterlab/filebrowser" "^1.0.0-alpha.13" + "@jupyterlab/launcher" "^1.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" + "@jupyterlab/statusbar" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/commands" "^1.6.3" "@phosphor/messaging" "^1.2.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/filebrowser@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-1.0.0-alpha.12.tgz#4e92eb6f943ba2e6178b27d40055daaadcb31c07" - integrity sha512-vRcMmx5WF42SX+LAWrsFSCCSVMpP9q3fQml22SLDujh/vtY+OH1dn+Qh2h5xSQEtVJ2JIDGvB1ys8nr+UvUbJA== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docmanager" "^1.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" - "@jupyterlab/statusbar" "^1.0.0-alpha.12" +"@jupyterlab/filebrowser@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-1.0.0-alpha.13.tgz#af602ea6808fc2ed7173526a68a393e31a54e585" + integrity sha512-lYdKeP+rkNgEbW8qWbEmF/BCVOAmpeEnxTv+TVM7FGZddgo64+Wq2m9AtHCkmJZK5g88XNmGPoEcN9tPp5jdNQ== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docmanager" "^1.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" + "@jupyterlab/statusbar" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" @@ -486,150 +487,150 @@ "@phosphor/widgets" "^1.8.0" react "~16.8.4" -"@jupyterlab/fileeditor-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-1.0.0-alpha.12.tgz#013555322ef8e3d3f69625f4c07271d76f02d485" - integrity sha512-Wmx9H8e74fpp5OqxSHig19Ug13af/fvfIz6+0bfXUCqW0Pn0xhdcQoClFCDs31u1uXKoq1vNHKYRpw/ulzeAaA== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/console" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/filebrowser" "^1.0.0-alpha.12" - "@jupyterlab/fileeditor" "^1.0.0-alpha.12" - "@jupyterlab/launcher" "^1.0.0-alpha.12" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" - "@jupyterlab/statusbar" "^1.0.0-alpha.12" +"@jupyterlab/fileeditor-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-1.0.0-alpha.13.tgz#47c7eb340bd1eccd735f11d1521f507fba63ec66" + integrity sha512-EqVQy5SRJ0+kfc1VeqGFIPf/yNNMFwhcjTCau54AyEB+hvcm2xTfu7Y96GHjkW+ZWxmFyQu0qW7d4ICcePqAtw== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/console" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/filebrowser" "^1.0.0-alpha.13" + "@jupyterlab/fileeditor" "^1.0.0-alpha.13" + "@jupyterlab/launcher" "^1.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" + "@jupyterlab/statusbar" "^1.0.0-alpha.13" "@phosphor/coreutils" "^1.3.1" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/fileeditor@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-1.0.0-alpha.12.tgz#13f547ac20208561093c1978ccc88f32ec277346" - integrity sha512-2qOgsYVFlnOby0P2YwuEH20XXESVi9MfFlTCUDiyRnBprEmxHH6qi7JlyEpvE7ctJQ26GS6n0S+Ufl7Cdoiomg== +"@jupyterlab/fileeditor@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-1.0.0-alpha.13.tgz#ee4df88446fbb29ca9fb0b60c38ab3719a6ebf4c" + integrity sha512-MQ8fcLiBmB3KfkMwbhtySz67rvb5e4OB3HSmp/ViZHGVzFenf+UgKMXl5USgSlFQCsrE+U/yJQ+D1Cl9ZonAQQ== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/statusbar" "^1.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/statusbar" "^1.0.0-alpha.13" "@phosphor/coreutils" "^1.3.1" "@phosphor/messaging" "^1.2.3" "@phosphor/widgets" "^1.8.0" react "~16.8.4" -"@jupyterlab/help-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/help-extension/-/help-extension-1.0.0-alpha.12.tgz#ef3be104129c0cd2ca68bc6a2409e1f79be014d1" - integrity sha512-aduKhGCG3P4Py2zQH/flFu3G/KPgda4GVRglKzRyqL3c4llL838EDLI/E+VaYJicLD6jZLVY0ofS2NqU3N091g== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" +"@jupyterlab/help-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/help-extension/-/help-extension-1.0.0-alpha.13.tgz#4729170d35e03023be170ec5d38ef2631b654729" + integrity sha512-3CQSQX9Ii4b18UyYx+C7BaU5KJCYQQK+8VFvgP2TaxRVWfbqZH+fcUAiby26s2oLLpbveD9Oex4L/Y0aa5kDWQ== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/widgets" "^1.8.0" react "~16.8.4" -"@jupyterlab/htmlviewer-extension@^1.0.0-alpha.13": - version "1.0.0-alpha.13" - resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer-extension/-/htmlviewer-extension-1.0.0-alpha.13.tgz#9190259dd738f292b1247f4f8e1e1ea6726366df" - integrity sha512-HRtUUHy2mB2hby1+0zTBAo282zTLvkImfaXXfUWT6yTWeqUUOW9O6uEcKGKxNCW+q47CLeXuh805l4bF7mP2pA== +"@jupyterlab/htmlviewer-extension@^1.0.0-alpha.14": + version "1.0.0-alpha.14" + resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer-extension/-/htmlviewer-extension-1.0.0-alpha.14.tgz#8096a195d89f966f70c174bb69c45e101383dfaf" + integrity sha512-hWeNcKb6if/8JdCHLla9lbDyE0zTjfzCks8jselqMAWLCB74anxfxz+hmHQZr/GZvLHz9wD1D/hCqqR2h2SFSw== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/htmlviewer" "^1.0.0-alpha.13" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/htmlviewer" "^1.0.0-alpha.14" -"@jupyterlab/htmlviewer@^1.0.0-alpha.13": - version "1.0.0-alpha.13" - resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer/-/htmlviewer-1.0.0-alpha.13.tgz#875bd0a5532fe88dd8840bcc3bd22f306331b352" - integrity sha512-GeacANsObWXt8U0EpyTxPBBM85Awofe/IqToXIqZNcsV4m3Hzgn2GkbB0cmhW/5yQR2lsetQoG6kFT/TRSoQTA== +"@jupyterlab/htmlviewer@^1.0.0-alpha.14": + version "1.0.0-alpha.14" + resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer/-/htmlviewer-1.0.0-alpha.14.tgz#b22aa764fbe718cf5302960ce2bb975980d5526a" + integrity sha512-xjKCcIxgk8lwRrt5pAdiEkNr9Ry0Fgb1tbDnZY7xRQmkLBbjZgklgs4R9btl3mk2e2EpuZ/xDwPhrnsbE5M09w== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" "@phosphor/coreutils" "^1.3.1" "@phosphor/signaling" "^1.2.3" react "~16.8.4" -"@jupyterlab/hub-extension@^1.0.0-alpha.11": - version "1.0.0-alpha.11" - resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-1.0.0-alpha.11.tgz#c602d130c6cf468159d8593e3c38e1bc6de9171c" - integrity sha512-AdmP4uPx1yC/5o74PtIbuNfz4jZHMTuqhVi8DHR4YyztUm7IwGTqY4YSWsTWVN/E6yv97MZ2fZlrboHdYMkO3A== +"@jupyterlab/hub-extension@^1.0.0-alpha.12": + version "1.0.0-alpha.12" + resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-1.0.0-alpha.12.tgz#b8280634e9eca85d254c47fbbac8679518fc3e06" + integrity sha512-JpUrLuFTiZMgv4TYKZbbZmXns5qieg13z37EOdIQ2Q+X665bys8G2TN2cwBmhsb99ozgowXWJR5ay0lxMWihwg== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" -"@jupyterlab/imageviewer-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer-extension/-/imageviewer-extension-1.0.0-alpha.12.tgz#87c3bce6cb578ca8fa4ef7635662f99d384d9035" - integrity sha512-0ZymQUjmRqzZG2kx4Qu//W/sRuieiMHsgAME0PLu6IB2153SvfM/Cr6otbbtzZQw0i/CLDTnEIetZ6SFJ7VrUA== +"@jupyterlab/imageviewer-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer-extension/-/imageviewer-extension-1.0.0-alpha.13.tgz#beb6318c622c128505ade16b4858b6e3a3697fc3" + integrity sha512-q8aeNRRKxQqnZhfrYAiRDfPlhMNOxVFByOBrOm5FiH2PgHLnT2c7duBXwDP7RoVvDqlE8qLFhvTJf3FhA3fwKw== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/imageviewer" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/imageviewer" "^1.0.0-alpha.13" -"@jupyterlab/imageviewer@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer/-/imageviewer-1.0.0-alpha.12.tgz#dba50fe463f625c3ae228e0af297b142a78891aa" - integrity sha512-bPvZuZ5ZrHKvVFo7TSKk/dKa2/MMrlQSZ/iRQre2ueAh4NjxA3OJc+K4St9k+E97AYq8TeAm7iWHl3uxXtNhQw== +"@jupyterlab/imageviewer@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer/-/imageviewer-1.0.0-alpha.13.tgz#bab9057efb6d80c824e86c4a105e685dc9366aae" + integrity sha512-9VkCHooTDp9OSed6EELcnBiX/Xc6KtralSkDliT3GkxZTsccJpy/+kRmmNKPi2708kiH7s/x8lA8e+H5i74uIQ== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" "@phosphor/coreutils" "^1.3.1" "@phosphor/messaging" "^1.2.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/inspector-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/inspector-extension/-/inspector-extension-1.0.0-alpha.12.tgz#52a7f1b0cc7993527d7d52f0128e1a2330034d00" - integrity sha512-UwGhz3gXBZuBG7VM5o7r9CW9Nr2IIjyfzfZFKeI1ziSwwRw94p6r6O4T3nv1sdpPnWWiTtqu2a4LN/IRID7SNw== +"@jupyterlab/inspector-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/inspector-extension/-/inspector-extension-1.0.0-alpha.13.tgz#cf1c2620fc91f75d01c865836a999d7fc2527326" + integrity sha512-57ZluIOtFauUdz0ASI5dJtMzSF0L8+q38vJGenyWyLqmhInRD22N3UFpgqTIP54SD29nkVgeTqmgF4/VQMLF9w== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/console" "^1.0.0-alpha.12" - "@jupyterlab/inspector" "^1.0.0-alpha.12" - "@jupyterlab/launcher" "^1.0.0-alpha.12" - "@jupyterlab/notebook" "^1.0.0-alpha.13" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/console" "^1.0.0-alpha.13" + "@jupyterlab/inspector" "^1.0.0-alpha.13" + "@jupyterlab/launcher" "^1.0.0-alpha.13" + "@jupyterlab/notebook" "^1.0.0-alpha.14" -"@jupyterlab/inspector@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/inspector/-/inspector-1.0.0-alpha.12.tgz#9e13851fd06422556508ab8a4aa88926a38fdb36" - integrity sha512-t3ZrWY7SwrlyNxNBTo++YxCWig7OmBPnyJ5TyjpgEoo6WtFc0Dv4efpHsZgTj2yRpuyxkCsNj1AEWusGXDn/SQ== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" +"@jupyterlab/inspector@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/inspector/-/inspector-1.0.0-alpha.13.tgz#ad028bec5b6c78a8e243087b31863c1fdd797ce3" + integrity sha512-roD3FvEspVsrofClSsK09rlxYqRWdbrOiyBm8qEcwRBB1opekt/CFiHs9/aM08pbsZ9iPzJr45dAaO3r4dwj2Q== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" "@phosphor/signaling" "^1.2.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/javascript-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-1.0.0-alpha.12.tgz#fc317bf32943a7e872c05ac06e933f7372df6498" - integrity sha512-WQW2fh8+nkVfGgNx+a7JexhpKevl9oMStIQpxHDt3Jz1Fg24dL0F+lbG5x15GjI4qR6ubbu4tzUJLJXeF6LMsA== +"@jupyterlab/javascript-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-1.0.0-alpha.13.tgz#4776deb37be36ff9a3dcbad570e1d3378bbab7e2" + integrity sha512-UDeTs37GHeb9lthLGWhwn76JshfsUToNDhXf7N22iKyqJzUwXEpU84TM9nKxt2Smg/YYeQc+nhDoQrSo/XrsBQ== dependencies: - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.12" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.13" -"@jupyterlab/json-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-1.0.0-alpha.12.tgz#8ec790e85c390e48c56d18e1b8c97af014ab4672" - integrity sha512-5TdCgvABSjl9RE6F/YYotSaWDpgDLcccSc/bPQ7KN7MDgGUU250+nuxq1bXk2t0YY/LccpIz52FPq22+vPzKuQ== +"@jupyterlab/json-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-1.0.0-alpha.13.tgz#779ad2678cd9a7404f9ed49b682d8fbd2de52689" + integrity sha512-os19rT+dnCfGQdwroQ6iR7Mvgz74v7Gqm+LSqcE7qQe4myJVM8g0wXTKcU5QWcTvi33mH1dtRXXxX5FK8naXzg== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.12" - "@jupyterlab/ui-components" "^1.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.13" + "@jupyterlab/ui-components" "^1.0.0-alpha.13" "@phosphor/coreutils" "^1.3.1" "@phosphor/messaging" "^1.2.3" "@phosphor/widgets" "^1.8.0" @@ -638,24 +639,24 @@ react-highlighter "^0.4.0" react-json-tree "^0.11.0" -"@jupyterlab/launcher-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/launcher-extension/-/launcher-extension-1.0.0-alpha.12.tgz#8d9fddb24580aec5be366ad6a780fe31bcdb818d" - integrity sha512-GzuWK5BPsjZ34LC9HAOrho7vwZK9bZTJewEcof2+OjlsKDtkLa9gYv7mTWqZZRj7GVyamaOViZbOVQho8iPE1Q== +"@jupyterlab/launcher-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/launcher-extension/-/launcher-extension-1.0.0-alpha.13.tgz#20e035914684eeba8ac54c657d92c005c46dda63" + integrity sha512-uAl0EzJZPq0uZ0eoMfw8kpiPjlej9e/4Qk8Xw0di6SwygS07ta3dOAmm5Tu+ce+IJvq05SxQSVwX2SkvbkEYxw== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/launcher" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/launcher" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/launcher@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-1.0.0-alpha.12.tgz#ca3dca28f3041f8ff915a772b9b731e4aba1024c" - integrity sha512-A5OtnwB4yANQcfhuiYnLIWGtb5Ub5GE6bPlPfkDh/DLYmCZdT1gEwsNz7xFGrQJw++8tBHpwH/z8HDYOQ99vAA== +"@jupyterlab/launcher@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-1.0.0-alpha.13.tgz#fbc48135a7957f5b5a9af1a1024a0de3f87e8b4f" + integrity sha512-y/Ude/oUYfv8pPheFDNGro8WRTi5XSRSDpCBrsRx2O+scYu6bIGlXM50h2ez2MAwPTlOCPriu03Qrf+zjhNIFA== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/commands" "^1.6.3" "@phosphor/coreutils" "^1.3.1" @@ -664,94 +665,94 @@ "@phosphor/widgets" "^1.8.0" react "~16.8.4" -"@jupyterlab/mainmenu-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-1.0.0-alpha.12.tgz#81ab0feeef8390a730ae9f0608c7c157f3086772" - integrity sha512-JSjSYSl55BOXtfiyE7w1JvEo86ZxITR+OsB31KhCgmfHk9j5SghmrD9/PI2GVKh1QiK89ej70tePzT9BOwBxqQ== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/inspector" "^1.0.0-alpha.12" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" +"@jupyterlab/mainmenu-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-1.0.0-alpha.13.tgz#bba1a21ead9bc3e39097789adf05192f882ad7da" + integrity sha512-9OE3Itazk8qO1u+odQNMEMEq1e4ns9BlWqWs6PVor4Bx/X6QWVbBsrevijqkrL/Jg2eRQApwwTr/hh3Fk84Onw== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/inspector" "^1.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/disposable" "^1.2.0" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/mainmenu@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-1.0.0-alpha.12.tgz#4b4c638217826aadae5f1c20ad8934a61e22820c" - integrity sha512-fzGLEcEPsKbmZPlIr2qixHkYktbLT66ERb/bVYSnNGxVhZS9sUDcuIDvkGR9p3XdtypAwdCyMF482TvUlHTpIQ== +"@jupyterlab/mainmenu@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-1.0.0-alpha.13.tgz#901f2dad446c4c47476847fbd1ffc7e7dfcc1d28" + integrity sha512-7/1urvHkrlmYTllsrgHY7WmkEo0bHMpecVI9a32j7Pc/DdgkiLArerxdTTxeQtQJTvr+PTg/h3BOe3LrYE+i7g== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/commands" "^1.6.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/markdownviewer-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer-extension/-/markdownviewer-extension-1.0.0-alpha.12.tgz#02f83a1ad4644154b7a36b62c04f1cb9002a38ea" - integrity sha512-+3XTiiJ/uYs9uM5OG0qeThlIgFKV8iwsfqaE3xdHl4uAxeIg6u5Ew9dLl/PPYZ3G9DHRA3M3f1ZJW1O9nvNESA== +"@jupyterlab/markdownviewer-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer-extension/-/markdownviewer-extension-1.0.0-alpha.13.tgz#9a6ad91ae85fbd3fce7c87acb6cb4ebd3e089c7c" + integrity sha512-dKYD/TtLpJWQjk6WzGgwBOS/DbsuGJ5M0MovhgW03dnvUJsDVQoUExzndHuyOWXgNjTcnS2pQgnX/UUjdzh22A== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/markdownviewer" "^1.0.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/markdownviewer" "^1.0.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" -"@jupyterlab/markdownviewer@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer/-/markdownviewer-1.0.0-alpha.12.tgz#99137a8fdb6c37f308f04a25ee9befab4448e742" - integrity sha512-LA2NeIPJ/Ux2pF0VSRhnbGhsMIaxRdSx8j8XNIH6w1AGL/B/A+Bs3eVG1TsB1VLH8LwTqXA4AT5TLAnpvw1mjw== +"@jupyterlab/markdownviewer@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer/-/markdownviewer-1.0.0-alpha.13.tgz#21a234d8895f28144b6e4dc19118997e6fbfca6c" + integrity sha512-ucK9evjzmUswI5fOhINqjTlX4o25JyZ3MnsimRkADt/E9vWGf7Wnvk5HBvsiTjB0WRR+BTVYIFwPJNkrCKcv+Q== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" "@phosphor/coreutils" "^1.3.1" "@phosphor/messaging" "^1.2.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/mathjax2-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-1.0.0-alpha.12.tgz#93abecebb6d2db52279c55245ab9fcd69280037a" - integrity sha512-XBmHv3U3PiuxsJhvz8XZExYBDMaN6QNd+VLvv7E8+i2svFPsVcdmZhSQR8Z4eoyRiE9c8aSX2t7kxDOFAfgS+w== +"@jupyterlab/mathjax2-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-1.0.0-alpha.13.tgz#c44f69cea306356421a9b1a4f04c75bafebc760c" + integrity sha512-zQo24JGoLge+ZfxeBz3YAfKbmbTBgbejqZNJjd+DEFvlJDWLHA8+FV3P8ypP21bX8/HAZfhNzvQqnHz60c/4bw== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/mathjax2" "^1.0.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/mathjax2" "^1.0.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" -"@jupyterlab/mathjax2@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-1.0.0-alpha.12.tgz#dfa2de71f4356962ddaf1ee01e2aeb98dcc2fa20" - integrity sha512-j7kWWFirSRFMQFqiA1Gnbsccp0FualUkJSIJkiCnhGmuIjNOAB3VFjnmt+GSDDBXcAUpR+EQd2nI5Hht9oHWbA== +"@jupyterlab/mathjax2@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-1.0.0-alpha.13.tgz#1393df624131cbc53896fec91f64a2090e55862a" + integrity sha512-3sBxc30zovwFMEtp0bY8HtSHc7qBP3ECoiwmPqqoaImLZ20fHFaxMKSmFaqjIN0duavwZ0fS8Mfn2zOnL2JNwQ== dependencies: - "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.12" + "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.13" "@phosphor/coreutils" "^1.3.1" -"@jupyterlab/notebook-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-1.0.0-alpha.12.tgz#4d1de876ad162fd5fb627639ee67df17706771fb" - integrity sha512-AJcmuaJmmcFlEwoBV7FOPPF/+lBWM3FM+QV7mnIGbuwG/G65Iqy8gXZEYmULKGStbM/7mdCz4BSHUvipjbcGtw== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/cells" "^1.0.0-alpha.13" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docmanager" "^1.0.0-alpha.12" - "@jupyterlab/filebrowser" "^1.0.0-alpha.12" - "@jupyterlab/launcher" "^1.0.0-alpha.12" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" - "@jupyterlab/notebook" "^1.0.0-alpha.13" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" - "@jupyterlab/statusbar" "^1.0.0-alpha.12" +"@jupyterlab/notebook-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-1.0.0-alpha.13.tgz#7ab2a770d2ca50e1c255a113ee9c465835682f05" + integrity sha512-bDVob+EJbFBDX/ttEVWI74ghGwvWCryenCo+Y4UKIaDBe6MjUL00uTUsvXUUd6AXGkw34nvt7aNrk7x9qd+ciw== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/cells" "^1.0.0-alpha.14" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docmanager" "^1.0.0-alpha.13" + "@jupyterlab/filebrowser" "^1.0.0-alpha.13" + "@jupyterlab/launcher" "^1.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" + "@jupyterlab/notebook" "^1.0.0-alpha.14" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" + "@jupyterlab/statusbar" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/commands" "^1.6.3" "@phosphor/coreutils" "^1.3.1" @@ -759,21 +760,21 @@ "@phosphor/messaging" "^1.2.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/notebook@^1.0.0-alpha.13": - version "1.0.0-alpha.13" - resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-1.0.0-alpha.13.tgz#209d06b39968e01b8b8896a3696cd64208bdb051" - integrity sha512-ms5BNTivpNtNnqN5hGg5r4m1Kh3iBTxnEHqD78VOWpLwcxvD80HF7r+lQRJzNnm+J+u03ZmWstvKMlsE/eNffQ== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/cells" "^1.0.0-alpha.13" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/observables" "^2.2.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" - "@jupyterlab/statusbar" "^1.0.0-alpha.12" - "@jupyterlab/ui-components" "^1.0.0-alpha.12" +"@jupyterlab/notebook@^1.0.0-alpha.14": + version "1.0.0-alpha.14" + resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-1.0.0-alpha.14.tgz#5e40013486a9b54ad24a45fb3e7ea1ba4c0b90d4" + integrity sha512-hNx3rWcnoK9kXjWLCodFJZo5D/XWlmw0Q1KJJ2XMwWaCYV1PN+gHakBW7IhlRvdW8ZtrR1f79OYzpQ/lKVfVrg== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/cells" "^1.0.0-alpha.14" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/observables" "^2.2.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" + "@jupyterlab/statusbar" "^1.0.0-alpha.13" + "@jupyterlab/ui-components" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/domutils" "^1.1.3" @@ -785,10 +786,10 @@ "@phosphor/widgets" "^1.8.0" react "~16.8.4" -"@jupyterlab/observables@^2.2.0-alpha.12": - version "2.2.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-2.2.0-alpha.12.tgz#14dc4484b3915686175b88ed60aec34b3dd3420d" - integrity sha512-6JlzHYzfvVhr/ZgPr+UMD5ziU24db+4ENL5ngXGeTTgyd95sGZGi5AmKvbIIW7QXIk1NrMJPdUGoHGnBkIS+1w== +"@jupyterlab/observables@^2.2.0-alpha.13": + version "2.2.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-2.2.0-alpha.13.tgz#6fa972c61a9209997c1ef6a057a53a436891be4a" + integrity sha512-5RtoZn3/Vj/ukTK4lmI3cgqbEVNLbt99t8shr4ZoRLEuFOlMkZG5vqGDfDd8tfKVKVi6AUNCsRI3l6LLwIN4fA== dependencies: "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" @@ -796,17 +797,17 @@ "@phosphor/messaging" "^1.2.3" "@phosphor/signaling" "^1.2.3" -"@jupyterlab/outputarea@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-1.0.0-alpha.12.tgz#672a0c49c846c1a1769c2784296fc526f7dc57d0" - integrity sha512-e3v1+UnbEyhOeU//RC1F1wS57KpERoSWzH1XUF5oDcnIjn78pQOk+x/xXGMUVciW/teEnCmUgPi9wuCuVYeJxQ== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/observables" "^2.2.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" +"@jupyterlab/outputarea@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-1.0.0-alpha.13.tgz#6e2334a72eb4e7e1719b72fb64adcecf24b301a7" + integrity sha512-apa0rIwMqibZ21CvaFwr19TlE98UBshKEXiKBkrkreivnYmqxseqsX5u1kak8+b5iPnBNbnG2vhoOr393q/NqA== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/observables" "^2.2.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" @@ -814,44 +815,44 @@ "@phosphor/signaling" "^1.2.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/pdf-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-1.0.0-alpha.12.tgz#d8888f4153029c5c605ce557888c763ec36c9c85" - integrity sha512-2gefPHB7mQ0IZzvn2eWxdF0m0fg0ZtTRn4GeOBQVBY6bh+TF0QOFsc/qBb508DeVwxvMNouQiBmkhzkemFf3zQ== +"@jupyterlab/pdf-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-1.0.0-alpha.13.tgz#da7fed3241b7bc5e721e732b9ba821552def4e43" + integrity sha512-WH2eky8IxB1KLiaKRo3+RWy7JO+d/NL2L/TXhYO0GHwGaFK84m0i2sdK2rxHt1p4fACl/a1k4+teOY/Gcq1JLw== dependencies: - "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.12" + "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.13" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/rendermime-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-1.0.0-alpha.12.tgz#ad53d25352b38973e4ea16b9e1b409a769d44525" - integrity sha512-OUGSajYEG1r3UmsIKYHibgPMXWO1JputC5WyvGUbLnpOeJhUseiPIdcyVPpYSbI1W3EjjTY/nlEZVd+s/BLy6g== +"@jupyterlab/rendermime-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-1.0.0-alpha.13.tgz#bf1b7d69f9bd3047f6be89b6daa860d56f05e9b3" + integrity sha512-5SjVnuNElVh0yCnHCbU1/9FxGrCLwDScj44eQc69svphFPhX5Of3sGNOanjBo+tVHvseXuVheZIxdEH36t/gsg== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/docmanager" "^1.0.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/docmanager" "^1.0.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" -"@jupyterlab/rendermime-interfaces@^1.3.0-alpha.12": - version "1.3.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-1.3.0-alpha.12.tgz#a11b5b9513e904691ab0807209f9b2ff11593b31" - integrity sha512-+Fq6DEB1G7oYNtQLGHibtwrWTe8XqW9ibcclsDMzGxI7qWlzWxni4C1Xf71jKu3rQi2IKdpQ9nZLnyTudvi2LQ== +"@jupyterlab/rendermime-interfaces@^1.3.0-alpha.13": + version "1.3.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-1.3.0-alpha.13.tgz#150c484e177dedf6c22b66d69063f367ad2b7b98" + integrity sha512-YNwzaujCyuPx/GyKSojohVqkmpkQGRlMNMHhJMPD6YAIPGuhUs1xUf4uSLpDsJCa1Ni4GTsO7n6daT91kYP2cQ== dependencies: "@phosphor/coreutils" "^1.3.1" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/rendermime@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-1.0.0-alpha.12.tgz#720e1949c54c8d899794ef7359871c58dbb6c1a4" - integrity sha512-PdEGRWXNv5OfG6t0dvMEQbHm9UqR3pXcsQgxNXGiQ7Y/874jdJwSyVXXoym8JP6nE9yJHvus5SHfDJyZjiL16w== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/codemirror" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/observables" "^2.2.0-alpha.12" - "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" +"@jupyterlab/rendermime@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-1.0.0-alpha.13.tgz#87453a3056a97f0d026bcfc88f14d350b6ae6dc2" + integrity sha512-sRNVZBdypUFgQNr0290qT/TAemq/8qbBRYGSYbfNGLPpSj7biVEt/YX73IvF5XlrgGMrhfJMb2qgFI7kNxZXRg== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/codemirror" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/observables" "^2.2.0-alpha.13" + "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/messaging" "^1.2.3" @@ -860,33 +861,33 @@ lodash.escape "^4.0.1" marked "0.6.2" -"@jupyterlab/running-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-1.0.0-alpha.12.tgz#7b06c360b4cd5075baa2328444991012fb5f3a91" - integrity sha512-mlkXOn+p0acaiVj2HfdcRpAIRK1YhWC5dePeKs9OcW0T9cQ1d+M0mJwpq6L3XP3L2H8ROea/toZpP2avan3XjQ== +"@jupyterlab/running-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-1.0.0-alpha.13.tgz#0f7ed98a8884b9e1dc9de8db14f60359b1254db1" + integrity sha512-Y1ZkjnWb3TRhVsPdWAk0Apk4vZ5JxvhZAgvhLLwUGjudwax0dy8Sbn/IuZChq2Z8DVrkV+NN9Mt+2A0bsLTdFA== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/running" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/running" "^1.0.0-alpha.13" -"@jupyterlab/running@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-1.0.0-alpha.12.tgz#dcd8759f7ad7be847fc91318598ac0dcf62de620" - integrity sha512-MK9rQh9B3ZDspXEylv4PM73da5cs/I7Tg5KoB38ZB2KKmpJ69ekXOzeNbEKUSQGhxrivYYQHAXeyyQNTK6MlKw== +"@jupyterlab/running@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-1.0.0-alpha.13.tgz#59666d83b8574450bcb93b89ece30a4ddfb396cb" + integrity sha512-zLO/yyxRpNHcNEmFPvOAtPmAEc7Csljx69ncqf3pKUDUhCH8vwXALP7hlhJgDCFwgRZh3Z21EhNEXMKnO+BbHQ== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/signaling" "^1.2.3" react "~16.8.4" -"@jupyterlab/services@^4.0.0-alpha.12": - version "4.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-4.0.0-alpha.12.tgz#6e312cab06fa34131de5654b6782b2dc1f76e836" - integrity sha512-wwKaz5UCYYRnhJdlJQzk2elr7QmdiARQXXcGjB3WAkM7/X9DUVxCRrQfExc3wfy+gPsIV+YFy0OJyB5Ix62yYw== +"@jupyterlab/services@^4.0.0-alpha.13": + version "4.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-4.0.0-alpha.13.tgz#2a8fdc5244f7fc38722c817c319affa2fd3dcee3" + integrity sha512-/RnoVnA3vTdbxVCHaPfeU2SlGhTuSj67InSif/TxtjTgw282f1E1TNpb48InbFuCX0mSL39L/NVrdYjr+6Z8jw== dependencies: - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/observables" "^2.2.0-alpha.12" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/observables" "^2.2.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" @@ -894,28 +895,28 @@ node-fetch "^2.6.0" ws "^7.0.0" -"@jupyterlab/settingeditor-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor-extension/-/settingeditor-extension-1.0.0-alpha.12.tgz#1bc5361d69695d59eb219963303c30c25732da5e" - integrity sha512-m3BWdXgNdvtl/76hsKudsPzHUhBFCefv5wpGbvJXrvBZWI/je21G9iAG2dx/wWPZFaHQbhf682MFyvQ0dAQbkQ== +"@jupyterlab/settingeditor-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor-extension/-/settingeditor-extension-1.0.0-alpha.13.tgz#340dfebe9cefbe0c7479a50c7840bbfd3e61b1b1" + integrity sha512-sojgmQ99WOUSXRH4jg1bugvV0sxQeXKgYe5GN5gj9zUaOc9al5HH5kuOHKYZmNBwR6c2OXICFneuiPLrCK1HSg== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/settingeditor" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/settingeditor" "^1.0.0-alpha.13" -"@jupyterlab/settingeditor@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor/-/settingeditor-1.0.0-alpha.12.tgz#44a69518bb449078100b9a3ff78ed97ff72842c2" - integrity sha512-+YTYM83tWPIx0JLOU15pPhgow7897mPZmaFkAVzWBJ7P6W4zmC9kBtjOHoyr6uqv7Dy6CKo5UvifLng6xSElfA== - dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/inspector" "^1.0.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" +"@jupyterlab/settingeditor@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor/-/settingeditor-1.0.0-alpha.13.tgz#27fc067a62fda6a30bfea67d659b2d4534b5ca30" + integrity sha512-Qtr2Ud90mpxzybenVZwwFdY+fMKILVw4yTLjzhOaXZXvMpOwj70zXamb4ND8pnNyZoVmwYy24JYoihp0QlLYyg== + dependencies: + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/inspector" "^1.0.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" "@phosphor/commands" "^1.6.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/messaging" "^1.2.3" @@ -924,43 +925,43 @@ react "~16.8.4" react-dom "~16.8.4" -"@jupyterlab/shortcuts-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-1.0.0-alpha.12.tgz#9830ff45aa38c35a8655a5557b984c3d41916a84" - integrity sha512-T74WtJwwsPlB6nQyivTdZWf4PV+/OarmMnpXCNp7NFG4JqtaagLnGWzP01oiuFmkwHwRLjdiC2ucupqedbNplQ== +"@jupyterlab/shortcuts-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-1.0.0-alpha.13.tgz#7c99d5ba61e9c02734d03e96c15b7ae31fdf5f83" + integrity sha512-JgvAq6gslT1Ih+qgfiywnWiFyAz6hQ6SCWAl/6kmDzpYyYYoaJd0MXP0wbwvi6hZ8zN64lodwH0Nu/1tOjdC2Q== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" "@phosphor/commands" "^1.6.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" -"@jupyterlab/statusbar-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar-extension/-/statusbar-extension-1.0.0-alpha.12.tgz#82eae330942a050c91ba5984f99e52cd049fb743" - integrity sha512-d1SLQLCfNPjUJpUPPouPvStuuATO6JeuVa3/9qWCQIF0cxyb0CeYlG4YirjvIgomjCS26dBRYyB5FQ7dPJWO9w== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/cells" "^1.0.0-alpha.13" - "@jupyterlab/console" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/fileeditor" "^1.0.0-alpha.12" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" - "@jupyterlab/notebook" "^1.0.0-alpha.13" - "@jupyterlab/statusbar" "^1.0.0-alpha.12" +"@jupyterlab/statusbar-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar-extension/-/statusbar-extension-1.0.0-alpha.13.tgz#1fc3d4f4b7b637824ad5f8e4655511859c1afee0" + integrity sha512-iJiGjI1sEwyVXPhqOz9SqchiCVg6NpfRZynbnpNnB51aataqnIsVkAQ+vKH4I9jE7W8+aSeHV3yqgyeFGfIvbA== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/cells" "^1.0.0-alpha.14" + "@jupyterlab/console" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/fileeditor" "^1.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" + "@jupyterlab/notebook" "^1.0.0-alpha.14" + "@jupyterlab/statusbar" "^1.0.0-alpha.13" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/statusbar@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-1.0.0-alpha.12.tgz#95c6ccbb0bdda69649c19d4480916a8e629764c8" - integrity sha512-8qmDhLRlaD3c5uNtYysuxu+DdE9P8F8QQ/7FI9VyfP2gkNRJSYc1QqgFvCcq06NvPlv0+yTlQsy/Om7b8UKkAg== +"@jupyterlab/statusbar@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-1.0.0-alpha.13.tgz#49548422c357a3bfdd002e8f6d9a47ce7d305e0a" + integrity sha512-ogfC26NpaRqmcemJreUmwA0iSmw7hPfg4S8qh2HQX8luzma93cjO/nfSpfMk6dS2QmZZDwKEmmEe08lBxjzCKQ== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/disposable" "^1.2.0" @@ -970,119 +971,119 @@ react "~16.8.4" typestyle "^2.0.1" -"@jupyterlab/tabmanager-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/tabmanager-extension/-/tabmanager-extension-1.0.0-alpha.12.tgz#af1332baeacf6b1e7fe6cd357c6522842357a91c" - integrity sha512-8MciLirbPuKM4SBtTbimMHMqwcbgR70B261ycKk7fl/QPCeByUbXHEbFA9bR/VFyuhwSpa4249AgAe4jeViKsg== +"@jupyterlab/tabmanager-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/tabmanager-extension/-/tabmanager-extension-1.0.0-alpha.13.tgz#6fd7524bfc5221181d1208afbe9f2fd56d940874" + integrity sha512-M6hEMdTWYFxQJLaa1MhaGV/tlDCyql0KiZ1ckBfhmq44bd6vgSIwvrkeMCyY26rHc8ELIvhvKbXpOcCr3ArT6A== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/terminal-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-1.0.0-alpha.12.tgz#405a2f90b1b0fd1b3a0e58b4ccdb5ba9633da7d9" - integrity sha512-hiaCr6lPHLebbK3LWwagpPOTFni+xY/kk2DeVwtmi+PxPKfXpFN85o6aBNIJJvorOaeU/geHePKqKwbxgTsBcA== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/launcher" "^1.0.0-alpha.12" - "@jupyterlab/mainmenu" "^1.0.0-alpha.12" - "@jupyterlab/terminal" "^1.0.0-alpha.12" +"@jupyterlab/terminal-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-1.0.0-alpha.13.tgz#3c9928010d2ec3b74c8e5df77e7bbb215edf54e7" + integrity sha512-5tAuuum09Obq5knI4+eHIHza2aBuhipYqLPTO75IefnZq4OFB40iAyR9mAIfzd9KbEspyGdnmmoPjK2IvUlOMw== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/launcher" "^1.0.0-alpha.13" + "@jupyterlab/mainmenu" "^1.0.0-alpha.13" + "@jupyterlab/terminal" "^1.0.0-alpha.13" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/terminal@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-1.0.0-alpha.12.tgz#f052b8d534d5e267df95b9385f3bb4bd33cb691a" - integrity sha512-eVZzkUQ48ZOGQ6dqwgIPWeXhC66bIgB2C0NPPrItZyRC7YuPEz5axo0aW83CnL2Y+jW82ScDrtQtLMSv6OgJvg== +"@jupyterlab/terminal@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-1.0.0-alpha.13.tgz#17d4560df4ed56f4678ba92964fae697a25483de" + integrity sha512-0NDGNRiA5ThF/q4MvAVixpMob8ozeGzw6w5I3g8sQuGXA01M3C4JyY9LzTwLLhTALAOy65FHXc5UzK7Pv2Sa+g== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/coreutils" "^1.3.1" "@phosphor/domutils" "^1.1.3" "@phosphor/messaging" "^1.2.3" "@phosphor/widgets" "^1.8.0" xterm "~3.13.2" -"@jupyterlab/theme-dark-extension@^1.0.0-alpha.13": - version "1.0.0-alpha.13" - resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-1.0.0-alpha.13.tgz#a567e1f7f98042ce7dc07ff5c9cadc87e77a0fce" - integrity sha512-SeTOHFeBeKbyY+U1HULie5OJ/KEPyVEgZrGc8LRyX/Mnh8wYvlAMLSnra4YbFzQgUdhVvHA6aDPBwgoR/Yjc3A== +"@jupyterlab/theme-dark-extension@^1.0.0-alpha.14": + version "1.0.0-alpha.14" + resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-1.0.0-alpha.14.tgz#a8bcc130660320457c98b644db2b95fe770c1379" + integrity sha512-Amhzj6EVvk0rTl1dT3C9mOCPJIDOFJniynh2O2mevMGbTtjXOQimTU+la5efqSIumf0ZSyzrGLtaBUZZ7aHAXg== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" -"@jupyterlab/theme-light-extension@^1.0.0-alpha.13": - version "1.0.0-alpha.13" - resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-1.0.0-alpha.13.tgz#c002e4bdcbcf18134e5e107d99cbe667d3a01b6d" - integrity sha512-lPBvVL6HoWcpB5VNnsEos4Fs7B3oBFG8g/FNpFw/ES3O0OfLBis40a+8IjGE039yb5n2X7AP4a/TSn/bsiLB2Q== +"@jupyterlab/theme-light-extension@^1.0.0-alpha.14": + version "1.0.0-alpha.14" + resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-1.0.0-alpha.14.tgz#f68396fa4b8ad43bcf426a9a6ab9944056de7a1a" + integrity sha512-jFcMJjJiSXuJV63nX5nRBQtz+ih2flIcWfLmMpXQPVI4j2R80gggcKJi9G9h8GHJQY38dSPK7fYhewn4OOON8w== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" -"@jupyterlab/tooltip-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-1.0.0-alpha.12.tgz#17ea3a741ca11e0acb71158ad5564fa562e79b78" - integrity sha512-wxxJKudfikhvBDK/751RRV2TtbMukuANL6DIi3EphFvV5jRZe88yWPB1GH+HCuX2jysiYwn8XJyh10Ig1P+P0w== - dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/console" "^1.0.0-alpha.12" - "@jupyterlab/coreutils" "^3.0.0-alpha.12" - "@jupyterlab/fileeditor" "^1.0.0-alpha.12" - "@jupyterlab/notebook" "^1.0.0-alpha.13" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" - "@jupyterlab/tooltip" "^1.0.0-alpha.12" +"@jupyterlab/tooltip-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-1.0.0-alpha.13.tgz#fcfd9b800a5a385e0e24c8f539abde29725c1a14" + integrity sha512-HXYvzH5RJIkhV55GDBxOslnw4qbD3qnDZJgcVVrSNPPx9MUqnU/hTUU6Me8Olqws5fgpDH3Nn+KhGy8ly4gmhA== + dependencies: + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/console" "^1.0.0-alpha.13" + "@jupyterlab/coreutils" "^3.0.0-alpha.13" + "@jupyterlab/fileeditor" "^1.0.0-alpha.13" + "@jupyterlab/notebook" "^1.0.0-alpha.14" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" + "@jupyterlab/tooltip" "^1.0.0-alpha.13" "@phosphor/algorithm" "^1.1.3" "@phosphor/coreutils" "^1.3.1" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/tooltip@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-1.0.0-alpha.12.tgz#6f6cd958c16c934726ffab4bdd4c0e9d3192a90a" - integrity sha512-bPsegisIQdZaRddS6JsyFmdDH6asIJZj9WeIP4mlpmG80Nka8TRpxcCwLY4zelGDZ3z8hhrMy4wbkD32qV43CQ== +"@jupyterlab/tooltip@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-1.0.0-alpha.13.tgz#7ed884090a6136ec51d782235512f63949c174a2" + integrity sha512-bXEI0YbPX5gzQgIXtAyc8qHI0AJS6j0ppb6zzhaAXqSK+co0LENymu0wU08RoT/0IedA3FBuj1wh/+c+JDRKAA== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/codeeditor" "^1.0.0-alpha.12" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/codeeditor" "^1.0.0-alpha.13" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@phosphor/coreutils" "^1.3.1" "@phosphor/messaging" "^1.2.3" "@phosphor/widgets" "^1.8.0" -"@jupyterlab/ui-components@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-1.0.0-alpha.12.tgz#5a8829212e439e5d0891e5e3293f19c56c35b26a" - integrity sha512-EnSbMeFnokqEBfAZqPGl35RnLzyomrEvsCGkrzgLhxidILJtgS/mYDLVWPXOASB5m0fgR7/zp0eLXgRsVIcZiw== +"@jupyterlab/ui-components@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-1.0.0-alpha.13.tgz#3ceef0c9802046510153397f077bdedfba9749c5" + integrity sha512-FQChcHp9hXPrxGExetVMbuWKXDIfAS/ciZAhzwv3tQiTseC7U/mhmnExIUlCvGowGL/qrCwU/Xj60KVW31StUQ== dependencies: "@blueprintjs/core" "^3.9.0" "@blueprintjs/icons" "^3.3.0" "@blueprintjs/select" "^3.3.0" react "~16.8.4" -"@jupyterlab/vdom-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/vdom-extension/-/vdom-extension-1.0.0-alpha.12.tgz#93f7310d1c3f6e6da0c4f2185c9899db3eafa1f8" - integrity sha512-oqEayQ9pNG54ZgO+Zy/pWXs3n3hgwr+TVlmpbg1CJpX7fL41NXQwFaQc48dgj4g7yPNPKpwZHsm8OuoCyVDAbQ== +"@jupyterlab/vdom-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/vdom-extension/-/vdom-extension-1.0.0-alpha.13.tgz#9092063be6d34d9d0e014fad077fadccb30162fe" + integrity sha512-1H31vOiLa3Gx6Fr54N+gdC11TtmljWVCHxbx0hjBPrmwxN955zKVVcDCQf51BBEALpnpHiIs0OTgPpKffA1tLA== dependencies: - "@jupyterlab/application" "^1.0.0-alpha.12" - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/notebook" "^1.0.0-alpha.13" - "@jupyterlab/rendermime" "^1.0.0-alpha.12" - "@jupyterlab/vdom" "^1.0.0-alpha.12" + "@jupyterlab/application" "^1.0.0-alpha.13" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/notebook" "^1.0.0-alpha.14" + "@jupyterlab/rendermime" "^1.0.0-alpha.13" + "@jupyterlab/vdom" "^1.0.0-alpha.13" -"@jupyterlab/vdom@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/vdom/-/vdom-1.0.0-alpha.12.tgz#f2125faf00c433960b649acd8048d7af1dcaf591" - integrity sha512-wvNAh/xIVDNiS2xNsPLafyAFFXvlUNxFJaj+9Kk0m4rxLFeb+tbM3rYwIQeU3NzvBqAaI3X8p2DhPddRWRR2sw== +"@jupyterlab/vdom@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/vdom/-/vdom-1.0.0-alpha.13.tgz#6f304b3633355e08dc396f06ce5f07a5df361c26" + integrity sha512-qmD8shyn+V0ukW5jISJqvIhcgV+iT58efepacTCWx76Bv7NuiUZrxU4RlWoGPGQn1Rgm4F7TwFvXtdxNuc5yog== dependencies: - "@jupyterlab/apputils" "^1.0.0-alpha.12" - "@jupyterlab/docregistry" "^1.0.0-alpha.12" - "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.12" - "@jupyterlab/services" "^4.0.0-alpha.12" + "@jupyterlab/apputils" "^1.0.0-alpha.13" + "@jupyterlab/docregistry" "^1.0.0-alpha.13" + "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.13" + "@jupyterlab/services" "^4.0.0-alpha.13" "@nteract/transform-vdom" "^4.0.1" "@phosphor/coreutils" "^1.3.1" "@phosphor/messaging" "^1.2.3" @@ -1090,17 +1091,29 @@ react "~16.8.4" react-dom "~16.8.4" -"@jupyterlab/vega5-extension@^1.0.0-alpha.12": - version "1.0.0-alpha.12" - resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-1.0.0-alpha.12.tgz#ec7c3f5f75d25c688cc8a212661086b7f3afdb6c" - integrity sha512-Slf5L0AYZlECo/Rt55vE+SwBNPaJH1ENn9CQdhkk57jBd69ltc3H9BQMA8bzneZ/G4/d1GC7dfdT9tLFH2k7Og== +"@jupyterlab/vega4-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/vega4-extension/-/vega4-extension-1.0.0-alpha.13.tgz#01dea6e960e58118c16cf0dadce784473df928c3" + integrity sha512-xLHu5L16i6eIsLl5MPF1p7pkfeNKgxC0t748Kw9uC8c9GVYmdO04AN9NynpH994osyK0yyHz0XvEVhIOHfwNog== + dependencies: + "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.13" + "@phosphor/coreutils" "^1.3.1" + "@phosphor/widgets" "^1.8.0" + vega "^4.4.0" + vega-embed "3.18.2" + vega-lite "^2.7.0" + +"@jupyterlab/vega5-extension@^1.0.0-alpha.13": + version "1.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-1.0.0-alpha.13.tgz#911dd6e02e62d043258129c453c504fb97b34826" + integrity sha512-h6j01Bmdrsimj0ILhGFDicomZ2P/uhp68KgKVGGd3z1JEnNxvztJAiHi/nSt5SPMFCuxsOhhG8aqVidC2nXoIQ== dependencies: - "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.12" + "@jupyterlab/rendermime-interfaces" "^1.3.0-alpha.13" "@phosphor/coreutils" "^1.3.1" "@phosphor/widgets" "^1.8.0" - vega "^5.3.5" - vega-embed "^4.0.0" - vega-lite "^3.2.1" + vega "^5.4.0" + vega-embed "^4.2.0" + vega-lite "^3.3.0" "@nteract/transform-vdom@^4.0.1": version "4.0.2" @@ -1258,6 +1271,11 @@ resolved "https://registry.yarnpkg.com/@types/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#40363bb847cb86b2c2e1599f1398d11e8329c921" integrity sha512-mky/O83TXmGY39P1H9YbUpjV6l6voRYlufqfFCvel8l1phuy8HRjdWc1rrPuN53ITBJlbyMSV6z3niOySO5pgQ== +"@types/json-stable-stringify@^1.0.32": + version "1.0.32" + resolved "https://registry.yarnpkg.com/@types/json-stable-stringify/-/json-stable-stringify-1.0.32.tgz#121f6917c4389db3923640b2e68de5fa64dda88e" + integrity sha512-q9Q6+eUEGwQkv4Sbst3J4PNgDOvpuVuKj79Hl/qnmBMEIPzB5QoFRUtjcgcg2xNUZyYUGXBk5wYIBKHt0A+Mxw== + "@types/prop-types@*": version "15.7.1" resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.1.tgz#f1a11e7babb0c3cad68100be381d1e064c68f1f6" @@ -1269,9 +1287,9 @@ integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw== "@types/react@~16.8.18": - version "16.8.21" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.21.tgz#aefb32519a4111964993be5b2bd3f172f81c34ff" - integrity sha512-+jAtgtJ3htE+VEP/bMzBBOANGkaTbMOGYWVrmhCVtp2WE//lNG6Irw9kBEaLR7lQGjjkt/BlSSHPgArFNOKhkg== + version "16.8.22" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.22.tgz#7f18bf5ea0c1cad73c46b6b1c804a3ce0eec6d54" + integrity sha512-C3O1yVqk4sUXqWyx0wlys76eQfhrQhiDhDlHBrjER76lR2S2Agiid/KpOU9oCqj1dISStscz7xXz1Cg8+sCQeA== dependencies: "@types/prop-types" "*" csstype "^2.2.0" @@ -1860,11 +1878,30 @@ camel-case@3.0.x: no-case "^2.2.0" upper-case "^1.1.1" +camelcase@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" + integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= + camelcase@^5.0.0, camelcase@^5.2.0: version "5.3.1" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== +canvas-prebuilt@1.6.11: + version "1.6.11" + resolved "https://registry.yarnpkg.com/canvas-prebuilt/-/canvas-prebuilt-1.6.11.tgz#9b37071aa0ddd4f7c2b4a9e279b63fb2dc30db9b" + integrity sha512-ayBAayYLgFbGBX+cwtOzM4iEQP4XB5DuBbtjgvAwQ66/FMzSR7DhlCqtDZIq9UBbpFCb1QpyDgUNVclHDdBixg== + dependencies: + node-pre-gyp "^0.10.0" + +canvas@^1.6.13: + version "1.6.13" + resolved "https://registry.yarnpkg.com/canvas/-/canvas-1.6.13.tgz#8cb4e9abbea9e615a377890ffac50277a1167c73" + integrity sha512-XAfzfEOHZ3JIPjEV+WSI6PpISgUta3dgmndWbsajotz+0TQOX/jDpp2kawjRERatOGv9sMMzk5auB3GKEKA6hg== + dependencies: + nan "^2.10.0" + chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2: version "2.4.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" @@ -2178,6 +2215,15 @@ create-react-context@<=0.2.2: fbjs "^0.8.0" gud "^1.0.0" +cross-spawn@^5.0.1: + version "5.1.0" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" + integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= + dependencies: + lru-cache "^4.0.1" + shebang-command "^1.2.0" + which "^1.2.9" + cross-spawn@^6.0.0, cross-spawn@^6.0.5: version "6.0.5" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" @@ -2296,16 +2342,21 @@ cyclist@~0.2.2: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640" integrity sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA= -d3-array@1, d3-array@^1.1.1, "d3-array@^1.2.0 || 2": +d3-array@1, d3-array@^1.1.1, d3-array@^1.2.0, "d3-array@^1.2.0 || 2": version "1.2.4" resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-1.2.4.tgz#635ce4d5eea759f6f605863dbcfc30edc737f71f" integrity sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw== -d3-array@^2.0.3: +d3-array@^2.0.2, d3-array@^2.0.3: version "2.2.0" resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-2.2.0.tgz#a9e966b8f8d78f0888d98db1fb840fc8da8ac5c7" integrity sha512-eE0QmSh6xToqM3sxHiJYg/QFdNn52ZEgmFE8A8abU8GsHvsIOolqH8B70/8+VGAKm5MlwaExhqR3DLIjOJMLPA== +d3-collection@1, d3-collection@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/d3-collection/-/d3-collection-1.0.7.tgz#349bd2aa9977db071091c13144d5e4f16b5b310e" + integrity sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A== + d3-color@1, d3-color@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-1.2.3.tgz#6c67bb2af6df3cc8d79efcc4d3a3e83e28c8048f" @@ -2323,7 +2374,7 @@ d3-dispatch@1: resolved "https://registry.yarnpkg.com/d3-dispatch/-/d3-dispatch-1.0.5.tgz#e25c10a186517cd6c82dd19ea018f07e01e39015" integrity sha512-vwKx+lAqB1UuCeklr6Jh1bvC4SZgbSqbkGBLClItFBIYH4vqDJCA7qfoy14lXmJdnBOdxndAMxjCbImJYW7e6g== -d3-dsv@^1.1.1: +d3-dsv@^1.0.10, d3-dsv@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/d3-dsv/-/d3-dsv-1.1.1.tgz#aaa830ecb76c4b5015572c647cc6441e3c7bb701" integrity sha512-1EH1oRGSkeDUlDRbhsFytAXU6cAmXFzc52YUe6MRlPClmWb85MP1J5x+YJRzya4ynZWnbELdSAvATFW/MbxaXw== @@ -2332,6 +2383,16 @@ d3-dsv@^1.1.1: iconv-lite "0.4" rw "1" +d3-force@^1.1.0: + version "1.2.1" + resolved "https://registry.yarnpkg.com/d3-force/-/d3-force-1.2.1.tgz#fd29a5d1ff181c9e7f0669e4bd72bdb0e914ec0b" + integrity sha512-HHvehyaiUlVo5CxBJ0yF/xny4xoaxFxDnBXNvNcfW9adORGZfyNF1dj6DGLKyk4Yh3brP/1h3rnDzdIAwL08zg== + dependencies: + d3-collection "1" + d3-dispatch "1" + d3-quadtree "1" + d3-timer "1" + d3-force@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/d3-force/-/d3-force-2.0.1.tgz#31750eee8c43535301d571195bf9683beda534e2" @@ -2375,6 +2436,26 @@ d3-quadtree@1: resolved "https://registry.yarnpkg.com/d3-quadtree/-/d3-quadtree-1.0.6.tgz#d1ab2a95a7f27bbde88582c94166f6ae35f32056" integrity sha512-NUgeo9G+ENQCQ1LsRr2qJg3MQ4DJvxcDNCiohdJGHt5gRhBW6orIB5m5FJ9kK3HNL8g9F4ERVoBzcEwQBfXWVA== +d3-scale-chromatic@^1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/d3-scale-chromatic/-/d3-scale-chromatic-1.3.3.tgz#dad4366f0edcb288f490128979c3c793583ed3c0" + integrity sha512-BWTipif1CimXcYfT02LKjAyItX5gKiwxuPRgr4xM58JwlLocWbjPLI7aMEjkcoOQXMkYsmNsvv3d2yl/OKuHHw== + dependencies: + d3-color "1" + d3-interpolate "1" + +d3-scale@^2.1.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-2.2.2.tgz#4e880e0b2745acaaddd3ede26a9e908a9e17b81f" + integrity sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw== + dependencies: + d3-array "^1.2.0" + d3-collection "1" + d3-format "1" + d3-interpolate "1" + d3-time "1" + d3-time-format "2" + d3-scale@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-3.0.0.tgz#ddede1278ac3ea2bf3666de6ca625e20bed9b6c9" @@ -2386,12 +2467,12 @@ d3-scale@^3.0.0: d3-time "1" d3-time-format "2" -d3-selection@^1.4.0: +d3-selection@^1.3.0, d3-selection@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.4.0.tgz#ab9ac1e664cf967ebf1b479cc07e28ce9908c474" integrity sha512-EYVwBxQGEjLCKF2pJ4+yrErskDnz5v403qvAid96cNdCMr8rmCYfY5RGzWz24mdIbxmDf6/4EAH+K9xperD5jg== -d3-shape@^1.3.5: +d3-shape@^1.2.2, d3-shape@^1.3.5: version "1.3.5" resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-1.3.5.tgz#e81aea5940f59f0a79cfccac012232a8987c6033" integrity sha512-VKazVR3phgD+MUCldapHD7P9kcrvPcexeX/PkMJmkUov4JM8IxsSg1DvbYoYich9AtdTsa5nNk2++ImPiDiSxg== @@ -2405,7 +2486,7 @@ d3-time-format@2, d3-time-format@^2.1.3: dependencies: d3-time "1" -d3-time@1, d3-time@^1.0.11: +d3-time@1, d3-time@^1.0.10, d3-time@^1.0.11: version "1.0.11" resolved "https://registry.yarnpkg.com/d3-time/-/d3-time-1.0.11.tgz#1d831a3e25cd189eb256c17770a666368762bbce" integrity sha512-Z3wpvhPLW4vEScGeIMUckDW7+3hWKOQfAWg/U7PlWBnQmeKQ00gCUsTtWSYulrKNA7ta8hJ+xXc6MHrMuITwEw== @@ -2415,7 +2496,7 @@ d3-timer@1, d3-timer@^1.0.9: resolved "https://registry.yarnpkg.com/d3-timer/-/d3-timer-1.0.9.tgz#f7bb8c0d597d792ff7131e1c24a36dd471a471ba" integrity sha512-rT34J5HnQUHhcLvhSB9GjCkN0Ddd5Y8nCwDBG2u6wQEeYxT/Lf51fTFFkldeib/sE/J0clIe0pnCfs6g/lRbyg== -d3-voronoi@^1.1.4: +d3-voronoi@^1.1.2, d3-voronoi@^1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/d3-voronoi/-/d3-voronoi-1.1.4.tgz#dd3c78d7653d2bb359284ae478645d95944c8297" integrity sha512-dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg== @@ -2444,7 +2525,7 @@ debug@^3.2.6: dependencies: ms "^2.1.1" -decamelize@^1.2.0: +decamelize@^1.1.1, decamelize@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= @@ -2793,6 +2874,19 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: md5.js "^1.3.4" safe-buffer "^5.1.1" +execa@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" + integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= + dependencies: + cross-spawn "^5.0.1" + get-stream "^3.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + execa@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" @@ -2955,6 +3049,13 @@ find-root@^1.0.0: resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== +find-up@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" + integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= + dependencies: + locate-path "^2.0.0" + find-up@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" @@ -3078,6 +3179,11 @@ get-caller-file@^2.0.1: resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== +get-stream@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" + integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= + get-stream@^4.0.0, get-stream@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" @@ -3436,6 +3542,11 @@ interpret@^1.1.0: resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296" integrity sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw== +invert-kv@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" + integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= + invert-kv@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02" @@ -3663,6 +3774,18 @@ json-schema-traverse@^0.4.1: resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== +json-stable-stringify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" + integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8= + dependencies: + jsonify "~0.0.0" + +json-stringify-pretty-compact@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-1.2.0.tgz#0bc316b5e6831c07041fc35612487fb4e9ab98b8" + integrity sha512-/11Pj1OyX814QMKO7K8l85SHPTr/KsFxHp8GE2zVa0BtJgGimDjXHfM3FhC7keQdWDea7+nXf+f1de7ATZcZkQ== + json-stringify-pretty-compact@^2.0.0, json-stringify-pretty-compact@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-2.0.0.tgz#e77c419f52ff00c45a31f07f4c820c2433143885" @@ -3694,6 +3817,11 @@ jsonfile@^4.0.0: optionalDependencies: graceful-fs "^4.1.6" +jsonify@~0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" + integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= + jstransform@^11.0.3: version "11.0.3" resolved "https://registry.yarnpkg.com/jstransform/-/jstransform-11.0.3.tgz#09a78993e0ae4d4ef4487f6155a91f6190cb4223" @@ -3736,6 +3864,13 @@ kind-of@^6.0.0, kind-of@^6.0.2: resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== +lcid@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" + integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU= + dependencies: + invert-kv "^1.0.0" + lcid@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/lcid/-/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f397253cf" @@ -3767,6 +3902,14 @@ loader-utils@^0.2.16: json5 "^0.5.0" object-assign "^4.0.1" +locate-path@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" + integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= + dependencies: + p-locate "^2.0.0" + path-exists "^3.0.0" + locate-path@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" @@ -3842,6 +3985,14 @@ lowercase-keys@^2.0.0: resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== +lru-cache@^4.0.1: + version "4.1.5" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" + integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== + dependencies: + pseudomap "^1.0.2" + yallist "^2.1.2" + lru-cache@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" @@ -3900,6 +4051,13 @@ mdn-data@~1.1.0: resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-1.1.4.tgz#50b5d4ffc4575276573c4eedb8780812a8419f01" integrity sha512-FSYbp3lyKjyj3E7fMl6rYvUdX0FBXaluGqlFoYESWQlyUTq8R+wp0rkFxoYFqZlHCvsUXGjyJmLQSnXToYhOSA== +mem@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76" + integrity sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y= + dependencies: + mimic-fn "^1.0.0" + mem@^4.0.0: version "4.3.0" resolved "https://registry.yarnpkg.com/mem/-/mem-4.3.0.tgz#461af497bc4ae09608cdb2e60eefb69bff744178" @@ -4079,7 +4237,7 @@ mute-stream@0.0.7: resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= -nan@^2.12.1: +nan@^2.10.0, nan@^2.12.1: version "2.14.0" resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg== @@ -4135,7 +4293,7 @@ node-fetch@^1.0.1: encoding "^0.1.11" is-stream "^1.0.1" -node-fetch@^2.5.0, node-fetch@^2.6.0: +node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.0: version "2.6.0" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== @@ -4169,6 +4327,22 @@ node-libs-browser@^2.0.0: util "^0.11.0" vm-browserify "^1.0.1" +node-pre-gyp@^0.10.0: + version "0.10.3" + resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.10.3.tgz#3070040716afdc778747b61b6887bf78880b80fc" + integrity sha512-d1xFs+C/IPS8Id0qPTZ4bUT8wWryfR/OzzAFxweG+uLN85oPzyo2Iw6bVlLQ/JOdgNonXLCoRyqDzDWq4iw72A== + dependencies: + detect-libc "^1.0.2" + mkdirp "^0.5.1" + needle "^2.2.1" + nopt "^4.0.1" + npm-packlist "^1.1.6" + npmlog "^4.0.2" + rc "^1.2.7" + rimraf "^2.6.1" + semver "^5.3.0" + tar "^4" + node-pre-gyp@^0.12.0: version "0.12.0" resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149" @@ -4354,6 +4528,15 @@ os-homedir@^1.0.0: resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= +os-locale@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2" + integrity sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA== + dependencies: + execa "^0.7.0" + lcid "^1.0.0" + mem "^1.1.0" + os-locale@^3.0.0, os-locale@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a" @@ -4396,6 +4579,13 @@ p-is-promise@^2.0.0: resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e" integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg== +p-limit@^1.1.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" + integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== + dependencies: + p-try "^1.0.0" + p-limit@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2" @@ -4403,6 +4593,13 @@ p-limit@^2.0.0: dependencies: p-try "^2.0.0" +p-locate@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" + integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= + dependencies: + p-limit "^1.1.0" + p-locate@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" @@ -4410,6 +4607,11 @@ p-locate@^3.0.0: dependencies: p-limit "^2.0.0" +p-try@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" + integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= + p-try@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" @@ -4653,6 +4855,11 @@ prr@~1.0.1: resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= +pseudomap@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" + integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= + public-encrypt@^4.0.0: version "4.0.3" resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" @@ -5629,7 +5836,7 @@ toposort@^1.0.0: resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029" integrity sha1-LmhELZ9k7HILjMieZEOsbKqVACk= -tslib@^1.9.0, tslib@~1.9.3: +tslib@^1.9.0, tslib@^1.9.2, tslib@~1.9.3: version "1.9.3" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ== @@ -5818,11 +6025,20 @@ v8-compile-cache@^2.0.2: resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe" integrity sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w== -vega-canvas@^1.2.0, vega-canvas@^1.2.1: +vega-canvas@^1.0.1, vega-canvas@^1.1.0, vega-canvas@^1.2.0, vega-canvas@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/vega-canvas/-/vega-canvas-1.2.1.tgz#ee0586e2a1f096f6a5d1710df61ef501562c2bd4" integrity sha512-k/S3EPeJ37D7fYDhv4sEg7fNWVpLheQY7flfLyAmJU7aSwCMgw8cZJi0CKHchJeculssfH+41NCqvRB1QtaJnw== +vega-crossfilter@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/vega-crossfilter/-/vega-crossfilter-3.0.1.tgz#8b4394fb5e354e5c6f79ca9f491531a292c04209" + integrity sha512-GNCP0k1otJKtE9SnYm1cDBqUfBvWTaxJ3/bdMpWvGNUtAdDBAlrtspDBTpwMu4MLNWbAy1zp9jN0ztCXBZF29Q== + dependencies: + d3-array "^2.0.2" + vega-dataflow "^4.1.0" + vega-util "^1.7.0" + vega-crossfilter@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/vega-crossfilter/-/vega-crossfilter-4.0.1.tgz#9fab0dc5445e846d732c83ac2b5a72225bc6fdf1" @@ -5832,6 +6048,14 @@ vega-crossfilter@^4.0.1: vega-dataflow "^5.1.0" vega-util "^1.8.0" +vega-dataflow@^4.0.0, vega-dataflow@^4.0.4, vega-dataflow@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/vega-dataflow/-/vega-dataflow-4.1.0.tgz#c63abee8502eedf42a972ad5d3a2ce7475aab7d8" + integrity sha512-LuXoN3LkYWNYTPeMiOgSlw2TZAWjmN46Q9HmHM8ClhXYAj+pYme3IPdtYn1OmcvWe4rKeiYgNYrtJCgTOvCepg== + dependencies: + vega-loader "^3.1.0" + vega-util "^1.7.0" + vega-dataflow@^5.1.0, vega-dataflow@^5.1.1, vega-dataflow@^5.2.1: version "5.2.1" resolved "https://registry.yarnpkg.com/vega-dataflow/-/vega-dataflow-5.2.1.tgz#82aa6a2aca5c61a6924b4561b6e3ab51bd473f8f" @@ -5840,7 +6064,21 @@ vega-dataflow@^5.1.0, vega-dataflow@^5.1.1, vega-dataflow@^5.2.1: vega-loader "^4.0.0" vega-util "^1.10.0" -vega-embed@^4.0.0: +vega-embed@3.18.2: + version "3.18.2" + resolved "https://registry.yarnpkg.com/vega-embed/-/vega-embed-3.18.2.tgz#296fec71455bfcaff19a2adb56bf1155851a50ae" + integrity sha512-OQWRdII4DJgBocGLWiAu7yPFrqGHTxRc6jWnJY19BOdGKOCCBcdqTUmJx1tZw0KvA2YdW5GoNxDqO2cfwqivJw== + dependencies: + d3-selection "^1.3.0" + json-stringify-pretty-compact "^1.2.0" + semver "^5.5.0" + vega-lib "^4.0.0 || ^3.3.0" + vega-lite "^2.6.0" + vega-schema-url-parser "^1.1.0" + vega-themes "^2.1.1" + vega-tooltip "^0.12.0" + +vega-embed@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/vega-embed/-/vega-embed-4.2.0.tgz#59e8478faa6e1e33d0eb601a5b98be9b79d4c4ad" integrity sha512-+WaCaoESZBnF80OiA3UUTO/2qlruj5iTyK1mXYIqdfygEldFLQSZS1DSbLwy0m6BlTZz7mkEWMIe6cX4/P3ufw== @@ -5852,6 +6090,18 @@ vega-embed@^4.0.0: vega-themes "^2.3.0" vega-tooltip "^0.17.0" +vega-encode@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/vega-encode/-/vega-encode-3.2.2.tgz#b7bdee200629b1d54de8267b1b8aafef9f1be8b7" + integrity sha512-Hmk+ReH6R1wTnz56gWyk8CnzgAzq11QYkrEzw794MMY2l61EG3sX9veyZ9AdtDufOq9oDa58/kfgk65UD9A+sA== + dependencies: + d3-array "^2.0.2" + d3-format "^1.3.2" + d3-interpolate "^1.3.2" + vega-dataflow "^4.1.0" + vega-scale "^2.5.0" + vega-util "^1.7.0" + vega-encode@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/vega-encode/-/vega-encode-4.3.0.tgz#cf719c052e6dc63ee260941bdb7c4c1ee71cd0fb" @@ -5870,13 +6120,22 @@ vega-event-selector@^2.0.0, vega-event-selector@~2.0.0: resolved "https://registry.yarnpkg.com/vega-event-selector/-/vega-event-selector-2.0.0.tgz#6af8dc7345217017ceed74e9155b8d33bad05d42" integrity sha512-EZeStM/7LNfJiRuop0lvhOR52Q1l9i/EIYUnm/XddhjR+UqhPkeCmZcffMTr41z3aGm/zciVLlKanUWNT+jQ1A== -vega-expression@^2.5.0, vega-expression@^2.6.0, vega-expression@~2.6.0: +vega-expression@^2.4.0, vega-expression@^2.5.0, vega-expression@^2.6.0, vega-expression@~2.6.0: version "2.6.0" resolved "https://registry.yarnpkg.com/vega-expression/-/vega-expression-2.6.0.tgz#9955887b53b05da8e1d101c41a7ddce414edfb6d" integrity sha512-c2FFrIfKtlTtLCR3BnZDm6O2ey7u+5YRukLnNobRe+hoiqeH86C2+FkjXotE63cYGj39R5OS+SK+VBSDz3bmVw== dependencies: vega-util "^1.8.0" +vega-force@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/vega-force/-/vega-force-3.0.0.tgz#f5d10bb0a49e41c47f2d83441e407510948eb89a" + integrity sha512-Uar26RDxDQEpIdWBIFKnOr6/B30RU8/2qBtoiux1C3goZIWBRkXNlCR5kMDkll8Mg60deD6ynflsXXNwyGS69w== + dependencies: + d3-force "^1.1.0" + vega-dataflow "^4.0.0" + vega-util "^1.7.0" + vega-force@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/vega-force/-/vega-force-4.0.1.tgz#8b4f25701db132b75c2388a62665b1dc761181c9" @@ -5904,6 +6163,18 @@ vega-functions@^5.3.0: vega-statistics "^1.3.0" vega-util "^1.9.0" +vega-geo@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/vega-geo/-/vega-geo-3.1.1.tgz#5ff84061dea93d89a453e1b56b3444a6031810f6" + integrity sha512-EltBQmid6DZ7d4iArgTnsGRsx4ZaHrwvaegq6iIwWp7GHtJ8i+8bzPFfHo1pBuRVmHG4ZA2NH+cNaW2IIgWcPg== + dependencies: + d3-array "^2.0.2" + d3-contour "^1.3.2" + d3-geo "^1.11.3" + vega-dataflow "^4.1.0" + vega-projection "^1.2.0" + vega-util "^1.7.0" + vega-geo@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/vega-geo/-/vega-geo-4.0.3.tgz#5fe940a70c8e64e456ef453acd27ea368900aa63" @@ -5916,6 +6187,16 @@ vega-geo@^4.0.3: vega-projection "^1.2.1" vega-util "^1.8.0" +vega-hierarchy@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/vega-hierarchy/-/vega-hierarchy-3.1.0.tgz#ce3df9ab09b3324144df9273d650391f082696ec" + integrity sha512-zPxOsQbswVDMfn9JdDG0ihZA4qhQL5WJxBsSRFsMeuyDTFuE6biBInpm/g0QDGmHMF2EOY4AwD2WRyF+jAyTqw== + dependencies: + d3-collection "^1.0.7" + d3-hierarchy "^1.1.8" + vega-dataflow "^4.0.4" + vega-util "^1.7.0" + vega-hierarchy@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/vega-hierarchy/-/vega-hierarchy-4.0.1.tgz#7abcd4725a77b573bc0f2e3700ce1f55f3e0fb99" @@ -5925,7 +6206,48 @@ vega-hierarchy@^4.0.1: vega-dataflow "^5.1.0" vega-util "^1.8.0" -vega-lite@^3.2.1: +vega-lib@4.4.0, "vega-lib@^4.0.0 || ^3.3.0": + version "4.4.0" + resolved "https://registry.yarnpkg.com/vega-lib/-/vega-lib-4.4.0.tgz#37d99514c5496a0ce001033bdacb504361ef6880" + integrity sha512-bfOsO5wks+ctnJ94fIPWH/B0qocdFs4WZ8teIgjF7m5XE+EVln+1nq9Z+sV7wdw7vftzGg0GAx9UH/kJxyopKg== + dependencies: + vega-crossfilter "^3.0.1" + vega-dataflow "^4.1.0" + vega-encode "^3.2.2" + vega-event-selector "^2.0.0" + vega-expression "^2.4.0" + vega-force "^3.0.0" + vega-geo "^3.1.1" + vega-hierarchy "^3.1.0" + vega-loader "^3.1.0" + vega-parser "^3.9.0" + vega-projection "^1.2.0" + vega-runtime "^3.2.0" + vega-scale "^2.5.1" + vega-scenegraph "^3.2.3" + vega-statistics "^1.2.3" + vega-transforms "^2.3.1" + vega-typings "*" + vega-util "^1.7.0" + vega-view "^3.4.1" + vega-view-transforms "^2.0.3" + vega-voronoi "^3.0.0" + vega-wordcloud "^3.0.0" + +vega-lite@^2.6.0, vega-lite@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/vega-lite/-/vega-lite-2.7.0.tgz#4535a2f8651f0d037b685131943d30f9fa5de6d1" + integrity sha512-SqUDFD+1bHP6UgaFnI418XLW1ffcVMlQMdzI4Xh0HGjPKDPdLTF71iNjcTUwtTYt9rRLXRcRKdmCbBzuLtkg8g== + dependencies: + "@types/json-stable-stringify" "^1.0.32" + json-stable-stringify "^1.0.1" + tslib "^1.9.2" + vega-event-selector "^2.0.0" + vega-typings "^0.3.17" + vega-util "^1.10.0" + yargs "^11.0.0" + +vega-lite@^3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/vega-lite/-/vega-lite-3.3.0.tgz#26db53d37edd0b22ab466e09b4d21ee2ae63aaf4" integrity sha512-LEfyuJK9EhnbLcs8FuSXbVl/Ks5mm/jjRY+s4zogxSv89Z7yiCNl/HTtGklJ7q0vHT8ffEsrnonIgEQxVzZegA== @@ -5943,6 +6265,17 @@ vega-lite@^3.2.1: vega-util "~1.10.0" yargs "~13.2.4" +vega-loader@^3.0.1, vega-loader@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/vega-loader/-/vega-loader-3.1.0.tgz#21caa0e78e158a676eafd0e7cb5bae4c18996c5a" + integrity sha512-FD9KJdPxBOa+fTnjC2dfY5+kB05hXyVOfjIkssmgyyhELJPp2FwclcF4mVy7Ay1E8fUHY3GgbwSE5jL8k4pYUg== + dependencies: + d3-dsv "^1.0.10" + d3-time-format "^2.1.3" + node-fetch "^2.3.0" + topojson-client "^3.0.0" + vega-util "^1.7.0" + vega-loader@^4.0.0, vega-loader@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/vega-loader/-/vega-loader-4.1.0.tgz#27d6f8256aa0dfc991721083e0cc60d7fe866eef" @@ -5954,6 +6287,24 @@ vega-loader@^4.0.0, vega-loader@^4.1.0: topojson-client "^3.0.0" vega-util "^1.8.0" +vega-parser@3.9.0, vega-parser@^3.9.0: + version "3.9.0" + resolved "https://registry.yarnpkg.com/vega-parser/-/vega-parser-3.9.0.tgz#a7bbe380c5ae70ddd501163302a948f25aadd686" + integrity sha512-/fdPt5wcZgbPi0zwzJsBgi/k2GO3s53j7kJUYFGff75+wLJ2n/XtLCU295Wo7+cGCfkCZs0FfYKWa8AJrQZiag== + dependencies: + d3-array "^2.0.2" + d3-color "^1.2.3" + d3-format "^1.3.2" + d3-geo "^1.11.3" + d3-time-format "^2.1.3" + vega-dataflow "^4.1.0" + vega-event-selector "^2.0.0" + vega-expression "^2.4.0" + vega-scale "^2.5.1" + vega-scenegraph "^3.2.3" + vega-statistics "^1.2.3" + vega-util "^1.7.0" + vega-parser@^5.7.0: version "5.7.0" resolved "https://registry.yarnpkg.com/vega-parser/-/vega-parser-5.7.0.tgz#905389ce2f9a1400860f4f948b0a1bff66a501b9" @@ -5966,7 +6317,7 @@ vega-parser@^5.7.0: vega-scale "^4.1.1" vega-util "^1.10.0" -vega-projection@^1.2.1: +vega-projection@^1.2.0, vega-projection@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/vega-projection/-/vega-projection-1.2.1.tgz#f3425238fadab0b875f2ce92e5bba9dfc983f367" integrity sha512-7ouWSDdBV8kBQFA26RHUtp39DDO7g3NcEJlhhBywvCQ0nEtqZinERW3bIOxVxZ5H1OKkmhBrxQUPHok2AC06aA== @@ -5983,6 +6334,14 @@ vega-regression@^1.0.0: vega-statistics "^1.4.0" vega-util "^1.10.0" +vega-runtime@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/vega-runtime/-/vega-runtime-3.2.0.tgz#ad4152079989058db90ce1993f16b3876f628d8b" + integrity sha512-aoWqH+U5tiByj3cIGZsTDPMTb10tUN2nm4zWa3Z7lOUilbw/+gEaOuy1qvr4VrVhUShsnytudED4OpQNUkKy3Q== + dependencies: + vega-dataflow "^4.1.0" + vega-util "^1.7.0" + vega-runtime@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/vega-runtime/-/vega-runtime-5.0.1.tgz#27660ab48fc94e41790a9545b869adae197ffe5c" @@ -5991,6 +6350,18 @@ vega-runtime@^5.0.1: vega-dataflow "^5.1.0" vega-util "^1.8.0" +vega-scale@^2.1.1, vega-scale@^2.5.0, vega-scale@^2.5.1: + version "2.5.1" + resolved "https://registry.yarnpkg.com/vega-scale/-/vega-scale-2.5.1.tgz#5b5ce7752e904c17077db9a924418dabd6ffb991" + integrity sha512-EOpUDOjTAD7DhXglyOquXTzXFXjnNvrGyMDCOsfRL/XUTsbjYYNkdl0Q30c9fVN1I+H65lMz52xwN16yxwMuTw== + dependencies: + d3-array "^2.0.2" + d3-interpolate "^1.3.2" + d3-scale "^2.1.2" + d3-scale-chromatic "^1.3.3" + d3-time "^1.0.10" + vega-util "^1.7.0" + vega-scale@^4.0.0, vega-scale@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/vega-scale/-/vega-scale-4.1.1.tgz#32c93a1d4ec430c415d70ef6ce2af01c7de85384" @@ -6002,6 +6373,17 @@ vega-scale@^4.0.0, vega-scale@^4.1.1: d3-time "^1.0.11" vega-util "^1.10.0" +vega-scenegraph@^3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/vega-scenegraph/-/vega-scenegraph-3.2.3.tgz#72060c7f3b0e4421c4317a2f7a9a901870920a25" + integrity sha512-L4mZ6LpEKvW5Q0c8gyqozGuoY5miJI4DiRipiAG0BQ6rB67tK+8qlaTfslX4tNBz88mu+CyVO9ZjNW/M4nBI3w== + dependencies: + d3-path "^1.0.7" + d3-shape "^1.2.2" + vega-canvas "^1.1.0" + vega-loader "^3.0.1" + vega-util "^1.7.0" + vega-scenegraph@^4.0.0, vega-scenegraph@^4.1.0, vega-scenegraph@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/vega-scenegraph/-/vega-scenegraph-4.2.0.tgz#b143fcce8a2acc40adcba953c2cf0706c701f75d" @@ -6026,18 +6408,25 @@ vega-selections@^5.0.0: vega-expression "^2.5.0" vega-util "^1.8.0" -vega-statistics@^1.2.5, vega-statistics@^1.3.0, vega-statistics@^1.4.0: +vega-statistics@^1.2.1, vega-statistics@^1.2.3, vega-statistics@^1.2.5, vega-statistics@^1.3.0, vega-statistics@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/vega-statistics/-/vega-statistics-1.4.0.tgz#e96b4d3c87f0b72ad88ef62ed4c6f4a610c62f92" integrity sha512-FdkM8fGJf1zFgpmAD3wE4eWrGgDphE0uZze20Lv5x3s2pAamtYhQV3m36Hd7R+5UFFljiAkspNrGjG9HlFPNVQ== dependencies: d3-array "^2.0.3" -vega-themes@^2.3.0: +vega-themes@^2.1.1, vega-themes@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/vega-themes/-/vega-themes-2.3.0.tgz#d0a5a3f16af4baeae3e4f43a0b65d7c5479805b1" integrity sha512-C33RC/oB7NAMgAMdfiKy3Akwbn2uaTJSpmS3sRdiThbQxdhyh+iwc+horG4DWK7zYwJa8tITGbXknYoJXPkdIA== +vega-tooltip@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.12.0.tgz#014b21b08ea5fe14eb59c9b6643614c77a3b3e47" + integrity sha512-0a1gYQ5NjdVxzSm8ameZGnSocDAW9lB3h6e2Us5L2oTlU6tYI6et1+7qU1yRCycBuUQ/oAUsNbeINVwvsV9UIg== + dependencies: + vega-util "^1.7.0" + vega-tooltip@^0.17.0: version "0.17.0" resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.17.0.tgz#16bb5b57fb727823bb15f4ca4e350622471db2b9" @@ -6045,6 +6434,16 @@ vega-tooltip@^0.17.0: dependencies: vega-util "^1.10.0" +vega-transforms@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/vega-transforms/-/vega-transforms-2.3.1.tgz#a31a1ff8086c6909384ddfcc973bd58d53d801ae" + integrity sha512-jvDz33ohZiP6cN74quEvesHr0sbSMMQ69ZZqgL6cRDHBqfiuHPhZofBKWDXE1nEWDmJqTEyvg0gsnA8vpHzpjQ== + dependencies: + d3-array "^2.0.2" + vega-dataflow "^4.1.0" + vega-statistics "^1.2.3" + vega-util "^1.7.0" + vega-transforms@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/vega-transforms/-/vega-transforms-4.1.0.tgz#6d06fd51441ac0985ac893edc5a74f48ab969f7c" @@ -6055,18 +6454,34 @@ vega-transforms@^4.1.0: vega-statistics "^1.4.0" vega-util "^1.10.0" -vega-typings@0.7.1, vega-typings@^0.7.0: +vega-typings@*, vega-typings@0.7.1, vega-typings@^0.7.0: version "0.7.1" resolved "https://registry.yarnpkg.com/vega-typings/-/vega-typings-0.7.1.tgz#c4e5f65eeee4fb64b1a2b14dee426d1b26a02a40" integrity sha512-YRjmcszidnncThmv3UnectLTw6oN/Wg9crx62JC0bA/NhLl4aWuaWTQvikr87l7cGWfKR3Qh9fQgRRhgJ22CPw== dependencies: vega-util "^1.10.0" -vega-util@^1.10.0, vega-util@^1.8.0, vega-util@^1.9.0, vega-util@~1.10.0: +vega-typings@^0.3.17: + version "0.3.53" + resolved "https://registry.yarnpkg.com/vega-typings/-/vega-typings-0.3.53.tgz#a70b9730ebe1e4c557019ccccc5fd98035b0aab0" + integrity sha512-XQRd66eL62ll6tHENQIJHtdwXemqXoB4KnVVbGUwGJIHjQkHHluCbkoWVRvPYuRd+OLM1RXVc+EBxA015hJ1SQ== + dependencies: + vega-util "^1.7.0" + +vega-util@^1.10.0, vega-util@^1.7.0, vega-util@^1.8.0, vega-util@^1.9.0, vega-util@~1.10.0: version "1.10.0" resolved "https://registry.yarnpkg.com/vega-util/-/vega-util-1.10.0.tgz#edfd8c04f1d269f903976c228820153902c270d4" integrity sha512-fTGnTG7FhtTG9tiYDL3k5s8YHqB71Ml5+aC9B7eaBygeB8GKXBrcbTXLOzoCRxT3Jr5cRhr99PMBu0AkqmhBog== +vega-view-transforms@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/vega-view-transforms/-/vega-view-transforms-2.0.3.tgz#9999f83301efbe65ed1971018f538f5aeb62a16e" + integrity sha512-m42sP2G72KIIEhbno5P3wYXuGe4C5fj0ztfg1TrSEmGsIHOqoehRvte/1e9q/dV+1rB3TqfcWXgQVEDHCFLEvQ== + dependencies: + vega-dataflow "^4.0.4" + vega-scenegraph "^3.2.3" + vega-util "^1.7.0" + vega-view-transforms@^4.3.1: version "4.3.1" resolved "https://registry.yarnpkg.com/vega-view-transforms/-/vega-view-transforms-4.3.1.tgz#2c9529b9c5efc15221fea43d6440e28031149353" @@ -6076,6 +6491,19 @@ vega-view-transforms@^4.3.1: vega-scenegraph "^4.1.0" vega-util "^1.8.0" +vega-view@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/vega-view/-/vega-view-3.4.1.tgz#8f36fea88792b3b1ee3a535c5322dc7ecd975532" + integrity sha512-hT9Bj9qRCGz+4umid8tFuADyUF7xOHTQmeu18XtRgEkNOtTALlDYLmCSpcGkP1N6eeZm3aRWBtkUz/XE7/6d+Q== + dependencies: + d3-array "^2.0.2" + d3-timer "^1.0.9" + vega-dataflow "^4.1.0" + vega-parser "^3.9.0" + vega-runtime "^3.2.0" + vega-scenegraph "^3.2.3" + vega-util "^1.7.0" + vega-view@^5.2.2: version "5.2.2" resolved "https://registry.yarnpkg.com/vega-view/-/vega-view-5.2.2.tgz#8a29f53382b55ea2ff02fb58ea02f919aedba046" @@ -6089,6 +6517,15 @@ vega-view@^5.2.2: vega-scenegraph "^4.2.0" vega-util "^1.10.0" +vega-voronoi@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/vega-voronoi/-/vega-voronoi-3.0.0.tgz#e83d014c0d8d083592d5246122e3a9d4af0ce434" + integrity sha512-ZkQw4UprxqiS3IjrdLOoQq1oEeH0REqWonf7Wz5zt2pKDHyMPlFX89EueoDYOKnfQjk9/7IiptBDK1ruAbDNiQ== + dependencies: + d3-voronoi "^1.1.2" + vega-dataflow "^4.0.0" + vega-util "^1.7.0" + vega-voronoi@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/vega-voronoi/-/vega-voronoi-4.0.1.tgz#876e24c869d2f4902bc634b445efbb8a41850495" @@ -6098,6 +6535,17 @@ vega-voronoi@^4.0.1: vega-dataflow "^5.1.0" vega-util "^1.8.0" +vega-wordcloud@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/vega-wordcloud/-/vega-wordcloud-3.0.0.tgz#3843d5233673a36a93f78c849d3c7568c1cdc2ce" + integrity sha512-/2F09L2tNTQ8aqK/ZLjd7m+fYwJR8/waE8YWuexLZob4+4BEByzqFfRMATE39ZpdTHOreCEQ5uUKyvv0qA6O0A== + dependencies: + vega-canvas "^1.0.1" + vega-dataflow "^4.0.0" + vega-scale "^2.1.1" + vega-statistics "^1.2.1" + vega-util "^1.7.0" + vega-wordcloud@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/vega-wordcloud/-/vega-wordcloud-4.0.2.tgz#6e6f711e83195f764e1b0ace80f98091af94a3a6" @@ -6109,7 +6557,20 @@ vega-wordcloud@^4.0.2: vega-statistics "^1.2.5" vega-util "^1.8.0" -vega@^5.3.5: +vega@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/vega/-/vega-4.4.0.tgz#e27051278061da635e08478d94ef9299dd6923ec" + integrity sha512-siNRf6F3Ihoku0T9LebtaguWd88SVcf8yWJmHQUO5ZcZKREjTYO0LmLHUOH1plSEQSqHBAQPtAjQ3xZYQKgSdQ== + dependencies: + vega-lib "4.4.0" + vega-parser "3.9.0" + vega-typings "*" + yargs "12" + optionalDependencies: + canvas "^1.6.13" + canvas-prebuilt "1.6.11" + +vega@^5.4.0: version "5.4.0" resolved "https://registry.yarnpkg.com/vega/-/vega-5.4.0.tgz#62fb18de7cb3477a3914aa2f7b98197958c0fd2e" integrity sha512-1c77yse5ZOYXgVig5RjJCWwM8yHvY1Ds7ncusiT1Hu3wXVhOw8TKe2CLCbcOpWSmPRJ48BRw/6qF70iS4zWYAQ== @@ -6313,11 +6774,21 @@ xterm@~3.13.2: resolved "https://registry.yarnpkg.com/xterm/-/xterm-3.13.2.tgz#987c3a7fe3d23d6c03ce0eaf06c0554c38935570" integrity sha512-4utKoF16/pzH6+EkFaaay+qPCozf5RP2P0JuH6rvIGHY0CRwgU2LwbQ/24DY+TvaZ5m+kwvIUvPqIBoMZYfgOg== +y18n@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" + integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= + "y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== +yallist@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" + integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= + yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" @@ -6339,7 +6810,14 @@ yargs-parser@^13.1.0: camelcase "^5.0.0" decamelize "^1.2.0" -yargs@^12.0.5: +yargs-parser@^9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077" + integrity sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc= + dependencies: + camelcase "^4.1.0" + +yargs@12, yargs@^12.0.5: version "12.0.5" resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw== @@ -6357,6 +6835,24 @@ yargs@^12.0.5: y18n "^3.2.1 || ^4.0.0" yargs-parser "^11.1.1" +yargs@^11.0.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.1.0.tgz#90b869934ed6e871115ea2ff58b03f4724ed2d77" + integrity sha512-NwW69J42EsCSanF8kyn5upxvjp5ds+t3+udGBeTbFnERA+lF541DDpMawzo4z6W/QrzNM18D+BPMiOBibnFV5A== + dependencies: + cliui "^4.0.0" + decamelize "^1.1.1" + find-up "^2.1.0" + get-caller-file "^1.0.1" + os-locale "^2.0.0" + require-directory "^2.1.1" + require-main-filename "^1.0.1" + set-blocking "^2.0.0" + string-width "^2.0.0" + which-module "^2.0.0" + y18n "^3.2.1" + yargs-parser "^9.0.2" + yargs@~13.2.4: version "13.2.4" resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.4.tgz#0b562b794016eb9651b98bd37acf364aa5d6dc83" diff --git a/packages/nbconvert-css/package.json b/packages/nbconvert-css/package.json index 76f65ec15bf6..07138845de4a 100644 --- a/packages/nbconvert-css/package.json +++ b/packages/nbconvert-css/package.json @@ -42,12 +42,12 @@ "@jupyterlab/rendermime": "^1.0.0-alpha.13" }, "devDependencies": { - "@jupyterlab/apputils": "^1.0.0-alpha.12", - "@jupyterlab/cells": "^1.0.0-alpha.13", - "@jupyterlab/codemirror": "^1.0.0-alpha.12", - "@jupyterlab/notebook": "^1.0.0-alpha.13", - "@jupyterlab/outputarea": "^1.0.0-alpha.12", - "@jupyterlab/rendermime": "^1.0.0-alpha.12", + "@jupyterlab/apputils": "^1.0.0-alpha.13", + "@jupyterlab/cells": "^1.0.0-alpha.14", + "@jupyterlab/codemirror": "^1.0.0-alpha.13", + "@jupyterlab/notebook": "^1.0.0-alpha.14", + "@jupyterlab/outputarea": "^1.0.0-alpha.13", + "@jupyterlab/rendermime": "^1.0.0-alpha.13", "css-loader": "~2.1.1", "file-loader": "~3.0.1", "mini-css-extract-plugin": "~0.6.0",