Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency tsc-watch to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2023
1 parent 4d8369b commit 04e50a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"mocha": "^9.2.1",
"rimraf": "^3.0.2",
"ts-node": "^10.5.0",
"tsc-watch": "^4.6.0",
"tsc-watch": "^6.0.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.5"
},
Expand Down
22 changes: 7 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ __metadata:
string-similarity-js: ^2.1.4
ts-dotenv: ^0.8.3
ts-node: ^10.5.0
tsc-watch: ^4.6.0
tsc-watch: ^6.0.0
tsconfig-paths: ^3.12.0
tslib: ^2.3.1
typescript: ^4.5.5
Expand Down Expand Up @@ -4049,13 +4049,6 @@ __metadata:
languageName: node
linkType: hard

"string-argv@npm:^0.1.1":
version: 0.1.2
resolution: "string-argv@npm:0.1.2"
checksum: 6877bd72af145f6e6eafa932818014a57b2f39225c924562b7fccb50f1fcee73717bbcd5e528fd4d86cec32835c14749c32a9d35f06e0bf96637d1e73158203f
languageName: node
linkType: hard

"string-argv@npm:^0.3.1":
version: 0.3.1
resolution: "string-argv@npm:0.3.1"
Expand Down Expand Up @@ -4301,20 +4294,19 @@ __metadata:
languageName: node
linkType: hard

"tsc-watch@npm:^4.6.0":
version: 4.6.0
resolution: "tsc-watch@npm:4.6.0"
"tsc-watch@npm:^6.0.0":
version: 6.0.0
resolution: "tsc-watch@npm:6.0.0"
dependencies:
cross-spawn: ^7.0.3
node-cleanup: ^2.1.2
ps-tree: ^1.2.0
string-argv: ^0.1.1
strip-ansi: ^6.0.0
string-argv: ^0.3.1
peerDependencies:
typescript: "*"
bin:
tsc-watch: index.js
checksum: db0066a76246dfa74f95365ab2bd5c563fdce33bc346d3289ba25a2932956f6f464a47295f81391a3ce9e28ad512f7dd326eedfcad0f62d03e321096cb55541b
tsc-watch: dist/lib/tsc-watch.js
checksum: 34e74a703ecb28689d0f6ba311781ff68be47f5f095439654b095f3ea4a5921708fca61b5727e33527639a9a147b42d10bc3fe3595afee92b41b2bacfba06043
languageName: node
linkType: hard

Expand Down

0 comments on commit 04e50a0

Please sign in to comment.