mirror of https://github.com/openclaw/openclaw.git
chore: set minimum release age
This commit is contained in:
parent
5206c9f2fb
commit
fb60637b7f
|
|
@ -195,6 +195,7 @@
|
|||
"wireit": "^0.14.12"
|
||||
},
|
||||
"pnpm": {
|
||||
"minimumReleaseAge": 2880,
|
||||
"overrides": {
|
||||
"@sinclair/typebox": "0.34.47"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -19,5 +19,8 @@
|
|||
"playwright": "^1.57.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "4.0.16"
|
||||
},
|
||||
"pnpm": {
|
||||
"minimumReleaseAge": 2880
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue