Skip to content

Commit

Permalink
chore(pnpm): update to latest pnpm version for corepack
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Nov 14, 2023
1 parent 20d14f9 commit 7e0778a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"prepare": "husky install",
"generate": "pnpm --filter @yd/api generate:openapi && pnpm --filter @yd/client generate",
"dev:web": "pnpm --filter @yd/api --filter @yd/web dev",
"dev:extension": "pnpm --filter @yd/api --filter @yd/extension dev",
"dev:extension": "pnpm --filter @yd/api --filter @yd/extension dev",
"api": "pnpm --filter @yd/api -- ",
"cli": "pnpm --filter @yd/cli -- ",
"extension": "pnpm --filter @yd/extension -- ",
"cli": "pnpm --filter @yd/cli -- ",
"extension": "pnpm --filter @yd/extension -- ",
"web": "pnpm --filter @yd/web -- ",
"core": "pnpm --filter @yd/core --",
"core": "pnpm --filter @yd/core --",
"client": "pnpm --filter @yd/client -- ",
"cfg": "pnpm --filter @yd/config -- ",
"ui": "pnpm --filter @yd/ui -- ",
Expand All @@ -21,7 +21,7 @@
"format": "pnpm -r format",
"check": "pnpm -r check",
"commitlint": "commitlint --edit",
"pre-commit:autoupdate": "python3 scripts.py pre-commit autoupdate"
"pre-commit:autoupdate": "python3 scripts.py pre-commit autoupdate"
},
"devDependencies": {
"@commitlint/cli": "^18.4.1",
Expand All @@ -34,7 +34,7 @@
"json-schema-ref-parser": "npm:@apidevtools/[email protected]"
}
},
"packageManager": "[email protected].3",
"packageManager": "[email protected].5+sha256.a4bd9bb7b48214bbfcd95f264bd75bb70d100e5d4b58808f5cd6ab40c6ac21c5",
"engines": {
"pnpm": ">=8",
"node": ">=18"
Expand Down

1 comment on commit 7e0778a

@vercel
Copy link

@vercel vercel bot commented on 7e0778a Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.