We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601a5b9 commit 6e6bbbbCopy full SHA for 6e6bbbb
2 files changed
package.json
@@ -6,7 +6,7 @@
6
"private": true,
7
"license": "AGPL-3.0-only",
8
"homepage": "https://arm.haglund.dev/docs",
9
- "packageManager": "pnpm@11.3.0",
+ "packageManager": "pnpm@11.4.0",
10
"engines": {
11
"node": "^26"
12
},
pnpm-workspace.yaml
@@ -1,8 +1,6 @@
1
allowBuilds:
2
simple-git-hooks: false
3
4
-minimumReleaseAge: 4320
5
-
dedupePeers: true
dedupePeerDependents: true
@@ -17,5 +15,11 @@ overrides:
17
15
"@antfu/eslint-config>toml-eslint-parser": "-"
18
16
eslint-plugin-pnpm>jsonc-eslint-parser: "-"
19
+minimumReleaseAge: 4320
+
20
savePrefix: ""
21
shellEmulator: true
22
23
+trustPolicy: no-downgrade
24
+trustPolicyExclude:
25
+ - tinyexec@1.2.2
0 commit comments