@@ -601,6 +601,13 @@ babel-helper-hoist-variables@^6.24.1:
601
601
babel-runtime "^6.22.0"
602
602
babel-types "^6.24.1"
603
603
604
+ babel-helper-module-imports@^7.0.0-beta.3 :
605
+ version "7.0.0-beta.3"
606
+ resolved "http://r.cnpmjs.org/babel-helper-module-imports/download/babel-helper-module-imports-7.0.0-beta.3.tgz#e15764e3af9c8e11810c09f78f498a2bdc71585a"
607
+ dependencies :
608
+ babel-types "7.0.0-beta.3"
609
+ lodash "^4.2.0"
610
+
604
611
babel-helper-optimise-call-expression@^6.24.1 :
605
612
version "6.24.1"
606
613
resolved "http://r.cnpmjs.org/babel-helper-optimise-call-expression/download/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257"
@@ -682,6 +689,12 @@ babel-plugin-check-es2015-constants@^6.22.0:
682
689
dependencies :
683
690
babel-runtime "^6.22.0"
684
691
692
+ babel-plugin-import@^1.6.2 :
693
+ version "1.6.2"
694
+ resolved "http://r.cnpmjs.org/babel-plugin-import/download/babel-plugin-import-1.6.2.tgz#09a8ff8ec8e67e0034f97adf1d833b0d5b6e815e"
695
+ dependencies :
696
+ babel-helper-module-imports "^7.0.0-beta.3"
697
+
685
698
babel-plugin-inline-react-svg@^0.4.0 :
686
699
version "0.4.0"
687
700
resolved "http://r.cnpmjs.org/babel-plugin-inline-react-svg/download/babel-plugin-inline-react-svg-0.4.0.tgz#940f77be66324f2c75a0fb64f287f459c40602a7"
@@ -1220,6 +1233,14 @@ babel-types@7.0.0-beta.0:
1220
1233
lodash "^4.2.0"
1221
1234
to-fast-properties "^2.0.0"
1222
1235
1236
+ babel-types@7.0.0-beta.3 :
1237
+ version "7.0.0-beta.3"
1238
+ resolved "http://r.cnpmjs.org/babel-types/download/babel-types-7.0.0-beta.3.tgz#cd927ca70e0ae8ab05f4aab83778cfb3e6eb20b4"
1239
+ dependencies :
1240
+ esutils "^2.0.2"
1241
+ lodash "^4.2.0"
1242
+ to-fast-properties "^2.0.0"
1243
+
1223
1244
babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.25.0, babel-types@^6.26.0 :
1224
1245
version "6.26.0"
1225
1246
resolved "http://r.cnpmjs.org/babel-types/download/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"