Skip to content

Commit 5d248b5

Browse files
greenkeeper[bot]danez
authored andcommitted
Update cross-env to the latest version πŸš€ (#431)
* chore(package): update cross-env to version 4.0.0 https://greenkeeper.io/ * yarn.lock
1 parent ed8711d commit 5d248b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"babel-preset-env": "^1.2.0",
2929
"babel-register": "^6.18.0",
3030
"codecov": "^1.0.1",
31-
"cross-env": "^3.1.4",
31+
"cross-env": "^4.0.0",
3232
"eslint": "^3.8.1",
3333
"eslint-config-babel": "^6.0.0",
3434
"eslint-plugin-flowtype": "^2.25.0",

β€Žyarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,9 +1346,9 @@ create-hmac@^1.1.0, create-hmac@^1.1.2:
13461346
create-hash "^1.1.0"
13471347
inherits "^2.0.1"
13481348

1349-
cross-env@^3.1.4:
1350-
version "3.2.3"
1351-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-3.2.3.tgz#a43a0799b8ec422d0279b829ce8d7cf2da6b17ac"
1349+
cross-env@^4.0.0:
1350+
version "4.0.0"
1351+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-4.0.0.tgz#16083862d08275a4628b0b243b121bedaa55dd80"
13521352
dependencies:
13531353
cross-spawn "^5.1.0"
13541354
is-windows "^1.0.0"

0 commit comments

Comments
Β (0)