Skip to content

Commit cade657

Browse files
authored
Merge pull request #39 from lckr/dependency_update
Dependency update
2 parents defaa92 + 8935796 commit cade657

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For the time being, this project is still in its first steps. Contributions in a
1515

1616
## Prerequisites
1717

18-
* JupyterLab [>= 0.33]
18+
* JupyterLab [0.34]
1919

2020
## Installation
2121
In this early stage you can install this extension by building it from source.

package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@
2929
"watch": "tsc -w"
3030
},
3131
"dependencies": {
32-
"@jupyterlab/application": "^0.17.0",
33-
"@jupyterlab/console": "^0.17.0",
34-
"@jupyterlab/csvviewer": "^0.17.0",
35-
"@jupyterlab/notebook": "^0.17.0",
36-
"@phosphor/datagrid": "^0.1.6",
37-
"@jupyterlab/apputils": "^0.17.0"
32+
"@jupyterlab/application": "^0.18.0",
33+
"@jupyterlab/apputils": "^0.18.0",
34+
"@jupyterlab/console": "^0.18.0",
35+
"@jupyterlab/coreutils": "^2.1.4",
36+
"@jupyterlab/csvviewer": "^0.18.0",
37+
"@jupyterlab/notebook": "^0.18.0",
38+
"@jupyterlab/services": "^3.1.4",
39+
"@phosphor/datagrid": "^0.1.6"
3840
},
3941
"devDependencies": {
4042
"rimraf": "^2.6.1",

0 commit comments

Comments
 (0)