From 3f38a69b736fcd4e7aaecb63b707f9eadcf9c807 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Wed, 9 Apr 2025 15:13:10 +0530 Subject: [PATCH] add mysql in stack architech --- apps/web/src/lib/constant.ts | 7 +++++++ bun.lock | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/apps/web/src/lib/constant.ts b/apps/web/src/lib/constant.ts index efb1f06..3896f5d 100644 --- a/apps/web/src/lib/constant.ts +++ b/apps/web/src/lib/constant.ts @@ -98,6 +98,13 @@ export const TECH_OPTIONS = { icon: "🐘", color: "from-indigo-400 to-indigo-600", }, + { + id: "mysql", + name: "MySQL", + description: "Popular relational database", + icon: "🐬", + color: "from-blue-500 to-blue-700", + }, { id: "mongodb", name: "MongoDB", diff --git a/bun.lock b/bun.lock index 1f45924..78fd7d3 100644 --- a/bun.lock +++ b/bun.lock @@ -14,12 +14,12 @@ }, "apps/cli": { "name": "create-better-t-stack", - "version": "1.8.1", + "version": "1.10.0", "bin": { "create-better-t-stack": "dist/index.js", }, "dependencies": { - "@clack/prompts": "^0.10.0", + "@clack/prompts": "^0.10.1", "commander": "^13.1.0", "execa": "^8.0.1", "fs-extra": "^11.3.0", @@ -28,9 +28,9 @@ }, "devDependencies": { "@types/fs-extra": "^11.0.4", - "@types/node": "^20.17.19", + "@types/node": "^20.17.30", "tsup": "^8.4.0", - "typescript": "^5.7.3", + "typescript": "^5.8.3", }, }, "apps/web": {