Skip to content

Commit

Permalink
update ts-node-dev to 1.1.8 to fix #738
Browse files Browse the repository at this point in the history
  • Loading branch information
cbohiptest committed Jul 9, 2021
1 parent 9a855a2 commit 47a1514
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/acceptance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"git-en-boite-web": "0.0.0",
"tiny-types": "^1.16.1",
"ts-node": "^10.0.0",
"ts-node-dev": "^1.1.6",
"ts-node-dev": "^1.1.8",
"ts-sinon": "^2.0.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.2.4",
Expand Down
16 changes: 16 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6144,6 +6144,22 @@ ts-node-dev@^1.1.6:
ts-node "^9.0.0"
tsconfig "^7.0.0"

ts-node-dev@^1.1.8:
version "1.1.8"
resolved "https://registry.yarnpkg.com/ts-node-dev/-/ts-node-dev-1.1.8.tgz#95520d8ab9d45fffa854d6668e2f8f9286241066"
integrity sha512-Q/m3vEwzYwLZKmV6/0VlFxcZzVV/xcgOt+Tx/VjaaRHyiBcFlV0541yrT09QjzzCxlDZ34OzKjrFAynlmtflEg==
dependencies:
chokidar "^3.5.1"
dynamic-dedupe "^0.3.0"
minimist "^1.2.5"
mkdirp "^1.0.4"
resolve "^1.0.0"
rimraf "^2.6.1"
source-map-support "^0.5.12"
tree-kill "^1.2.2"
ts-node "^9.0.0"
tsconfig "^7.0.0"

ts-node@10, ts-node@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.0.0.tgz#05f10b9a716b0b624129ad44f0ea05dac84ba3be"
Expand Down

0 comments on commit 47a1514

Please sign in to comment.