@@ -722,6 +722,13 @@ babel-plugin-debug-macros@^0.1.10, babel-plugin-debug-macros@^0.1.11:
722
722
dependencies :
723
723
semver "^5.3.0"
724
724
725
+ babel-plugin-dynamic-import-webpack@^1.0.1 :
726
+ version "1.0.2"
727
+ resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-webpack/-/babel-plugin-dynamic-import-webpack-1.0.2.tgz#cb83435833e073f1600c0188a95edacfdc07c256"
728
+ dependencies :
729
+ babel-plugin-syntax-dynamic-import "^6.18.0"
730
+ babel-template "^6.26.0"
731
+
725
732
babel-plugin-ember-modules-api-polyfill@^1.4.2 :
726
733
version "1.6.0"
727
734
resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-1.6.0.tgz#abd1afa4237b3121cb51222f9bf3283cad8990aa"
@@ -796,6 +803,10 @@ babel-plugin-syntax-async-functions@^6.8.0:
796
803
version "6.13.0"
797
804
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
798
805
806
+ babel-plugin-syntax-dynamic-import@^6.18.0 :
807
+ version "6.18.0"
808
+ resolved "https://registry.yarnpkg.com/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz#8d6a26229c83745a9982a441051572caa179b1da"
809
+
799
810
babel-plugin-syntax-exponentiation-operator@^6.8.0 :
800
811
version "6.13.0"
801
812
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de"
@@ -1019,6 +1030,75 @@ babel-polyfill@^6.26.0:
1019
1030
core-js "^2.5.0"
1020
1031
regenerator-runtime "^0.10.5"
1021
1032
1033
+ babel-preset-env-standalone@^1.6.2 :
1034
+ version "1.6.2"
1035
+ resolved "https://registry.yarnpkg.com/babel-preset-env-standalone/-/babel-preset-env-standalone-1.6.2.tgz#c3a386027c5215f7fb1790226c27de5b0eb98212"
1036
+ dependencies :
1037
+ babel-plugin-check-es2015-constants "^6.22.0"
1038
+ babel-plugin-dynamic-import-webpack "^1.0.1"
1039
+ babel-plugin-syntax-trailing-function-commas "^6.22.0"
1040
+ babel-plugin-transform-async-to-generator "^6.22.0"
1041
+ babel-plugin-transform-es2015-arrow-functions "^6.22.0"
1042
+ babel-plugin-transform-es2015-block-scoped-functions "^6.22.0"
1043
+ babel-plugin-transform-es2015-block-scoping "^6.23.0"
1044
+ babel-plugin-transform-es2015-classes "^6.23.0"
1045
+ babel-plugin-transform-es2015-computed-properties "^6.22.0"
1046
+ babel-plugin-transform-es2015-destructuring "^6.23.0"
1047
+ babel-plugin-transform-es2015-duplicate-keys "^6.22.0"
1048
+ babel-plugin-transform-es2015-for-of "^6.23.0"
1049
+ babel-plugin-transform-es2015-function-name "^6.22.0"
1050
+ babel-plugin-transform-es2015-literals "^6.22.0"
1051
+ babel-plugin-transform-es2015-modules-amd "^6.22.0"
1052
+ babel-plugin-transform-es2015-modules-commonjs "^6.23.0"
1053
+ babel-plugin-transform-es2015-modules-systemjs "^6.23.0"
1054
+ babel-plugin-transform-es2015-modules-umd "^6.23.0"
1055
+ babel-plugin-transform-es2015-object-super "^6.22.0"
1056
+ babel-plugin-transform-es2015-parameters "^6.23.0"
1057
+ babel-plugin-transform-es2015-shorthand-properties "^6.22.0"
1058
+ babel-plugin-transform-es2015-spread "^6.22.0"
1059
+ babel-plugin-transform-es2015-sticky-regex "^6.22.0"
1060
+ babel-plugin-transform-es2015-template-literals "^6.22.0"
1061
+ babel-plugin-transform-es2015-typeof-symbol "^6.23.0"
1062
+ babel-plugin-transform-es2015-unicode-regex "^6.22.0"
1063
+ babel-plugin-transform-exponentiation-operator "^6.22.0"
1064
+ babel-plugin-transform-regenerator "^6.22.0"
1065
+ babel-preset-env "1.6.0"
1066
+
1067
+
1068
+ version "1.6.0"
1069
+ resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.6.0.tgz#2de1c782a780a0a5d605d199c957596da43c44e4"
1070
+ dependencies :
1071
+ babel-plugin-check-es2015-constants "^6.22.0"
1072
+ babel-plugin-syntax-trailing-function-commas "^6.22.0"
1073
+ babel-plugin-transform-async-to-generator "^6.22.0"
1074
+ babel-plugin-transform-es2015-arrow-functions "^6.22.0"
1075
+ babel-plugin-transform-es2015-block-scoped-functions "^6.22.0"
1076
+ babel-plugin-transform-es2015-block-scoping "^6.23.0"
1077
+ babel-plugin-transform-es2015-classes "^6.23.0"
1078
+ babel-plugin-transform-es2015-computed-properties "^6.22.0"
1079
+ babel-plugin-transform-es2015-destructuring "^6.23.0"
1080
+ babel-plugin-transform-es2015-duplicate-keys "^6.22.0"
1081
+ babel-plugin-transform-es2015-for-of "^6.23.0"
1082
+ babel-plugin-transform-es2015-function-name "^6.22.0"
1083
+ babel-plugin-transform-es2015-literals "^6.22.0"
1084
+ babel-plugin-transform-es2015-modules-amd "^6.22.0"
1085
+ babel-plugin-transform-es2015-modules-commonjs "^6.23.0"
1086
+ babel-plugin-transform-es2015-modules-systemjs "^6.23.0"
1087
+ babel-plugin-transform-es2015-modules-umd "^6.23.0"
1088
+ babel-plugin-transform-es2015-object-super "^6.22.0"
1089
+ babel-plugin-transform-es2015-parameters "^6.23.0"
1090
+ babel-plugin-transform-es2015-shorthand-properties "^6.22.0"
1091
+ babel-plugin-transform-es2015-spread "^6.22.0"
1092
+ babel-plugin-transform-es2015-sticky-regex "^6.22.0"
1093
+ babel-plugin-transform-es2015-template-literals "^6.22.0"
1094
+ babel-plugin-transform-es2015-typeof-symbol "^6.23.0"
1095
+ babel-plugin-transform-es2015-unicode-regex "^6.22.0"
1096
+ babel-plugin-transform-exponentiation-operator "^6.22.0"
1097
+ babel-plugin-transform-regenerator "^6.22.0"
1098
+ browserslist "^2.1.2"
1099
+ invariant "^2.2.2"
1100
+ semver "^5.3.0"
1101
+
1022
1102
babel-preset-env@^1.7.0 :
1023
1103
version "1.7.0"
1024
1104
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.7.0.tgz#dea79fa4ebeb883cd35dab07e260c1c9c04df77a"
@@ -1905,6 +1985,13 @@ browserify@^16.2.0:
1905
1985
vm-browserify "^1.0.0"
1906
1986
xtend "^4.0.0"
1907
1987
1988
+ browserslist@^2.1.2 :
1989
+ version "2.11.3"
1990
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.11.3.tgz#fe36167aed1bbcde4827ebfe71347a2cc70b99b2"
1991
+ dependencies :
1992
+ caniuse-lite "^1.0.30000792"
1993
+ electron-to-chromium "^1.3.30"
1994
+
1908
1995
browserslist@^3.1.1, browserslist@^3.2.6 :
1909
1996
version "3.2.8"
1910
1997
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.8.tgz#b0005361d6471f0f5952797a76fc985f1f978fc6"
@@ -2036,6 +2123,10 @@ can-symlink@^1.0.0:
2036
2123
dependencies :
2037
2124
tmp "0.0.28"
2038
2125
2126
+ caniuse-lite@^1.0.30000792 :
2127
+ version "1.0.30000856"
2128
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000856.tgz#ecc16978135a6f219b138991eb62009d25ee8daa"
2129
+
2039
2130
caniuse-lite@^1.0.30000844 :
2040
2131
version "1.0.30000850"
2041
2132
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000850.tgz#e68a88db4ea598b4c33b8419f7385473e4802495"
2895
2986
version "1.1.1"
2896
2987
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
2897
2988
2989
+ electron-to-chromium@^1.3.30 :
2990
+ version "1.3.50"
2991
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.50.tgz#7438b76f92b41b919f3fbdd350fbd0757dacddf7"
2992
+
2898
2993
electron-to-chromium@^1.3.47 :
2899
2994
version "1.3.48"
2900
2995
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.48.tgz#d3b0d8593814044e092ece2108fc3ac9aea4b900"
0 commit comments