Skip to content

Commit b10b4a9

Browse files
chore(deps-dev): bump tsc-watch from 6.0.4 to 6.2.0
Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 6.0.4 to 6.2.0. - [Release notes](https://github.com/gilamran/tsc-watch/releases) - [Changelog](https://github.com/gilamran/tsc-watch/blob/master/CHANGELOG.md) - [Commits](gilamran/tsc-watch@v6.0.4...v6.2.0) --- updated-dependencies: - dependency-name: tsc-watch dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8963512 commit b10b4a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"nyc": "^15.1.0",
269269
"prettier": "^3.2.5",
270270
"ts-loader": "^9.5.1",
271-
"tsc-watch": "^6.0.4",
271+
"tsc-watch": "^6.2.0",
272272
"typescript": "^5.4.5",
273273
"utf-8-validate": "^6.0.3",
274274
"vitest": "^0.34.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5583,10 +5583,10 @@ ts-loader@^9.5.1:
55835583
semver "^7.3.4"
55845584
source-map "^0.7.4"
55855585

5586-
tsc-watch@^6.0.4:
5587-
version "6.0.4"
5588-
resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.0.4.tgz#af15229f03cd53086771a97b10653db063bc6c59"
5589-
integrity sha512-cHvbvhjO86w2aGlaHgSCeQRl+Aqw6X6XN4sQMPZKF88GoP30O+oTuh5lRIJr5pgFWrRpF1AgXnJJ2DoFEIPHyg==
5586+
tsc-watch@^6.2.0:
5587+
version "6.2.0"
5588+
resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.2.0.tgz#4b191c36c6ed24c2bf6e721013af0825cd73d217"
5589+
integrity sha512-2LBhf9kjKXnz7KQ/puLHlozMzzUNHAdYBNMkg3eksQJ9GBAgMg8czznM83T5PmsoUvDnXzfIeQn2lNcIYDr8LA==
55905590
dependencies:
55915591
cross-spawn "^7.0.3"
55925592
node-cleanup "^2.1.2"

0 commit comments

Comments
 (0)