Skip to content

Commit

Permalink
Prevent dependabot from using yarn 4 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored Jan 30, 2025
1 parent 49644b8 commit 0307356
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion js/_meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"types": "lib/index.d.ts",
"dependencies": {
"jupyterlab-slideshow": "workspace:^"
}
},
"packageManager": "[email protected]"
}
3 changes: 2 additions & 1 deletion js/jupyterlab-slideshow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
"bundled": true
}
}
}
},
"packageManager": "[email protected]"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,6 @@
"color-function-notation": null,
"selector-class-pattern": null
}
}
},
"packageManager": "[email protected]"
}

0 comments on commit 0307356

Please sign in to comment.