File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " jscodeshift " : minor
3+ ---
4+
5+ Bumps recast to allow parsing of Typescript type arguments on tagged template literals
Original file line number Diff line number Diff line change 4040 "micromatch" : " ^4.0.7" ,
4141 "neo-async" : " ^2.5.0" ,
4242 "picocolors" : " ^1.0.1" ,
43- "recast" : " ^0.23.10 " ,
43+ "recast" : " ^0.23.11 " ,
4444 "tmp" : " ^0.2.3" ,
4545 "write-file-atomic" : " ^5.0.1"
4646 },
Original file line number Diff line number Diff line change @@ -3121,10 +3121,10 @@ read-yaml-file@^1.1.0:
31213121 pify "^4.0.1"
31223122 strip-bom "^3.0.0"
31233123
3124- recast@^0.23.10 :
3125- version "0.23.10 "
3126- resolved "https://packages.atlassian .com/api/npm/npm-remote/ recast/-/recast-0.23.10 .tgz#8e8721af39e1bddad8d0ae1f3591d4f756a5fdfb "
3127- integrity sha512-mbCmRMJUKCJ1h41V0cu2C26ULBURwuoZ34C9rChjcDaeJ/4Kv5al3O2HPwTs2m0wQ1vGhMY+tguhzU1aE8md1A ==
3124+ recast@^0.23.11 :
3125+ version "0.23.11 "
3126+ resolved "https://registry.yarnpkg .com/recast/-/recast-0.23.11 .tgz#8885570bb28cf773ba1dc600da7f502f7883f73f "
3127+ integrity sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA ==
31283128 dependencies :
31293129 ast-types "^0.16.1"
31303130 esprima "~4.0.0"
@@ -3435,9 +3435,9 @@ to-regex-range@^5.0.1:
34353435 is-number "^7.0.0"
34363436
34373437tslib@^2.0.1 :
3438- version "2.6.3 "
3439- resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3 .tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0 "
3440- integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ ==
3438+ version "2.8.1 "
3439+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1 .tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f "
3440+ integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w ==
34413441
34423442type-check@^0.4.0, type-check@~0.4.0 :
34433443 version "0.4.0"
You can’t perform that action at this time.
0 commit comments