Skip to content

Commit f407b69

Browse files
renovate[bot]autofix-ci[bot]MrGreenTea
authored
chore(deps): update pnpm to v10 (#62)
* chore(deps): update pnpm to v10 * [autofix.ci] apply automated fixes * chore(deps): fix postinstall for sharp --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Jonas Bulik <jonas@bulik.dev>
1 parent 052ac5e commit f407b69

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"main": "dist/server.js",
66
"license": "MIT",
7-
"packageManager": "pnpm@9.13.0",
7+
"packageManager": "pnpm@10.4.0",
88
"scripts": {
99
"dev": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts nodemon",
1010
"build:payload": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts payload build",
@@ -35,5 +35,14 @@
3535
"prettier": "^3.5.1",
3636
"ts-node": "^10.0.0",
3737
"typescript": "^5.0.0"
38+
},
39+
"pnpm": {
40+
"ignoredBuiltDependencies": [
41+
"@swc/core",
42+
"es5-ext"
43+
],
44+
"onlyBuiltDependencies": [
45+
"sharp"
46+
]
3847
}
3948
}

0 commit comments

Comments
 (0)