Skip to content

Commit

Permalink
Merge pull request #73 from ali4heydari/chore/upgrade-node-pnpm
Browse files Browse the repository at this point in the history
[CHORE] Upgrade node and pnpm
  • Loading branch information
ali4heydari authored Feb 25, 2025
2 parents ef2ebd9 + e57d990 commit 533ae65
Show file tree
Hide file tree
Showing 2 changed files with 9,701 additions and 8,733 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,21 @@
"undici": "^7.3.0",
"velite": "0.1.0"
},
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@10.4.1",
"engines": {
"node": ">=18",
"pnpm": ">=8"
"node": ">=22 <23",
"pnpm": ">=10 <11"
},
"pnpm": {
"onlyBuiltDependencies": [
"@sentry/cli",
"@vercel/speed-insights",
"core-js",
"core-js-pure",
"esbuild",
"rehype-code-titles",
"sharp"
]
},
"nextBundleAnalysis": {
"buildOutputDirectory": ".next"
Expand Down
Loading

0 comments on commit 533ae65

Please sign in to comment.