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 a9ad58f commit 5f79fafCopy full SHA for 5f79faf
1 file changed
pnpm-workspace.yaml
@@ -2,7 +2,6 @@
2
3
shellEmulator: true
4
dedupePeers: true
5
-trustPolicy: no-downgrade
6
ignoreWorkspaceRootCheck: true
7
8
packages:
@@ -11,12 +10,15 @@ packages:
11
10
- test/fixture
12
- test/minimal
13
+trustPolicy: no-downgrade
14
+trustPolicyExclude:
15
+ - "semver@6.3.1"
16
+
17
+blockExoticSubdeps: true
18
+strictDepBuilds: true
19
allowBuilds: {}
20
21
peerDependencyRules:
22
allowedVersions:
23
vite: "8"
24
typescript: "6"
-
-trustPolicyExclude:
- - "semver@6.3.1"
0 commit comments