Switch root package manager to pnpm 10

Co-authored-by: Steven <styfle@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-05-21 21:19:56 +00:00
parent 914a33426a
commit d2e5eb6186
4 changed files with 2807 additions and 2277 deletions

View File

@@ -5,7 +5,7 @@
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"start": "next start",
"test": "npm run lint && npm run prettier:check"
"test": "pnpm run lint && pnpm run prettier:check"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
@@ -19,7 +19,7 @@
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4"
},
"packageManager": "pnpm@8.7.0",
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"engines": {
"node": ">=18.17.0"
}