Skip to content

Commit

Permalink
chore(deps-dev): Bump tsc-watch from 5.0.3 to 6.0.0 (#14286)
Browse files Browse the repository at this point in the history
Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 5.0.3 to 6.0.0.
- [Release notes](https://github.com/gilamran/tsc-watch/releases)
- [Changelog](https://github.com/gilamran/tsc-watch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gilamran/tsc-watch/commits)

---
updated-dependencies:
- dependency-name: tsc-watch
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrian Weiß <[email protected]>
  • Loading branch information
dependabot[bot] and aweiss-dev authored Jan 9, 2023
1 parent 41466f7 commit c71260b
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 @@ -170,7 +170,7 @@
"terser-webpack-plugin": "5.3.6",
"text-encoding": "0.7.0",
"ts-node": "10.9.1",
"tsc-watch": "5.0.3",
"tsc-watch": "6.0.0",
"typescript": "^4.9.4",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
Expand Down
22 changes: 7 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14724,13 +14724,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 @@ -15527,20 +15520,19 @@ __metadata:
languageName: node
linkType: hard

"tsc-watch@npm:5.0.3":
version: 5.0.3
resolution: "tsc-watch@npm:5.0.3"
"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: abd63295dd5fda098a45d27912031e6c35a95f1aa20d7a86d6ad1469580400069e6476f2ffd4b88e37886d016443e60b1ae2dbcaf756e324efc67d0fa713fb15
tsc-watch: dist/lib/tsc-watch.js
checksum: 34e74a703ecb28689d0f6ba311781ff68be47f5f095439654b095f3ea4a5921708fca61b5727e33527639a9a147b42d10bc3fe3595afee92b41b2bacfba06043
languageName: node
linkType: hard

Expand Down Expand Up @@ -16565,7 +16557,7 @@ __metadata:
terser-webpack-plugin: 5.3.6
text-encoding: 0.7.0
ts-node: 10.9.1
tsc-watch: 5.0.3
tsc-watch: 6.0.0
tsyringe: 4.7.0
typescript: ^4.9.4
uint32: 0.2.1
Expand Down

0 comments on commit c71260b

Please sign in to comment.