Skip to content

Commit

Permalink
remove fork of recast
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Dec 17, 2017
1 parent fba04da commit b416d9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"p-each-series": "^1.0.0",
"p-lazy": "^1.0.0",
"prettier": "^1.5.3",
"recast": "git://github.com/kalcifer/recast.git#bug/allowbreak",
"recast": "^0.13.0",
"resolve-cwd": "^2.0.0",
"supports-color": "^4.4.0",
"webpack-addons": "^1.1.5",
Expand Down
20 changes: 8 additions & 12 deletions yarn.lock
Expand Up @@ -232,10 +232,6 @@ ast-types@0.10.1:
version "0.10.1"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.10.1.tgz#f52fca9715579a14f841d67d7f8d25432ab6a3dd"

ast-types@0.9.2:
version "0.9.2"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.9.2.tgz#2cc19979d15c655108bf565323b8e7ee38751f6b"

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 @@ -2028,7 +2024,7 @@ espree@^3.5.2:
acorn "^5.2.1"
acorn-jsx "^3.0.0"

esprima@^3.1.3, esprima@~3.1.0:
esprima@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"

Expand Down Expand Up @@ -4842,14 +4838,14 @@ recast@^0.12.5:
private "~0.1.5"
source-map "~0.6.1"

"recast@git://github.com/kalcifer/recast.git#bug/allowbreak":
version "0.11.18"
resolved "git://github.com/kalcifer/recast.git#b66a17eee9e072338744b947a406d3f134bc0b0d"
recast@^0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/recast/-/recast-0.13.0.tgz#a343a394a37d24668d700f88ed04b8d2c314d40d"
dependencies:
ast-types "0.9.2"
esprima "~3.1.0"
ast-types "0.10.1"
esprima "~4.0.0"
private "~0.1.5"
source-map "~0.5.0"
source-map "~0.6.1"

rechoir@^0.6.2:
version "0.6.2"
Expand Down Expand Up @@ -5336,7 +5332,7 @@ source-map@^0.4.4:
dependencies:
amdefine ">=0.0.4"

source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.0, source-map@~0.5.1, source-map@~0.5.6:
source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1, source-map@~0.5.6:
version "0.5.7"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"

Expand Down

0 comments on commit b416d9c

Please sign in to comment.