chore: set minimum release age

This commit is contained in:
ddyo 2026-01-11 13:13:20 +02:00 committed by Peter Steinberger
parent 5206c9f2fb
commit fb60637b7f
2 changed files with 4 additions and 0 deletions

View file

@ -195,6 +195,7 @@
"wireit": "^0.14.12" "wireit": "^0.14.12"
}, },
"pnpm": { "pnpm": {
"minimumReleaseAge": 2880,
"overrides": { "overrides": {
"@sinclair/typebox": "0.34.47" "@sinclair/typebox": "0.34.47"
}, },

View file

@ -19,5 +19,8 @@
"playwright": "^1.57.0", "playwright": "^1.57.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vitest": "4.0.16" "vitest": "4.0.16"
},
"pnpm": {
"minimumReleaseAge": 2880
} }
} }