Skip to content

Commit c5505c3

Browse files
authored
Set packageManager (#55)
Prevent dependabot of using a wrong yarn version that may result in yarn.lock format changes
1 parent a7d939c commit c5505c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"watch:labextension": "jupyter labextension watch .",
5353
"watch:src": "tsc -w --sourceMap"
5454
},
55+
"packageManager": "yarn@3.5.0",
5556
"dependencies": {
5657
"@jupyterlab/application": "^4.0.0",
5758
"@jupyterlab/apputils": "^4.0.0",

0 commit comments

Comments
 (0)