Skip to content

Commit

Permalink
fix: override tsx dependency to known fixed version (broken on Node…
Browse files Browse the repository at this point in the history
… v18.19.0+) (#606)
  • Loading branch information
nmggithub committed Feb 27, 2024
1 parent 3414198 commit 1bc2e71
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
"vite-hot-client": "^0.2.3",
"vue-tsc": "^1.8.27"
},
"pnpm": {
"overrides": {
"tsx": " ^4.6.1"
}
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
Expand Down
12 changes: 7 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1bc2e71

Please sign in to comment.