Skip to content

Commit

Permalink
Update dependency ts-node-dev to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] committed Jun 2, 2022
1 parent 11c7c08 commit 4390fa8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 23 deletions.
4 changes: 2 additions & 2 deletions packages/acceptance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"git-en-boite-web": "0.0.0",
"tiny-types": "1.17.0",
"ts-node": "10.8.0",
"ts-node-dev": "1.1.8",
"ts-node-dev": "2.0.0",
"ts-sinon": "2.0.2",
"tsconfig-paths": "3.14.1",
"uuid": "8.3.2"
Expand All @@ -41,7 +41,7 @@
"prettier": "2.6.2",
"supertest": "6.2.2",
"tmp": "0.2.1",
"ts-node-dev": "1.1.8",
"ts-node-dev": "2.0.0",
"tsconfig-paths": "3.14.1"
}
}
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tiny-types": "^1.16.1",
"ts-eventually": "^1.0.5",
"ts-node": "^10.0.0",
"ts-node-dev": "^1.1.8",
"ts-node-dev": "^2.0.0",
"ts-sinon": "^2.0.1",
"tsconfig-paths": "^3.9.0",
"uuid": "^8.3.2"
Expand All @@ -57,7 +57,7 @@
"prettier": "2.6.2",
"supertest": "6.2.2",
"tmp": "0.2.1",
"ts-node-dev": "1.1.8",
"ts-node-dev": "2.0.0",
"tsconfig-paths": "3.14.1"
}
}
26 changes: 7 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5477,23 +5477,23 @@ [email protected], ts-eventually@^1.0.5:
dependencies:
typings "^2.1.1"

ts-node-dev@1.1.8, 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==
ts-node-dev@2.0.0, ts-node-dev@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ts-node-dev/-/ts-node-dev-2.0.0.tgz#bdd53e17ab3b5d822ef519928dc6b4a7e0f13065"
integrity sha512-ywMrhCfH6M75yftYvrvNarLEY+SUXtUvU8/0Z6llrHQVBx12GiFk5sStF8UdfE/yfzk9IAq7O5EEbTQsxlBI8w==
dependencies:
chokidar "^3.5.1"
dynamic-dedupe "^0.3.0"
minimist "^1.2.5"
minimist "^1.2.6"
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"
ts-node "^10.4.0"
tsconfig "^7.0.0"

[email protected]:
[email protected], ts-node@^10.4.0:
version "10.8.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.0.tgz#3ceb5ac3e67ae8025c1950626aafbdecb55d82ce"
integrity sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==
Expand Down Expand Up @@ -5528,18 +5528,6 @@ ts-node@^10.0.0:
source-map-support "^0.5.17"
yn "3.1.1"

ts-node@^9.0.0:
version "9.1.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
dependencies:
arg "^4.1.0"
create-require "^1.1.0"
diff "^4.0.1"
make-error "^1.1.1"
source-map-support "^0.5.17"
yn "3.1.1"

[email protected]:
version "2.0.2"
resolved "https://registry.yarnpkg.com/ts-sinon/-/ts-sinon-2.0.2.tgz#9e020ad1e76b41e71cb7344b71923dbc3c6bc7ca"
Expand Down

0 comments on commit 4390fa8

Please sign in to comment.