Skip to content

Commit 9a2d2cf

Browse files
chore(deps): update dependency tsc-watch to v6
1 parent 139bc9b commit 9a2d2cf

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"pretty-quick": "^3.1.3",
9999
"prisma": "3.15.2",
100100
"reflect-metadata": "0.1.13",
101-
"tsc-watch": "5.0.3",
101+
"tsc-watch": "6.3.1",
102102
"tsup": "^5.12.9",
103103
"typescript": "^4.9.5"
104104
},

yarn.lock

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7774,7 +7774,7 @@ __metadata:
77747774
pretty-quick: ^3.1.3
77757775
prisma: 3.15.2
77767776
reflect-metadata: 0.1.13
7777-
tsc-watch: 5.0.3
7777+
tsc-watch: 6.3.1
77787778
tsup: ^5.12.9
77797779
typescript: ^4.9.5
77807780
languageName: unknown
@@ -7832,13 +7832,6 @@ __metadata:
78327832
languageName: node
78337833
linkType: hard
78347834

7835-
"string-argv@npm:^0.1.1":
7836-
version: 0.1.2
7837-
resolution: "string-argv@npm:0.1.2"
7838-
checksum: 6877bd72af145f6e6eafa932818014a57b2f39225c924562b7fccb50f1fcee73717bbcd5e528fd4d86cec32835c14749c32a9d35f06e0bf96637d1e73158203f
7839-
languageName: node
7840-
linkType: hard
7841-
78427835
"string-argv@npm:^0.3.1":
78437836
version: 0.3.1
78447837
resolution: "string-argv@npm:0.3.1"
@@ -8249,20 +8242,19 @@ __metadata:
82498242
languageName: node
82508243
linkType: hard
82518244

8252-
"tsc-watch@npm:5.0.3":
8253-
version: 5.0.3
8254-
resolution: "tsc-watch@npm:5.0.3"
8245+
"tsc-watch@npm:6.3.1":
8246+
version: 6.3.1
8247+
resolution: "tsc-watch@npm:6.3.1"
82558248
dependencies:
82568249
cross-spawn: ^7.0.3
82578250
node-cleanup: ^2.1.2
82588251
ps-tree: ^1.2.0
8259-
string-argv: ^0.1.1
8260-
strip-ansi: ^6.0.0
8252+
string-argv: ^0.3.1
82618253
peerDependencies:
82628254
typescript: "*"
82638255
bin:
8264-
tsc-watch: index.js
8265-
checksum: abd63295dd5fda098a45d27912031e6c35a95f1aa20d7a86d6ad1469580400069e6476f2ffd4b88e37886d016443e60b1ae2dbcaf756e324efc67d0fa713fb15
8256+
tsc-watch: dist/lib/tsc-watch.js
8257+
checksum: 891b5a66c8c6e0a021e8860b398305d39e195650fd2354028e2e090a4299ee094c47186827fc3719170334cb293c336730e971d0661476b92f5defa375273fba
82668258
languageName: node
82678259
linkType: hard
82688260

0 commit comments

Comments
 (0)