@betterstart/cli 0.1.24 → 0.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -11681,7 +11681,7 @@ var CORE_DEPS = [
|
|
|
11681
11681
|
"vaul"
|
|
11682
11682
|
];
|
|
11683
11683
|
var EMAIL_DEPS = ["resend", "@react-email/components"];
|
|
11684
|
-
var DEV_DEPS = ["drizzle-kit", "tsx", "sass", "@types/katex", "@types/markdown-it"];
|
|
11684
|
+
var DEV_DEPS = ["drizzle-kit", "tsx", "sass", "@types/katex", "@types/markdown-it@13"];
|
|
11685
11685
|
var BIOME_DEV_DEPS = ["@biomejs/biome"];
|
|
11686
11686
|
function buildAddArgs(pm, deps, dev) {
|
|
11687
11687
|
const devFlag = dev ? pm === "yarn" ? "--dev" : "-D" : "";
|