Skip to content

Commit

Permalink
Add notebook dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Mar 25, 2023
1 parent 8303a42 commit 56f2370
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/application": "^3.1.0"
"@jupyterlab/application": "^3.1.0",
"@jupyterlab/notebook": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand All @@ -77,8 +78,8 @@
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "~24.0.0",
"stylelint-prettier": "^2.0.0",
"typescript": "~4.1.3",
"ts-jest": "^26.0.0"
"ts-jest": "^26.0.0",
"typescript": "~4.1.3"
},
"sideEffects": [
"style/*.css",
Expand Down

0 comments on commit 56f2370

Please sign in to comment.