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.
2 parents 142e5d6 + 1f157fb commit 12807eaCopy full SHA for 12807ea
package.json
@@ -6,7 +6,7 @@
6
"node": ">=20.11"
7
},
8
"type": "module",
9
- "packageManager": "pnpm@10.15.1",
+ "packageManager": "pnpm@10.17.0",
10
"scripts": {
11
"dev:ui": "pnpm --filter @gitbutler/ui storybook",
12
"dev:web": "turbo watch --filter @gitbutler/web dev",
pnpm-workspace.yaml
@@ -1,3 +1,7 @@
1
+# Don't allow package versions less than two days old to be installed.
2
+# https://pnpm.io/settings#minimumreleaseage
3
+# Packages can be exclude from this setting with the `minimumReleaseAgeExclude` property.
4
+minimumReleaseAge: 2880
5
packages:
- 'apps/*'
- 'packages/*'
0 commit comments