Skip to content

Commit

Permalink
die jupyterlab die
Browse files Browse the repository at this point in the history
  • Loading branch information
jimdigriz committed May 24, 2023
1 parent 542db2b commit f1b4412
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,18 @@
"watch:src": "tsc -w",
"watch:labextension": "jupyter labextension watch ."
},
"resolutions": {
"@jupyterlab/rendermime-interfaces": "^3.0.0 <=3.6.3"
},
"dependencies": {
"@jupyterlab/application": "^3.1.0",
"@jupyterlab/apputils": "^3.1.0",
"@jupyterlab/docregistry": "^3.1.0",
"@jupyterlab/notebook": "^3.1.0",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/docregistry": "^3.0.0",
"@jupyterlab/notebook": "^3.0.0",
"@lumino/disposable": "^1.10.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0",
"@jupyterlab/builder": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.14.0",
Expand Down

0 comments on commit f1b4412

Please sign in to comment.