Skip to content

Commit fc22cfa

Browse files
renovate[bot]bluwy
andauthored
chore(deps): update pnpm to v10 (#66)
* chore(deps): update pnpm to v10 * chore: set onlyBuiltDependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <[email protected]>
1 parent 4883f71 commit fc22cfa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"engines": {
2727
"node": ">=14.21.3"
2828
},
29-
"packageManager": "pnpm@9.15.6",
29+
"packageManager": "pnpm@10.4.1",
3030
"repository": {
3131
"type": "git",
3232
"url": "git+https://github.com/vitejs/vite-plugin-basic-ssl.git"
@@ -52,5 +52,10 @@
5252
"unbuild": "^3.3.1",
5353
"vite": "^6.2.0",
5454
"vitest": "^3.0.7"
55+
},
56+
"pnpm": {
57+
"onlyBuiltDependencies": [
58+
"esbuild"
59+
]
5560
}
5661
}

0 commit comments

Comments
 (0)