Skip to content

Commit a054856

Browse files
chore(deps): update dependency tsc-watch to v6
1 parent 52cd5a9 commit a054856

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prettier": "2.7.1",
2828
"semver": "7.5.1",
2929
"ts-jest": "27.1.5",
30-
"tsc-watch": "4.6.2",
30+
"tsc-watch": "6.1.0",
3131
"typescript": "4.7.4"
3232
},
3333
"resolutions": {

yarn.lock

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8128,11 +8128,6 @@ streamsearch@^1.1.0:
81288128
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
81298129
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
81308130

8131-
string-argv@^0.1.1:
8132-
version "0.1.2"
8133-
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.1.2.tgz#c5b7bc03fb2b11983ba3a72333dd0559e77e4738"
8134-
integrity sha512-mBqPGEOMNJKXRo7z0keX0wlAhbBAjilUdPW13nN0PecVryZxdHIeM7TqbsSUA7VYuS00HGC6mojP7DlQzfa9ZA==
8135-
81368131
string-argv@^0.3.1:
81378132
version "0.3.1"
81388133
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
@@ -8530,16 +8525,15 @@ ts-node@^10.4.0, ts-node@^10.9.1, ts-node@~10.9.0:
85308525
v8-compile-cache-lib "^3.0.1"
85318526
yn "3.1.1"
85328527

8533-
tsc-watch@4.6.2:
8534-
version "4.6.2"
8535-
resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-4.6.2.tgz#4267ee6acddb608356573ba96024fa250eb22cac"
8536-
integrity sha512-eHWzZGkPmzXVGQKbqQgf3BFpGiZZw1jQ29ZOJeaSe8JfyUvphbd221NfXmmsJUGGPGA/nnaSS01tXipUcyxAxg==
8528+
tsc-watch@6.1.0:
8529+
version "6.1.0"
8530+
resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.1.0.tgz#3637855211865ab32b1ea4d84f92a3df32bd83af"
8531+
integrity sha512-bNjUt25O/qZb4Yb+PyrnKnJzu4rpCtGHGb0HE737mGnfxrRDbILxsUM1321o87Bl00BETZ0Ry+wDEJbYzcxRTA==
85378532
dependencies:
85388533
cross-spawn "^7.0.3"
85398534
node-cleanup "^2.1.2"
85408535
ps-tree "^1.2.0"
8541-
string-argv "^0.1.1"
8542-
strip-ansi "^6.0.0"
8536+
string-argv "^0.3.1"
85438537

85448538
tsconfig@^7.0.0:
85458539
version "7.0.0"

0 commit comments

Comments
 (0)