Add back the csvviewer-extension (#6799)

This commit is contained in:
Jeremy Tuloup 2023-03-24 16:51:44 +01:00 committed by GitHub
parent 77e591a6bb
commit 253efe279f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1220 additions and 510 deletions

View File

@ -38,6 +38,7 @@
"@jupyterlab/console": "~4.0.0-alpha.22",
"@jupyterlab/console-extension": "~4.0.0-alpha.22",
"@jupyterlab/coreutils": "~6.0.0-alpha.22",
"@jupyterlab/csvviewer-extension": "~4.0.0-alpha.22",
"@jupyterlab/debugger": "~4.0.0-alpha.22",
"@jupyterlab/debugger-extension": "~4.0.0-alpha.22",
"@jupyterlab/docmanager": "~4.0.0-alpha.22",
@ -103,7 +104,7 @@
"@lumino/widgets": "~2.0.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"yjs": "~13.5.50"
"yjs": "~13.5.51"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.17",
@ -127,6 +128,7 @@
"@jupyterlab/completer-extension": "^4.0.0-alpha.22",
"@jupyterlab/console-extension": "^4.0.0-alpha.22",
"@jupyterlab/coreutils": "^6.0.0-alpha.22",
"@jupyterlab/csvviewer-extension": "^4.0.0-alpha.22",
"@jupyterlab/debugger-extension": "^4.0.0-alpha.22",
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.22",
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.22",
@ -224,6 +226,7 @@
"@jupyterlab/console-extension:foreign",
"@jupyterlab/console-extension:tracker"
],
"@jupyterlab/csvviewer-extension": true,
"@jupyterlab/docmanager-extension": [
"@jupyterlab/docmanager-extension:plugin",
"@jupyterlab/docmanager-extension:download",

1725
yarn.lock

File diff suppressed because it is too large Load Diff