Skip to content

Commit

Permalink
Merge pull request #10 from tiktok/chore-upgrade-ts-node
Browse files Browse the repository at this point in the history
Chore upgrade ts node
  • Loading branch information
chengcyber authored Dec 19, 2023
2 parents cd8e45b + 1aada6a commit 4f9b3af
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 52 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "rush-init-project-plugin",
"comment": "Upgrade ts-node to 11.0.0-beta.1",
"type": "patch"
}
],
"packageName": "rush-init-project-plugin"
}
97 changes: 46 additions & 51 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion rush-plugins/rush-init-project-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"ora": "5.4.1",
"sort-package-json": "1.54.0",
"tapable": "~2.2.1",
"ts-node": "~10.4.0",
"ts-node": "11.0.0-beta.1",
"validate-npm-package-name": "~3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 4f9b3af

Please sign in to comment.