chore: set minimum release age
This commit is contained in:
parent
5206c9f2fb
commit
fb60637b7f
2 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue