Skip to content

Commit 253efe2

Browse files
authored
Add back the csvviewer-extension (#6799)
1 parent 77e591a commit 253efe2

File tree

2 files changed

+1215
-505
lines changed

2 files changed

+1215
-505
lines changed

app/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@jupyterlab/console": "~4.0.0-alpha.22",
3939
"@jupyterlab/console-extension": "~4.0.0-alpha.22",
4040
"@jupyterlab/coreutils": "~6.0.0-alpha.22",
41+
"@jupyterlab/csvviewer-extension": "~4.0.0-alpha.22",
4142
"@jupyterlab/debugger": "~4.0.0-alpha.22",
4243
"@jupyterlab/debugger-extension": "~4.0.0-alpha.22",
4344
"@jupyterlab/docmanager": "~4.0.0-alpha.22",
@@ -103,7 +104,7 @@
103104
"@lumino/widgets": "~2.0.0",
104105
"react": "~18.2.0",
105106
"react-dom": "~18.2.0",
106-
"yjs": "~13.5.50"
107+
"yjs": "~13.5.51"
107108
},
108109
"dependencies": {
109110
"@jupyter-notebook/application": "^7.0.0-alpha.17",
@@ -127,6 +128,7 @@
127128
"@jupyterlab/completer-extension": "^4.0.0-alpha.22",
128129
"@jupyterlab/console-extension": "^4.0.0-alpha.22",
129130
"@jupyterlab/coreutils": "^6.0.0-alpha.22",
131+
"@jupyterlab/csvviewer-extension": "^4.0.0-alpha.22",
130132
"@jupyterlab/debugger-extension": "^4.0.0-alpha.22",
131133
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.22",
132134
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.22",
@@ -224,6 +226,7 @@
224226
"@jupyterlab/console-extension:foreign",
225227
"@jupyterlab/console-extension:tracker"
226228
],
229+
"@jupyterlab/csvviewer-extension": true,
227230
"@jupyterlab/docmanager-extension": [
228231
"@jupyterlab/docmanager-extension:plugin",
229232
"@jupyterlab/docmanager-extension:download",

0 commit comments

Comments
 (0)