Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Commit 1d4ff9c

Browse files
committed
Update dependency babel-core to v6.26.2
1 parent 6dc4cd9 commit 1d4ff9c

File tree

7 files changed

+2135
-457
lines changed

7 files changed

+2135
-457
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/acorn": "4.0.3",
1414
"@types/chokidar": "1.7.5",
1515
"@types/node": "9.6.6",
16-
"babel-core": "6.26.0",
16+
"babel-core": "6.26.2",
1717
"babel-plugin-external-helpers": "6.22.0",
1818
"babel-plugin-inferno": "5.0.1",
1919
"babel-plugin-transform-object-rest-spread": "6.26.0",

packages/Icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"devDependencies": {
1010
"@types/node": "8.5.9",
11-
"babel-core": "6.26.0",
11+
"babel-core": "6.26.2",
1212
"babel-plugin-inferno": "5.0.1",
1313
"babel-plugin-transform-es2015-arrow-functions": "6.22.0",
1414
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0",

packages/Icons/yarn.lock

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,31 @@ babel-code-frame@^6.26.0:
2222
esutils "^2.0.2"
2323
js-tokens "^3.0.2"
2424

25-
babel-core@6.26.0, babel-core@^6.26.0:
25+
babel-core@6.26.2:
26+
version "6.26.2"
27+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.2.tgz#b67a120521dcd6baf1a2ecceeceb595e223da06c"
28+
dependencies:
29+
babel-code-frame "^6.26.0"
30+
babel-generator "^6.26.0"
31+
babel-helpers "^6.24.1"
32+
babel-messages "^6.23.0"
33+
babel-register "^6.26.0"
34+
babel-runtime "^6.26.0"
35+
babel-template "^6.26.0"
36+
babel-traverse "^6.26.0"
37+
babel-types "^6.26.0"
38+
babylon "^6.18.0"
39+
convert-source-map "^1.5.1"
40+
debug "^2.6.9"
41+
json5 "^0.5.1"
42+
lodash "^4.17.4"
43+
minimatch "^3.0.4"
44+
path-is-absolute "^1.0.1"
45+
private "^0.1.8"
46+
slash "^1.0.0"
47+
source-map "^0.5.7"
48+
49+
babel-core@^6.26.0:
2650
version "6.26.0"
2751
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8"
2852
dependencies:
@@ -365,15 +389,15 @@ concat-map@0.0.1:
365389
version "0.0.1"
366390
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
367391

368-
convert-source-map@^1.5.0:
392+
convert-source-map@^1.5.0, convert-source-map@^1.5.1:
369393
version "1.5.1"
370394
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5"
371395

372396
core-js@^2.4.0, core-js@^2.5.0:
373397
version "2.5.3"
374398
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.3.tgz#8acc38345824f16d8365b7c9b4259168e8ed603e"
375399

376-
debug@^2.6.8:
400+
debug@^2.6.8, debug@^2.6.9:
377401
version "2.6.9"
378402
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
379403
dependencies:
@@ -492,7 +516,7 @@ path-is-absolute@^1.0.1:
492516
version "1.0.1"
493517
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
494518

495-
private@^0.1.7:
519+
private@^0.1.7, private@^0.1.8:
496520
version "0.1.8"
497521
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
498522

packages/Site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@types/node": "8.5.9",
1717
"awesome-typescript-loader": "5.0.0",
18-
"babel-core": "6.26.0",
18+
"babel-core": "6.26.2",
1919
"babel-loader": "7.1.4",
2020
"babel-plugin-inferno": "5.0.1",
2121
"babel-plugin-transform-object-rest-spread": "6.26.0",

0 commit comments

Comments
 (0)