Skip to content

Commit a40f261

Browse files
Update pnpm version
1 parent 1824fe8 commit a40f261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
},
2525
"engines": {
2626
"node": ">=22.9.0",
27-
"pnpm": ">=9.15.4"
27+
"pnpm": ">=10.4.1"
2828
},
2929
"lint-staged": {
3030
"*.{js,ts,tsx,md,json}": "prettier --write"
3131
},
3232
"resolutions": {
3333
"@types/react": "18.2.15"
3434
},
35-
"packageManager": "pnpm@9.15.4"
35+
"packageManager": "pnpm@10.4.1"
3636
}

0 commit comments

Comments
 (0)