Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Jan 4, 2025
1 parent 72a50d1 commit 31472c6
Show file tree
Hide file tree
Showing 4 changed files with 468 additions and 140 deletions.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,20 @@
"tsx": "^4.7.0",
"turbo": "^2.3.3"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"katex@>=0.11.0 <0.16.10": ">=0.16.10",
"katex@>=0.15.4 <0.16.10": ">=0.16.10",
"katex@>=0.10.0-beta <0.16.10": ">=0.16.10",
"vite@>=5.0.0 <=5.0.12": ">=5.0.13",
"braces@<3.0.3": ">=3.0.3",
"micromatch@<4.0.8": ">=4.0.8",
"vite@>=5.0.0 <=5.1.7": ">=5.1.8",
"vite@>=5.0.0 <5.1.8": ">=5.1.8",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": ">=3.3.8"
}
}
}
Empty file modified packages/commandkit/bin/index.mjs
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion packages/commandkit/src/CommandKit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class CommandKit {
}

this.#data = options;

this.#init();
}

Expand Down
Loading

0 comments on commit 31472c6

Please sign in to comment.