Skip to content

Commit

Permalink
chore(pnpm): upgrade to v9 + use corepack (#975)
Browse files Browse the repository at this point in the history
### Description

Mostly I tried to use this and did "pnpm i" and it failed because of
pnpm version differences, we can upgrade to v9 and use corepack too now.
  • Loading branch information
vvo authored Nov 14, 2024
1 parent 15f108d commit c72c796
Show file tree
Hide file tree
Showing 2 changed files with 2,027 additions and 1,611 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"private": true,
"engines": {
"pnpm": "8.15.1"
"pnpm": "9.13.0"
},
"scripts": {
"lint-staged": "lint-staged",
Expand All @@ -29,5 +29,6 @@
"plop": "^3.1.1",
"prettier": "^2.7.1",
"typescript": "^4.9.5"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit c72c796

Please sign in to comment.