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"
},
"pnpm": {
"minimumReleaseAge": 2880,
"overrides": {
"@sinclair/typebox": "0.34.47"
},

View File

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