Skip to content

Commit

Permalink
fix(config-transformer): revert recast
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Feb 26, 2019
1 parent b6c51e9 commit c04f850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/@nodepack/config-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"deepmerge": "^3.2.0",
"javascript-stringify": "^1.6.0",
"js-yaml": "^3.12.1",
"recast": "^0.17.3"
"recast": "^0.16.2"
}
}
17 changes: 1 addition & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3048,11 +3048,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.11.7.tgz#f318bf44e339db6a320be0009ded64ec1471f46c"
integrity sha512-2mP3TwtkY/aTv5X3ZsMpNAbOnyoC/aMJwJSoaELPkHId0nSQgFcnU4dRW3isxiz7+zBexk0ym3WNVjMiQBnJSw==

[email protected]:
version "0.12.2"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.12.2.tgz#341656049ee328ac03fc805c156b49ebab1e4462"
integrity sha512-8c83xDLJM/dLDyXNLiR6afRRm4dPKN6KAnKqytRK3DBJul9lA+atxdQkNDkSVPdTqea5HiRq3lnnOIZ0MBpvdg==

astral-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
Expand Down Expand Up @@ -9213,7 +9208,7 @@ prismjs@^1.13.0:
optionalDependencies:
clipboard "^2.0.0"

private@^0.1.6, private@^0.1.8, private@~0.1.5:
private@^0.1.6, private@~0.1.5:
version "0.1.8"
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
Expand Down Expand Up @@ -9536,16 +9531,6 @@ recast@^0.16.2:
private "~0.1.5"
source-map "~0.6.1"

recast@^0.17.3:
version "0.17.3"
resolved "https://registry.yarnpkg.com/recast/-/recast-0.17.3.tgz#f49a9c9a64c59b55f6c93b5a53e3cffd7a13354d"
integrity sha512-NwQguXPwHqaVb6M7tsY11+8RDoAKHGRdymPGDxHJrsxOlNADQh0b08uz/MgYp1R1wmHuSBK4A4I5Oq+cE1J40g==
dependencies:
ast-types "0.12.2"
esprima "~4.0.0"
private "^0.1.8"
source-map "~0.6.1"

redent@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde"
Expand Down

0 comments on commit c04f850

Please sign in to comment.