Skip to content

Commit

Permalink
chore(deps): update pnpm to v10 (kamilkisiela#1635)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 3700c74 commit 5457892
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.1",
"exports": {
".": {
"require": {
Expand Down Expand Up @@ -130,6 +130,6 @@
},
"engines": {
"node": ">= 16.0.0",
"pnpm": "^9.0.0"
"pnpm": "^10.0.0"
}
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
},
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.1",
"engines": {
"node": ">= 16.0.0",
"pnpm": "^9.0.0"
"pnpm": "^10.0.0"
}
}

0 comments on commit 5457892

Please sign in to comment.