Skip to content

Commit

Permalink
bump up tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
if1live committed Dec 3, 2023
1 parent 66db593 commit 6c18ca2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"!dist/test"
],
"scripts": {
"dev": "node --watch --loader=tsx ./src/dev.ts",
"dev": "tsx --watch ./src/dev.ts",
"build": "tsc",
"check:watch": "tsc --watch",
"clean": "rimraf dist artifact .turbo .serverless",
Expand Down Expand Up @@ -46,7 +46,7 @@
"serverless": "^3.38.0",
"serverless-scriptable-plugin": "^1.3.1",
"serverless-standalone": "^0.0.7",
"tsx": "^3.13.0",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"vitest": "^0.33.0"
},
Expand Down
19 changes: 7 additions & 12 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 6c18ca2

Please sign in to comment.