Skip to content

Commit

Permalink
Use major version for dependencies on @jupyterlab and @Lumino to avoi…
Browse files Browse the repository at this point in the history
…d conflicts
  • Loading branch information
brichet committed Apr 8, 2024
1 parent 6d052e1 commit 8965000
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 564 deletions.
10 changes: 5 additions & 5 deletions packages/jupyter-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@jupyterlab/apputils": "^4.0.5",
"@jupyterlab/rendermime": "^4.0.5",
"@jupyterlab/ui-components": "^4.0.5",
"@lumino/disposable": "^2.1.2",
"@lumino/signaling": "^2.1.2",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/rendermime": "^4.0.0",
"@jupyterlab/ui-components": "^4.0.0",
"@lumino/disposable": "^2.0.0",
"@lumino/signaling": "^2.0.0",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"react": "^18.2.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/jupyterlab-collaborative-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
"dependencies": {
"@jupyter/collaboration": "^2.0.11",
"@jupyter/docprovider": "^2.0.11",
"@jupyterlab/application": "^4.0.5",
"@jupyterlab/apputils": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/docregistry": "^4.0.5",
"@jupyterlab/rendermime": "^4.0.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/settingregistry": "^4.0.5",
"@lumino/coreutils": "^2.1.0",
"@lumino/signaling": "^2.1.0",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/docregistry": "^4.0.0",
"@jupyterlab/rendermime": "^4.0.0",
"@jupyterlab/services": "^7.0.0",
"@jupyterlab/settingregistry": "^4.0.0",
"@lumino/coreutils": "^2.0.0",
"@lumino/signaling": "^2.0.0",
"chat-jupyter": "0.1.0",
"y-protocols": "^1.0.5",
"yjs": "^13.5.40"
Expand Down
12 changes: 6 additions & 6 deletions packages/jupyterlab-ws-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"watch:src": "tsc -w --sourceMap"
},
"dependencies": {
"@jupyterlab/apputils": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/rendermime": "^4.0.5",
"@jupyterlab/services": "^7.0.5",
"@jupyterlab/settingregistry": "^4.0.5",
"@lumino/coreutils": "^2.1.2",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/rendermime": "^4.0.0",
"@jupyterlab/services": "^7.0.0",
"@jupyterlab/settingregistry": "^4.0.0",
"@lumino/coreutils": "^2.0.0",
"chat-jupyter": "^0.1.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8965000

Please sign in to comment.