chore: specify package manager for corepack

This commit is contained in:
Sophie L 2022-05-01 20:53:17 +00:00 committed by GitHub
parent 8a74060afc
commit c00297adfc
3 changed files with 6 additions and 3 deletions

View file

@ -25,5 +25,6 @@
}, },
"devDependencies": { "devDependencies": {
"typescript": "^4.5.5" "typescript": "^4.5.5"
} },
"packageManager": "yarn@1.22.17"
} }

View file

@ -29,5 +29,6 @@
}, },
"devDependencies": { "devDependencies": {
"typescript": "^4.4.3" "typescript": "^4.4.3"
} },
"packageManager": "yarn@1.22.17"
} }

View file

@ -27,5 +27,6 @@
"revolt-api": "^0.5.3-rc.8", "revolt-api": "^0.5.3-rc.8",
"smart-replace": "^1.0.2", "smart-replace": "^1.0.2",
"ulid": "^2.3.0" "ulid": "^2.3.0"
} },
"packageManager": "yarn@1.22.17"
} }