Skip to content

Commit

Permalink
update resolutions for conflicting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio committed Nov 13, 2024
1 parent 95358e9 commit 499496b
Show file tree
Hide file tree
Showing 2 changed files with 1,563 additions and 1,807 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/react-components": "^0.15.0",
"@jupyter/web-components": "^0.15.0",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/settingregistry": "^4.0.0",
Expand Down Expand Up @@ -93,6 +91,10 @@
"typescript": "~5.0.2",
"yjs": "^13.5.0"
},
"resolutions": {
"@jupyter/react-components": "^0.15.0",
"@jupyter/web-components": "^0.15.0"
},
"sideEffects": [
"style/*.css",
"style/index.js"
Expand Down
Loading

0 comments on commit 499496b

Please sign in to comment.