812b5afe6f
* Add support for the built-in Trigger.dev tunnel for local development * Remove the test script from yalt * Add to the README * Improve the outdated packages warning
24 lines
505 B
JSON
24 lines
505 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [
|
|
[
|
|
"@trigger.dev/*"
|
|
]
|
|
],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"webapp",
|
|
"emails",
|
|
"proxy",
|
|
"yalt",
|
|
"@trigger.dev/database"
|
|
],
|
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
|
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
|
}
|
|
} |