templates: add packageManager to website template instead of engines.pnpm (#11121)

Should fix breaking changes issues with pnpm 10
This commit is contained in:
Paul
2025-02-11 19:50:40 +00:00
committed by GitHub
parent 002e921ede
commit 44be433d44
2 changed files with 4 additions and 4 deletions

View File

@@ -68,9 +68,9 @@
"tailwindcss": "^3.4.3",
"typescript": "5.7.3"
},
"packageManager": "pnpm@10.3.0",
"engines": {
"node": "^18.20.2 || >=20.9.0",
"pnpm": "^9 || ^10"
"node": "^18.20.2 || >=20.9.0"
},
"pnpm": {
"onlyBuiltDependencies": [

View File

@@ -70,9 +70,9 @@
"tailwindcss": "^3.4.3",
"typescript": "5.7.3"
},
"packageManager": "pnpm@10.3.0",
"engines": {
"node": "^18.20.2 || >=20.9.0",
"pnpm": "^9 || ^10"
"node": "^18.20.2 || >=20.9.0"
},
"pnpm": {
"onlyBuiltDependencies": [