Skip to content

Commit

Permalink
feat: don't upgrade to TS 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typed-sigterm authored Dec 16, 2024
1 parent f2a3421 commit 50486b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"enabled": false
},
{
"matchPackageNames": ["nuxt"],
"allowedVersions": "<= 3.13.1 || > 3.13.2"
"matchPackageNames": ["typescript"],
"allowedVersions": "< 5.7.0"
}
]
}

0 comments on commit 50486b0

Please sign in to comment.