Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Commit 6f12155

Browse files
author
deepsweet
committed
♻️ bump dev deps
1 parent 0b71c51 commit 6f12155

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"devDependencies": {
2121
"babel-preset-start": "^0.1.0",
2222
"eslint-config-tough": "^0.3.3",
23-
"husky": "^0.11.6",
23+
"husky": "^0.12.0",
2424
"sinon": "^1.17.5",
25-
"start-babel-cli": "^3.0.0",
25+
"start-babel-cli": "^4.0.1",
2626
"start-start-preset": "^3.0.0",
2727
"tape": "^4.6.0"
2828
},

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,10 @@ fill-range@^2.1.0:
10781078
repeat-element "^1.1.2"
10791079
repeat-string "^1.5.2"
10801080

1081+
find-parent-dir@^0.3.0:
1082+
version "0.3.0"
1083+
resolved "https://registry.yarnpkg.com/find-parent-dir/-/find-parent-dir-0.3.0.tgz#33c44b429ab2b2f0646299c5f9f718f376ff8d54"
1084+
10811085
find-up@^1.0.0:
10821086
version "1.1.2"
10831087
resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
@@ -1361,10 +1365,11 @@ http-signature@~1.1.0:
13611365
jsprim "^1.2.2"
13621366
sshpk "^1.7.0"
13631367

1364-
husky@^0.11.6:
1365-
version "0.11.9"
1366-
resolved "https://registry.yarnpkg.com/husky/-/husky-0.11.9.tgz#28cd1dc16bffdca1d4d93592814e5f3c327b38ee"
1368+
husky@^0.12.0:
1369+
version "0.12.0"
1370+
resolved "https://registry.yarnpkg.com/husky/-/husky-0.12.0.tgz#3a44922fce8071803242c3c7522a6582c50525dc"
13671371
dependencies:
1372+
find-parent-dir "^0.3.0"
13681373
is-ci "^1.0.9"
13691374
normalize-path "^1.0.0"
13701375

@@ -2404,12 +2409,12 @@ stack-utils@0.x.x:
24042409
version "0.4.0"
24052410
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-0.4.0.tgz#940cb82fccfa84e8ff2f3fdf293fe78016beccd1"
24062411

2407-
start-babel-cli@^3.0.0:
2408-
version "3.0.0"
2409-
resolved "https://registry.yarnpkg.com/start-babel-cli/-/start-babel-cli-3.0.0.tgz#ce8875255d81b8a0b67b3e823e3fa1e3b8573b2f"
2412+
start-babel-cli@^4.0.1:
2413+
version "4.0.1"
2414+
resolved "https://registry.yarnpkg.com/start-babel-cli/-/start-babel-cli-4.0.1.tgz#205ffb1629fb519a748d9fffbf7db0acabd9d098"
24102415
dependencies:
24112416
babel-register "^6.11.6"
2412-
start-simple-cli "^3.0.0"
2417+
start-simple-cli "^4.0.0"
24132418

24142419
start-babel@^2.1.1:
24152420
version "2.1.1"
@@ -2480,9 +2485,9 @@ start-read@^0.2.0:
24802485
graceful-fs "4.x.x"
24812486
pify "2.x.x"
24822487

2483-
start-simple-cli@^3.0.0:
2484-
version "3.0.0"
2485-
resolved "https://registry.yarnpkg.com/start-simple-cli/-/start-simple-cli-3.0.0.tgz#5ab97ee6fd0b1251ffd9b79a755f6a93a048ec0f"
2488+
start-simple-cli@^4.0.0:
2489+
version "4.1.0"
2490+
resolved "https://registry.yarnpkg.com/start-simple-cli/-/start-simple-cli-4.1.0.tgz#3e43713363d109c6fcd4cc0a74aeebf2ddb5fd0d"
24862491
dependencies:
24872492
commander "^2.9.0"
24882493
req-cwd "^1.0.1"

0 commit comments

Comments
 (0)