Update dependency tailwind-merge to v2.5.3 - abandoned #51

Closed
renovate-bot wants to merge 20 commits from renovate/tailwind-merge-2.x-lockfile into master
Showing only changes of commit ced7450823 - Show all commits

@ -1,15 +1,17 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {},
"lint": {
"dependsOn": ["^lint"]
},
"dev": {
"cache": false,
"persistent": true
}
}
}
}k