Skip to content

Commit

Permalink
Merge pull request #13 from JLHwung/greenkeeper/cross-env-3.2.3
Browse files Browse the repository at this point in the history
chore(package): update cross-env to version 3.2.3
  • Loading branch information
JLHwung committed Mar 5, 2017
2 parents 796d2a2 + c0e4b6e commit 3350e0a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 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 @@
"babel-plugin-istanbul": "^4.0.0",
"babel-preset-babili": "^0.0.12",
"babel-preset-env": "^1.1.4",
"cross-env": "^3.1.3",
"cross-env": "^3.2.3",
"nyc": "^10.0.0",
"pre-commit": "^1.2.2",
"rimraf": "^2.5.4",
Expand Down
28 changes: 17 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1117,18 +1117,12 @@ create-error-class@^3.0.1:
dependencies:
capture-stack-trace "^1.0.0"

cross-env@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-3.1.3.tgz#58cd8231808f50089708b091f7dd37275a8e8154"
cross-env@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-3.2.3.tgz#a43a0799b8ec422d0279b829ce8d7cf2da6b17ac"
dependencies:
cross-spawn "^3.0.1"

cross-spawn@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982"
dependencies:
lru-cache "^4.0.1"
which "^1.2.9"
cross-spawn "^5.1.0"
is-windows "^1.0.0"

cross-spawn@^4:
version "4.0.2"
Expand All @@ -1145,6 +1139,14 @@ cross-spawn@^5.0.1:
shebang-command "^1.2.0"
which "^1.2.9"

cross-spawn@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
dependencies:
lru-cache "^4.0.1"
shebang-command "^1.2.0"
which "^1.2.9"

cryptiles@2.x.x:
version "2.0.5"
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8"
Expand Down Expand Up @@ -2028,6 +2030,10 @@ is-utf8@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"

is-windows@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.0.tgz#c61d61020c3ebe99261b781bd3d1622395f547f8"

isarray@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
Expand Down

0 comments on commit 3350e0a

Please sign in to comment.