File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 39
39
"mocha" : " ^7.2.0" ,
40
40
"nyc" : " ^15.1.0" ,
41
41
"prettier" : " ^2.0.5" ,
42
- "pretty-quick" : " ^2.0.1 " ,
42
+ "pretty-quick" : " ^3.1.0 " ,
43
43
"shx" : " 0.3.3" ,
44
44
"sinon" : " ^9.0.2" ,
45
45
"ts-node" : " ^9.1.1" ,
Original file line number Diff line number Diff line change @@ -2548,7 +2548,7 @@ execa@^2.1.0:
2548
2548
signal-exit "^3.0.2"
2549
2549
strip-final-newline "^2.0.0"
2550
2550
2551
- execa@^4.1.0 :
2551
+ execa@^4.0.0, execa@^4. 1.0 :
2552
2552
version "4.1.0"
2553
2553
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
2554
2554
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
@@ -4589,7 +4589,7 @@ mock-stdin@^1.0.0:
4589
4589
resolved "https://registry.yarnpkg.com/mock-stdin/-/mock-stdin-1.0.0.tgz#efcfaf4b18077e14541742fd758b9cae4e5365ea"
4590
4590
integrity sha512-tukRdb9Beu27t6dN+XztSRHq9J0B/CoAOySGzHfn8UTfmqipA5yNT/sDUEyYdAV3Hpka6Wx6kOMxuObdOex60Q==
4591
4591
4592
- mri@^1.1.4 :
4592
+ mri@^1.1.4, mri@^1.1.5 :
4593
4593
version "1.1.6"
4594
4594
resolved "https://registry.yarnpkg.com/mri/-/mri-1.1.6.tgz#49952e1044db21dbf90f6cd92bc9c9a777d415a6"
4595
4595
integrity sha512-oi1b3MfbyGa7FJMP9GmLTttni5JoICpYBRlq+x5V16fZbLsnL9N3wFqqIm/nIG43FjUFkFh9Epzp/kzUGUnJxQ==
@@ -5264,6 +5264,18 @@ pretty-quick@^2.0.1:
5264
5264
mri "^1.1.4"
5265
5265
multimatch "^4.0.0"
5266
5266
5267
+ pretty-quick@^3.1.0 :
5268
+ version "3.1.0"
5269
+ resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.0.tgz#cb172e9086deb57455dea7c7e8f136cd0a4aef6c"
5270
+ integrity sha512-DtxIxksaUWCgPFN7E1ZZk4+Aav3CCuRdhrDSFZENb404sYMtuo9Zka823F+Mgeyt8Zt3bUiCjFzzWYE9LYqkmQ==
5271
+ dependencies :
5272
+ chalk "^3.0.0"
5273
+ execa "^4.0.0"
5274
+ find-up "^4.1.0"
5275
+ ignore "^5.1.4"
5276
+ mri "^1.1.5"
5277
+ multimatch "^4.0.0"
5278
+
5267
5279
printj@~1.1.0 :
5268
5280
version "1.1.2"
5269
5281
resolved "https://registry.yarnpkg.com/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222"
You can’t perform that action at this time.
0 commit comments