chore: add packageManager property for dependabot

This commit is contained in:
Elliot DeNolf
2024-08-14 21:52:06 -04:00
parent ba2e4c278f
commit 337b8ccbf3

View File

@@ -122,6 +122,7 @@
"node": ">=14",
"pnpm": ">=9.7.0"
},
"packageManager": "pnpm@9.7.0",
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write"