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