Skip to content

Commit 12f331a

Browse files
committed
fix: fix dependencies
1 parent b887e31 commit 12f331a

File tree

2 files changed

+47
-6
lines changed

2 files changed

+47
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"devDependencies": {
3131
"@types/tape": "^4.2.28",
32-
"babel-core": "^6.22.1",
32+
"babel-cli": "^6.22.2",
3333
"babel-preset-es2015": "^6.22.0",
3434
"cpx": "^1.5.0",
3535
"redux": "^3.6.0",

yarn.lock

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,27 @@ aws4@^1.2.1:
104104
version "1.5.0"
105105
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.5.0.tgz#0a29ffb79c31c9e712eeb087e8e7a64b4a56d755"
106106

107+
babel-cli@^6.22.2:
108+
version "6.22.2"
109+
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.22.2.tgz#3f814c8acf52759082b8fedd9627f938936ab559"
110+
dependencies:
111+
babel-core "^6.22.1"
112+
babel-polyfill "^6.22.0"
113+
babel-register "^6.22.0"
114+
babel-runtime "^6.22.0"
115+
commander "^2.8.1"
116+
convert-source-map "^1.1.0"
117+
fs-readdir-recursive "^1.0.0"
118+
glob "^7.0.0"
119+
lodash "^4.2.0"
120+
output-file-sync "^1.1.0"
121+
path-is-absolute "^1.0.0"
122+
slash "^1.0.0"
123+
source-map "^0.5.0"
124+
v8flags "^2.0.10"
125+
optionalDependencies:
126+
chokidar "^1.6.1"
127+
107128
babel-code-frame@^6.22.0:
108129
version "6.22.0"
109130
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.22.0.tgz#027620bee567a88c32561574e7fd0801d33118e4"
@@ -416,6 +437,14 @@ babel-plugin-transform-strict-mode@^6.22.0:
416437
babel-runtime "^6.22.0"
417438
babel-types "^6.22.0"
418439

440+
babel-polyfill@^6.22.0:
441+
version "6.22.0"
442+
resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.22.0.tgz#1ac99ebdcc6ba4db1e2618c387b2084a82154a3b"
443+
dependencies:
444+
babel-runtime "^6.22.0"
445+
core-js "^2.4.0"
446+
regenerator-runtime "^0.10.0"
447+
419448
babel-preset-es2015@^6.22.0:
420449
version "6.22.0"
421450
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.22.0.tgz#af5a98ecb35eb8af764ad8a5a05eb36dc4386835"
@@ -560,7 +589,7 @@ chalk@^1.1.0, chalk@^1.1.1:
560589
strip-ansi "^3.0.0"
561590
supports-color "^2.0.0"
562591

563-
chokidar@^1.6.0:
592+
chokidar@^1.6.0, chokidar@^1.6.1:
564593
version "1.6.1"
565594
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.6.1.tgz#2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2"
566595
dependencies:
@@ -589,7 +618,7 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
589618
dependencies:
590619
delayed-stream "~1.0.0"
591620

592-
commander@^2.9.0:
621+
commander@^2.8.1, commander@^2.9.0:
593622
version "2.9.0"
594623
resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4"
595624
dependencies:
@@ -813,6 +842,10 @@ form-data@~2.1.1:
813842
combined-stream "^1.0.5"
814843
mime-types "^2.1.12"
815844

845+
fs-readdir-recursive@^1.0.0:
846+
version "1.0.0"
847+
resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.0.0.tgz#8cd1745c8b4f8a29c8caec392476921ba195f560"
848+
816849
fs.realpath@^1.0.0:
817850
version "1.0.0"
818851
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -894,7 +927,7 @@ glob2base@^0.0.12:
894927
dependencies:
895928
find-index "^0.1.1"
896929

897-
glob@^7.0.3, glob@^7.0.5, glob@~7.1.0:
930+
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@~7.1.0:
898931
version "7.1.1"
899932
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
900933
dependencies:
@@ -919,7 +952,7 @@ globals@^9.0.0:
919952
version "9.14.0"
920953
resolved "https://registry.yarnpkg.com/globals/-/globals-9.14.0.tgz#8859936af0038741263053b39d0e76ca241e4034"
921954

922-
graceful-fs@^4.1.2:
955+
graceful-fs@^4.1.2, graceful-fs@^4.1.4:
923956
version "4.1.11"
924957
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
925958

@@ -1341,6 +1374,14 @@ os-tmpdir@^1.0.1:
13411374
version "1.0.2"
13421375
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
13431376

1377+
output-file-sync@^1.1.0:
1378+
version "1.1.2"
1379+
resolved "https://registry.yarnpkg.com/output-file-sync/-/output-file-sync-1.1.2.tgz#d0a33eefe61a205facb90092e826598d5245ce76"
1380+
dependencies:
1381+
graceful-fs "^4.1.4"
1382+
mkdirp "^0.5.1"
1383+
object-assign "^4.1.0"
1384+
13441385
parse-glob@^3.0.4:
13451386
version "3.0.4"
13461387
resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
@@ -1803,7 +1844,7 @@ uuid@^3.0.0:
18031844
version "3.0.1"
18041845
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1"
18051846

1806-
v8flags@^2.0.11:
1847+
v8flags@^2.0.10, v8flags@^2.0.11:
18071848
version "2.0.11"
18081849
resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-2.0.11.tgz#bca8f30f0d6d60612cc2c00641e6962d42ae6881"
18091850
dependencies:

0 commit comments

Comments
 (0)