Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Update dependency recast to ^0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 19, 2018
1 parent 14facc5 commit 55fff78
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"dependencies": {
"chalk": "^1.1.3",
"recast": "^0.12.2",
"recast": "^0.14.0",
"sort-package-json": "^1.5.0",
"yeoman-generator": "^1.1.1",
"yosay": "^2.0.0"
Expand Down
33 changes: 18 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ ast-query@^2.0.0:
lodash "^4.6.1"
traverse "^0.6.6"

ast-types@0.9.10:
version "0.9.10"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.9.10.tgz#4472a8508726269562c766307133e0d4ed7ada52"
ast-types@0.11.1:
version "0.11.1"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.11.1.tgz#5bb3a8d5ba292c3f4ae94d46df37afc30300b990"

async-each@^1.0.0:
version "1.0.1"
Expand Down Expand Up @@ -1017,7 +1017,7 @@ core-assert@^0.2.0:
buf-compare "^1.0.0"
is-error "^2.2.0"

core-js@^2.0.0, core-js@^2.4.0, core-js@^2.4.1:
core-js@^2.0.0, core-js@^2.4.0:
version "2.4.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e"

Expand Down Expand Up @@ -1461,9 +1461,9 @@ esprima@^2.6.0, esprima@^2.7.1:
version "2.7.3"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581"

esprima@~3.1.0:
version "3.1.3"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"
esprima@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"

espurify@^1.5.0, espurify@^1.6.0:
version "1.7.0"
Expand Down Expand Up @@ -3305,15 +3305,14 @@ readline2@^1.0.1:
is-fullwidth-code-point "^1.0.0"
mute-stream "0.0.5"

recast@^0.12.2:
version "0.12.2"
resolved "https://registry.yarnpkg.com/recast/-/recast-0.12.2.tgz#1743e73ca75475bf8fc8e67a8a866703209e24fd"
recast@^0.14.0:
version "0.14.0"
resolved "https://registry.yarnpkg.com/recast/-/recast-0.14.0.tgz#25df16226c6d254b27fc8b7b70bc16a2d658a915"
dependencies:
ast-types "0.9.10"
core-js "^2.4.1"
esprima "~3.1.0"
ast-types "0.11.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 @@ -3651,7 +3650,7 @@ source-map@^0.4.4:
dependencies:
amdefine ">=0.0.4"

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

Expand All @@ -3661,6 +3660,10 @@ source-map@~0.2.0:
dependencies:
amdefine ">=0.0.4"

source-map@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"

spawn-sync@^1.0.15:
version "1.0.15"
resolved "https://registry.yarnpkg.com/spawn-sync/-/spawn-sync-1.0.15.tgz#b00799557eb7fb0c8376c29d44e8a1ea67e57476"
Expand Down

0 comments on commit 55fff78

Please sign in to comment.