Skip to content

Commit

Permalink
Make @jupyter-widgets/controls & @jupyter-widgets/jupyterlab-manager …
Browse files Browse the repository at this point in the history
…Jupyterlab shared packages.
  • Loading branch information
Alan Fleming committed May 5, 2024
1 parent 3b57d7a commit 837bc6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
"@lumino/widgets": "^2.3.1"
},
"devDependencies": {
"@jupyter-widgets/base-manager": "^1.0.8",
"@jupyterlab/builder": "^4.1.0",
"@types/expect.js": "^0.3.29",
"@types/json-schema": "^7.0.11",
Expand Down Expand Up @@ -142,6 +141,14 @@
"@jupyter-widgets/base": {
"bundled": false,
"singleton": true
},
"@jupyter-widgets/controls": {
"bundled": false,
"singleton": true
},
"@jupyter-widgets/jupyterlab-manager": {
"bundled": false,
"singleton": true
}
}
},
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4047,7 +4047,6 @@ __metadata:
resolution: "ipylab@workspace:."
dependencies:
"@jupyter-widgets/base": ^6.0.7
"@jupyter-widgets/base-manager": ^1.0.8
"@jupyter-widgets/controls": ^5.0.8
"@jupyter-widgets/jupyterlab-manager": ^5.0.10
"@jupyterlab/application": ^4.1.0
Expand Down

0 comments on commit 837bc6e

Please sign in to comment.