Remove degit dependency

This commit is contained in:
Aman Varshney
2025-03-25 15:35:07 +05:30
parent 9c2b3150d5
commit 42dc91aed6
2 changed files with 22 additions and 33 deletions

View File

@@ -14,21 +14,19 @@
},
"apps/cli": {
"name": "create-better-t-stack",
"version": "0.17.1",
"version": "1.0.10",
"bin": {
"create-better-t-stack": "dist/index.js",
},
"dependencies": {
"@clack/prompts": "^0.10.0",
"commander": "^13.1.0",
"degit": "^2.8.4",
"execa": "^8.0.1",
"fs-extra": "^11.3.0",
"gradient-string": "^3.0.0",
"picocolors": "^1.1.1",
},
"devDependencies": {
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.17.19",
"tsup": "^8.4.0",
@@ -39,28 +37,28 @@
"name": "web",
"version": "0.0.0",
"dependencies": {
"@xyflow/react": "latest",
"babel-plugin-react-compiler": "latest",
"fumadocs-core": "latest",
"fumadocs-mdx": "latest",
"fumadocs-ui": "latest",
"lucide-react": "latest",
"motion": "latest",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"@xyflow/react": "^12.4.4",
"babel-plugin-react-compiler": "^19.0.0-beta-3229e95-20250315",
"fumadocs-core": "15.1.2",
"fumadocs-mdx": "11.5.7",
"fumadocs-ui": "15.1.2",
"lucide-react": "^0.483.0",
"motion": "^12.5.0",
"next": "15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
},
"devDependencies": {
"@tailwindcss/postcss": "latest",
"@types/mdx": "latest",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest",
"@tailwindcss/postcss": "^4.0.15",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.11",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"eslint": "^9.23.0",
"eslint-config-next": "15.2.3",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.15",
"typescript": "^5.8.2",
},
},
},
@@ -483,8 +481,6 @@
"@types/debug": ["@types/debug@4.1.12", "", { "dependencies": { "@types/ms": "*" } }, "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ=="],
"@types/degit": ["@types/degit@2.8.6", "", {}, "sha512-y0M7sqzsnHB6cvAeTCBPrCQNQiZe8U4qdzf8uBVmOWYap5MMTN/gB2iEqrIqFiYcsyvP74GnGD5tgsHttielFw=="],
"@types/estree": ["@types/estree@1.0.6", "", {}, "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw=="],
"@types/estree-jsx": ["@types/estree-jsx@1.0.5", "", { "dependencies": { "@types/estree": "*" } }, "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg=="],
@@ -713,8 +709,6 @@
"define-properties": ["define-properties@1.2.1", "", { "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" } }, "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg=="],
"degit": ["degit@2.8.4", "", { "bin": { "degit": "degit" } }, "sha512-vqYuzmSA5I50J882jd+AbAhQtgK6bdKUJIex1JNfEUPENCgYsxugzKVZlFyMwV4i06MmnV47/Iqi5Io86zf3Ng=="],
"dequal": ["dequal@2.0.3", "", {}, "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA=="],
"detect-indent": ["detect-indent@6.1.0", "", {}, "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA=="],