Skip to content

Commit

Permalink
Update collaborative-drive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Oct 10, 2024
1 parent c83948e commit dc8f7a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/collaborative-drive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
},
"dependencies": {
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
"@jupyterlab/coreutils": "^6.2.0"
"@jupyterlab/services": "^7.2.0",
"@lumino/coreutils": "^2.1.0",
"@lumino/disposable": "^2.1.0"
},
"devDependencies": {
"rimraf": "^4.1.2",
Expand Down
4 changes: 3 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2128,7 +2128,9 @@ __metadata:
resolution: "@jupyter/collaborative-drive@workspace:packages/collaborative-drive"
dependencies:
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3
"@jupyterlab/coreutils": ^6.2.0
"@jupyterlab/services": ^7.2.0
"@lumino/coreutils": ^2.1.0
"@lumino/disposable": ^2.1.0
rimraf: ^4.1.2
typescript: ~5.0.4
languageName: unknown
Expand Down

0 comments on commit dc8f7a1

Please sign in to comment.