Skip to content

Commit

Permalink
Upgrade recast to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
conartist6 committed Apr 28, 2022
1 parent 074c0c1 commit cf21d4f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"react": "16",
"react-dom": "^16.0.1",
"react-redux": "^7.2.0",
"recast": "^0.20.3",
"recast": "^0.21.1",
"redot": "^0.6.0",
"redux": "^4.0.5",
"regexp-tree": "^0.1.5",
Expand Down
17 changes: 17 additions & 0 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2294,6 +2294,13 @@ [email protected]:
dependencies:
tslib "^2.0.1"

[email protected]:
version "0.15.2"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.15.2.tgz#39ae4809393c4b16df751ee563411423e85fb49d"
integrity sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==
dependencies:
tslib "^2.0.1"

[email protected]:
version "0.8.12"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.8.12.tgz#a0d90e4351bb887716c83fd637ebf818af4adfcc"
Expand Down Expand Up @@ -9847,6 +9854,16 @@ recast@^0.20.3:
source-map "~0.6.1"
tslib "^2.0.1"

recast@^0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/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"

rechoir@^0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
Expand Down

0 comments on commit cf21d4f

Please sign in to comment.