Skip to content

Commit

Permalink
Add @jupyterlab/shared-models to the package.json (jupytercad#22)
Browse files Browse the repository at this point in the history
* Add `shared-models` to package.json

* Update yarn.lock

* Pin `@jupyterlab/apputils`

Co-authored-by: Duc Trung LE <[email protected]>
  • Loading branch information
jtpio and trungleduc authored Oct 21, 2022
1 parent 91eb33d commit 9c5d605
Show file tree
Hide file tree
Showing 2 changed files with 789 additions and 710 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@jupyterlab/application": "^4.0.0-alpha.11",
"@jupyterlab/apputils": "^4.0.0-alpha.11",
"@jupyterlab/observables": "^5.0.0-alpha.11",
"@jupyterlab/shared-models": "^4.0.0-alpha.11",
"@jupyterlab/ui-components": "^4.0.0-alpha.19",
"@naisutech/react-tree": "^3.0.1",
"@rjsf/core": "^4.2.0",
Expand All @@ -66,6 +67,9 @@
"three": "^0.135.0",
"uuid": "^8.3.2"
},
"resolutions": {
"@jupyterlab/apputils": "^4.0.0-alpha.11"
},
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@jupyterlab/builder": "^4.0.0-alpha.11",
Expand Down
Loading

0 comments on commit 9c5d605

Please sign in to comment.