mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump recast from 0.20.5 to 0.21.1
Bumps [recast](https://github.com/benjamn/recast) from 0.20.5 to 0.21.1. - [Release notes](https://github.com/benjamn/recast/releases) - [Commits](https://github.com/benjamn/recast/compare/v0.20.5...v0.21.1) --- updated-dependencies: - dependency-name: recast dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3423734ffa
commit
6c28ebbd5e
2 changed files with 19 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
|||
"react-deep-force-update": "2.1.3",
|
||||
"react-dom": "17.0.2",
|
||||
"react-redux": "7.2.8",
|
||||
"recast": "0.20.5",
|
||||
"recast": "0.21.1",
|
||||
"redux": "4.1.2",
|
||||
"redux-thunk": "2.4.1",
|
||||
"reselect": "4.1.5",
|
||||
|
|
|
|||
19
yarn.lock
19
yarn.lock
|
|
@ -1661,6 +1661,13 @@ ast-types@0.14.2:
|
|||
dependencies:
|
||||
tslib "^2.0.1"
|
||||
|
||||
ast-types@0.15.2:
|
||||
version "0.15.2"
|
||||
resolved "https://registry.npmjs.org/ast-types/-/ast-types-0.15.2.tgz#39ae4809393c4b16df751ee563411423e85fb49d"
|
||||
integrity sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==
|
||||
dependencies:
|
||||
tslib "^2.0.1"
|
||||
|
||||
ast-util-plus@^0.7.1:
|
||||
version "0.7.1"
|
||||
resolved "https://registry.npmjs.org/ast-util-plus/-/ast-util-plus-0.7.1.tgz#5612e2f2af2ee127a8f6ac846520856f517c7c51"
|
||||
|
|
@ -6704,7 +6711,17 @@ readdirp@~3.6.0:
|
|||
dependencies:
|
||||
picomatch "^2.2.1"
|
||||
|
||||
recast@0.20.5, recast@^0.20.4:
|
||||
recast@0.21.1:
|
||||
version "0.21.1"
|
||||
resolved "https://registry.npmjs.org/recast/-/recast-0.21.1.tgz#9b3f4f68c1fe9c1513a1c02ff572fdef02231de2"
|
||||
integrity sha512-PF61BHLaOGF5oIKTpSrDM6Qfy2d7DIx5qblgqG+wjqHuFH97OgAqBYFIJwEuHTrM6pQGT17IJ8D0C/jVu/0tig==
|
||||
dependencies:
|
||||
ast-types "0.15.2"
|
||||
esprima "~4.0.0"
|
||||
source-map "~0.6.1"
|
||||
tslib "^2.0.1"
|
||||
|
||||
recast@^0.20.4:
|
||||
version "0.20.5"
|
||||
resolved "https://registry.npmjs.org/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae"
|
||||
integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==
|
||||
|
|
|
|||
Loading…
Reference in a new issue