Skip to content

Commit

Permalink
Update dependency ts-node to v10.3.0 (#8700)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 12, 2021
1 parent 75508d9 commit 86861ec
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 25 deletions.
41 changes: 19 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
"supertest": "6.1.6",
"tedious": "13.1.0",
"ts-jest": "27.0.5",
"ts-node": "10.2.1"
"ts-node": "10.3.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -84,7 +84,7 @@
"prettier": "2.4.1",
"rimraf": "3.0.2",
"ts-jest": "27.0.5",
"ts-node": "10.2.1",
"ts-node": "10.3.0",
"typescript": "4.4.3"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Expand Up @@ -63,7 +63,7 @@
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"ts-jest": "27.0.5",
"ts-node": "10.2.1",
"ts-node": "10.3.0",
"typescript": "4.4.3"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
Expand Down

0 comments on commit 86861ec

Please sign in to comment.