Update package manager version and role label reference

The package manager version in the package.json file has been updated to pnpm@9.0.0. Also, in membership-role-selector.tsx, the reference in i18nKey for role labels has been modified to include ".label" for better clarity and maintain the consistent schema in the translation files.
This commit is contained in:
giancarlo
2024-04-20 01:10:12 +08:00
parent 95e6c460cb
commit c3d2e29f1b
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
"stripe:listen": "pnpm --filter '@kit/stripe' start"
},
"prettier": "@kit/prettier-config",
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@9.0.4",
"workspaces": [
"apps/*",
"packages/**",