Skip to content

Commit

Permalink
chore: upgrade tsx (#1574)
Browse files Browse the repository at this point in the history
* chore: upgrade tsx

* chore: remove redundant script

* chore: changeset
  • Loading branch information
danielbate authored Dec 20, 2023
1 parent e52a1cc commit 5ebe5eb
Show file tree
Hide file tree
Showing 3 changed files with 559 additions and 282 deletions.
2 changes: 2 additions & 0 deletions .changeset/funny-radios-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"packageManager": "pnpm@8.9.0",
"scripts": {
"dan": "tsx ./scripts/release-unpublish.ts",
"dev": "nodemon --config nodemon.config.json -x 'pnpm build:packages'",
"build": "turbo run build",
"build:packages": "turbo run build --filter=!docs",
Expand Down Expand Up @@ -88,7 +87,7 @@
"ts-generator": "^0.1.1",
"ts-jest": "^29.1.1",
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"tsx": "^4.7.0",
"turbo": "^1.8.8",
"typescript": "~5.2.2"
}
Expand Down
Loading

0 comments on commit 5ebe5eb

Please sign in to comment.