Skip to content

Commit

Permalink
try force resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 9, 2023
1 parent 7c04198 commit 3cabd81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 26 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@jupyterlab/outputarea": "~4.1.0-alpha.2",
"@jupyterlab/pdf-extension": "~4.1.0-alpha.2",
"@jupyterlab/rendermime": "~4.1.0-alpha.2",
"@jupyterlab/rendermime-interfaces": "~3.8.6",
"@jupyterlab/rendermime-interfaces": "~3.8.3-alpha.1",
"@jupyterlab/running-extension": "~4.1.0-alpha.2",
"@jupyterlab/services": "~7.1.0-alpha.2",
"@jupyterlab/settingeditor": "~4.1.0-alpha.2",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
},
"resolutions": {
"@jupyterlab/rendermime-interfaces": "3.8.3-alpha.1",
"@types/react": "^18.0.26",
"react": "^18.2.0",
"yjs": "^13.5.40"
Expand Down
31 changes: 6 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3801,13 +3801,13 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/rendermime-interfaces@npm:^3.8.3-alpha.1, @jupyterlab/rendermime-interfaces@npm:~3.8.3-alpha.1":
version: 3.8.6
resolution: "@jupyterlab/rendermime-interfaces@npm:3.8.6"
"@jupyterlab/rendermime-interfaces@npm:3.8.3-alpha.1":
version: 3.8.3-alpha.1
resolution: "@jupyterlab/rendermime-interfaces@npm:3.8.3-alpha.1"
dependencies:
"@lumino/coreutils": ^1.11.0 || ^2.1.2
"@lumino/widgets": ^1.37.2 || ^2.3.0
checksum: 84ba0c3979e6ace6246e00248d1248075afb112f55be202257bb89a553b235d36ca82879c56f46f58285a5fc6d39914e93fea203c53245e0ac8d1b5ef838bb50
"@lumino/widgets": ^1.37.2 || ^2.3.1-alpha.0
checksum: 59596652aa4e3e2089b8a22ffab7279fa2c73c09ae84fad445deab4d9fe9eeca24027805e2794422e987b9590140cda77404ac92dcadd5d5e5b9d58f116da327
languageName: node
linkType: hard

Expand Down Expand Up @@ -4655,26 +4655,7 @@ __metadata:
languageName: node
linkType: hard

"@lumino/widgets@npm:^1.37.2 || ^2.3.0":
version: 2.3.0
resolution: "@lumino/widgets@npm:2.3.0"
dependencies:
"@lumino/algorithm": ^2.0.1
"@lumino/commands": ^2.1.3
"@lumino/coreutils": ^2.1.2
"@lumino/disposable": ^2.1.2
"@lumino/domutils": ^2.0.1
"@lumino/dragdrop": ^2.1.3
"@lumino/keyboard": ^2.0.1
"@lumino/messaging": ^2.0.1
"@lumino/properties": ^2.0.1
"@lumino/signaling": ^2.1.2
"@lumino/virtualdom": ^2.0.1
checksum: a8559bd3574b7fc16e7679e05994c515b0d3e78dada35786d161f67c639941d134e92ce31d95c2e4ac06709cdf83b0e7fb4b6414a3f7779579222a2fb525d025
languageName: node
linkType: hard

"@lumino/widgets@npm:^2.3.1-alpha.0":
"@lumino/widgets@npm:^1.37.2 || ^2.3.1-alpha.0, @lumino/widgets@npm:^2.3.1-alpha.0":
version: 2.3.1-alpha.0
resolution: "@lumino/widgets@npm:2.3.1-alpha.0"
dependencies:
Expand Down

0 comments on commit 3cabd81

Please sign in to comment.