Skip to content

Commit 385237f

Browse files
chore(deps): update dependency tsc-watch to v6
1 parent 003a2ee commit 385237f

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.6.3",
2929
"ts-jest": "27.1.5",
30-
"tsc-watch": "4.6.2",
30+
"tsc-watch": "6.3.1",
3131
"typescript": "4.7.4"
3232
},
3333
"resolutions": {

yarn.lock

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

8151-
string-argv@^0.1.1:
8152-
version "0.1.2"
8153-
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.1.2.tgz#c5b7bc03fb2b11983ba3a72333dd0559e77e4738"
8154-
integrity sha512-mBqPGEOMNJKXRo7z0keX0wlAhbBAjilUdPW13nN0PecVryZxdHIeM7TqbsSUA7VYuS00HGC6mojP7DlQzfa9ZA==
8155-
81568151
string-argv@^0.3.1:
81578152
version "0.3.1"
81588153
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
@@ -8550,16 +8545,15 @@ ts-node@^10.4.0, ts-node@^10.9.1, ts-node@~10.9.0:
85508545
v8-compile-cache-lib "^3.0.1"
85518546
yn "3.1.1"
85528547

8553-
tsc-watch@4.6.2:
8554-
version "4.6.2"
8555-
resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-4.6.2.tgz#4267ee6acddb608356573ba96024fa250eb22cac"
8556-
integrity sha512-eHWzZGkPmzXVGQKbqQgf3BFpGiZZw1jQ29ZOJeaSe8JfyUvphbd221NfXmmsJUGGPGA/nnaSS01tXipUcyxAxg==
8548+
tsc-watch@6.3.1:
8549+
version "6.3.1"
8550+
resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.3.1.tgz#b082cae71c599e3af18344cff31342ea17bc6f85"
8551+
integrity sha512-x1hNJ/m1Cln2OvNJJLPsnWI1pObm+Jq9jF6kyz0flEy/ym7Y9TvU9edg6lXLuGVkhDClwBWi8aWAFE0qgzEkzw==
85578552
dependencies:
85588553
cross-spawn "^7.0.3"
85598554
node-cleanup "^2.1.2"
85608555
ps-tree "^1.2.0"
8561-
string-argv "^0.1.1"
8562-
strip-ansi "^6.0.0"
8556+
string-argv "^0.3.1"
85638557

85648558
tsconfig@^7.0.0:
85658559
version "7.0.0"

0 commit comments

Comments
 (0)