Skip to content

Commit

Permalink
chore: fix break change in tsx (#9992)
Browse files Browse the repository at this point in the history
* chore: fix break change in tsx

* Update package.json

Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
  • Loading branch information
xierenyuan and sorrycc authored Dec 8, 2022
1 parent 5c3cb97 commit 5407aa9
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 52 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"resolve": "^1.22.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"tsx": "^3.8.0",
"tsx": "^3.12.1",
"turbo": "^1.6.1",
"typescript": "^4.8.2",
"uglify-js": "^3.15.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dev": "umi-scripts father dev"
},
"dependencies": {
"tsx": "^3.8.2"
"tsx": "^3.12.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 5407aa9

Please sign in to comment.