Skip to content

Commit 0a94df7

Browse files
committed
chore: update pnpm
1 parent 3326b0f commit 0a94df7

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"type": "module",
4-
"packageManager": "pnpm@10.30.2+sha512.36cdc707e7b7940a988c9c1ecf88d084f8514b5c3f085f53a2e244c2921d3b2545bc20dd4ebe1fc245feec463bb298aecea7a63ed1f7680b877dc6379d8d0cb4",
4+
"packageManager": "pnpm@11.0.6+sha512.97f906e1da2bedac3df83cadae04b4753a130092dd49d55cd36825ad3e623e9df3f97754f8f259e699172a360fac569acf2f908e7732bdae3eddb2dcf7e121fd",
55
"scripts": {
66
"fix": "node --run fix:prettier && node --run fix:eslint",
77
"fix:prettier": "prettier --write --cache .",

pnpm-workspace.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,8 @@ trustPolicy: no-downgrade
1313
# Try to keep this list temporary, aim for an empty list of exclusions.
1414
trustPolicyExclude: []
1515

16-
# Exit with a non-zero exit code if any dependencies have build scripts but
17-
# aren't listed in allowBuilds.
18-
strictDepBuilds: true
1916
# Package matchers to explicitly allow or disallow script execution.
2017
# Err on the side of disallowing script execution.
2118
# Check every now and then whether any of these entries can be removed.
2219
allowBuilds:
2320
esbuild: false
24-
25-
# Block transitive dependencies from "exotic sources", like git repositories.
26-
blockExoticSubdeps: true

0 commit comments

Comments
 (0)