Skip to content

Commit a63a036

Browse files
committed
dependency: add babel-core to devDependencies
1 parent 67e451e commit a63a036

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
},
6666
"devDependencies": {
6767
"ava": "^0.25.0",
68+
"babel-core": "^6.0.0",
6869
"babel-loader": "^6.2.4",
6970
"babel-plugin-transform-runtime": "^6.9.0",
7071
"babel-preset-es2015": "^6.24.1",

yarn.lock

+26-2
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,30 @@ babel-code-frame@^6.16.0, babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
478478
esutils "^2.0.2"
479479
js-tokens "^3.0.2"
480480

481+
babel-core@^6.0.0:
482+
version "6.26.3"
483+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207"
484+
dependencies:
485+
babel-code-frame "^6.26.0"
486+
babel-generator "^6.26.0"
487+
babel-helpers "^6.24.1"
488+
babel-messages "^6.23.0"
489+
babel-register "^6.26.0"
490+
babel-runtime "^6.26.0"
491+
babel-template "^6.26.0"
492+
babel-traverse "^6.26.0"
493+
babel-types "^6.26.0"
494+
babylon "^6.18.0"
495+
convert-source-map "^1.5.1"
496+
debug "^2.6.9"
497+
json5 "^0.5.1"
498+
lodash "^4.17.4"
499+
minimatch "^3.0.4"
500+
path-is-absolute "^1.0.1"
501+
private "^0.1.8"
502+
slash "^1.0.0"
503+
source-map "^0.5.7"
504+
481505
babel-core@^6.17.0, babel-core@^6.26.0:
482506
version "6.26.0"
483507
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8"
@@ -1879,7 +1903,7 @@ date-time@^2.1.0:
18791903
dependencies:
18801904
time-zone "^1.0.0"
18811905

1882-
debug@^2.1.1, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8:
1906+
debug@^2.1.1, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
18831907
version "2.6.9"
18841908
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
18851909
dependencies:
@@ -5204,7 +5228,7 @@ pretty-ms@^3.0.0:
52045228
parse-ms "^1.0.0"
52055229
plur "^2.1.2"
52065230

5207-
private@^0.1.6, private@^0.1.7, private@~0.1.5:
5231+
private@^0.1.6, private@^0.1.7, private@^0.1.8, private@~0.1.5:
52085232
version "0.1.8"
52095233
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
52105234

0 commit comments

Comments
 (0)