update og image

This commit is contained in:
Aman Varshney
2025-05-25 20:03:11 +05:30
parent 8f7de006f7
commit b9c9690e61
2 changed files with 15 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 KiB

After

Width:  |  Height:  |  Size: 182 KiB

View File

@@ -14,27 +14,27 @@
}, },
"apps/cli": { "apps/cli": {
"name": "create-better-t-stack", "name": "create-better-t-stack",
"version": "2.13.0", "version": "2.13.2",
"bin": { "bin": {
"create-better-t-stack": "dist/index.js", "create-better-t-stack": "dist/index.js",
}, },
"dependencies": { "dependencies": {
"@clack/prompts": "latest", "@clack/prompts": "^0.11.0",
"consola": "latest", "consola": "^3.4.2",
"execa": "latest", "execa": "^9.5.3",
"fs-extra": "latest", "fs-extra": "^11.3.0",
"globby": "latest", "globby": "^14.1.0",
"gradient-string": "latest", "gradient-string": "^3.0.0",
"handlebars": "latest", "handlebars": "^4.7.8",
"picocolors": "latest", "picocolors": "^1.1.1",
"yargs": "latest", "yargs": "^17.7.2",
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra": "latest", "@types/fs-extra": "^11.0.4",
"@types/node": "latest", "@types/node": "^22.15.21",
"@types/yargs": "latest", "@types/yargs": "^17.0.33",
"tsdown": "latest", "tsdown": "^0.12.3",
"typescript": "latest", "typescript": "^5.8.3",
}, },
}, },
"apps/web": { "apps/web": {