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 bc2495f commit a85fe5aCopy full SHA for a85fe5a
package.json
@@ -93,5 +93,5 @@
93
"vuetify": "workspace:*",
94
"yargs": "^17.7.2"
95
},
96
- "packageManager": "pnpm@10.15.1"
+ "packageManager": "pnpm@10.16.1"
97
}
pnpm-workspace.yaml
@@ -10,6 +10,10 @@ ignoredBuiltDependencies:
10
11
linkWorkspacePackages: deep
12
13
+minimumReleaseAge: 4320 # 3 days
14
+minimumReleaseAgeExclude:
15
+ - '@vuetify/one'
16
+
17
nodeLinker: hoisted
18
19
onlyBuiltDependencies:
0 commit comments