fix(cli): comment isolated linker in bunfig.toml when native-nativewind

is selected
This commit is contained in:
Aman Varshney
2025-08-05 14:12:48 +05:30
parent c8260d7517
commit ad1d28ff28
10 changed files with 203 additions and 271 deletions

View File

@@ -53,7 +53,6 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@better-t-stack/types": "workspace:*",
"@clack/prompts": "^0.11.0",
"consola": "^3.4.2",
"execa": "^9.6.0",
@@ -63,15 +62,15 @@
"handlebars": "^4.7.8",
"jsonc-parser": "^3.3.1",
"picocolors": "^1.1.1",
"posthog-node": "^5.6.0",
"trpc-cli": "^0.10.2",
"posthog-node": "^5.5.0",
"trpc-cli": "^0.10.0",
"ts-morph": "^26.0.0",
"zod": "^4.0.14"
"zod": "^4.0.5"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.2.0",
"tsdown": "^0.13.3",
"typescript": "^5.9.2"
"@types/node": "^24.0.13",
"tsdown": "^0.12.9",
"typescript": "^5.8.3"
}
}