|
1357 | 1357 | which "1.2.x"
|
1358 | 1358 | wordwrap "1.0.x"
|
1359 | 1359 |
|
1360 |
| - |
| 1360 | + |
1361 | 1361 | version "6.2.4"
|
1362 | 1362 | resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-6.2.4.tgz#aa70aff8ddc223a5952e839a43a6c3a4c8bfa1e9"
|
1363 | 1363 | dependencies:
|
1364 | 1364 | loader-utils "^0.2.11"
|
1365 | 1365 | mkdirp "^0.5.1"
|
1366 | 1366 | object-assign "^4.0.1"
|
1367 | 1367 |
|
| 1368 | + |
| 1369 | + version "7.1.5" |
| 1370 | + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.5.tgz#e3ee0cd7394aa557e013b02d3e492bfd07aa6d68" |
| 1371 | + dependencies: |
| 1372 | + find-cache-dir "^1.0.0" |
| 1373 | + loader-utils "^1.0.2" |
| 1374 | + mkdirp "^0.5.1" |
| 1375 | + |
1368 | 1376 | babel-loader@^7.0.0:
|
1369 | 1377 | version "7.1.2"
|
1370 | 1378 | resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.2.tgz#f6cbe122710f1aa2af4d881c6d5b54358ca24126"
|
|
2163 | 2171 | invariant "^2.2.2"
|
2164 | 2172 | semver "^5.3.0"
|
2165 | 2173 |
|
| 2174 | +babel-preset-env@^1.7.0: |
| 2175 | + version "1.7.0" |
| 2176 | + resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.7.0.tgz#dea79fa4ebeb883cd35dab07e260c1c9c04df77a" |
| 2177 | + dependencies: |
| 2178 | + babel-plugin-check-es2015-constants "^6.22.0" |
| 2179 | + babel-plugin-syntax-trailing-function-commas "^6.22.0" |
| 2180 | + babel-plugin-transform-async-to-generator "^6.22.0" |
| 2181 | + babel-plugin-transform-es2015-arrow-functions "^6.22.0" |
| 2182 | + babel-plugin-transform-es2015-block-scoped-functions "^6.22.0" |
| 2183 | + babel-plugin-transform-es2015-block-scoping "^6.23.0" |
| 2184 | + babel-plugin-transform-es2015-classes "^6.23.0" |
| 2185 | + babel-plugin-transform-es2015-computed-properties "^6.22.0" |
| 2186 | + babel-plugin-transform-es2015-destructuring "^6.23.0" |
| 2187 | + babel-plugin-transform-es2015-duplicate-keys "^6.22.0" |
| 2188 | + babel-plugin-transform-es2015-for-of "^6.23.0" |
| 2189 | + babel-plugin-transform-es2015-function-name "^6.22.0" |
| 2190 | + babel-plugin-transform-es2015-literals "^6.22.0" |
| 2191 | + babel-plugin-transform-es2015-modules-amd "^6.22.0" |
| 2192 | + babel-plugin-transform-es2015-modules-commonjs "^6.23.0" |
| 2193 | + babel-plugin-transform-es2015-modules-systemjs "^6.23.0" |
| 2194 | + babel-plugin-transform-es2015-modules-umd "^6.23.0" |
| 2195 | + babel-plugin-transform-es2015-object-super "^6.22.0" |
| 2196 | + babel-plugin-transform-es2015-parameters "^6.23.0" |
| 2197 | + babel-plugin-transform-es2015-shorthand-properties "^6.22.0" |
| 2198 | + babel-plugin-transform-es2015-spread "^6.22.0" |
| 2199 | + babel-plugin-transform-es2015-sticky-regex "^6.22.0" |
| 2200 | + babel-plugin-transform-es2015-template-literals "^6.22.0" |
| 2201 | + babel-plugin-transform-es2015-typeof-symbol "^6.23.0" |
| 2202 | + babel-plugin-transform-es2015-unicode-regex "^6.22.0" |
| 2203 | + babel-plugin-transform-exponentiation-operator "^6.22.0" |
| 2204 | + babel-plugin-transform-regenerator "^6.22.0" |
| 2205 | + browserslist "^3.2.6" |
| 2206 | + invariant "^2.2.2" |
| 2207 | + semver "^5.3.0" |
| 2208 | + |
2166 | 2209 | babel-preset-es2015@^6.9.0:
|
2167 | 2210 | version "6.18.0"
|
2168 | 2211 | resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.18.0.tgz#b8c70df84ec948c43dcf2bf770e988eb7da88312"
|
@@ -2793,6 +2836,13 @@ browserslist@^2.1.2, browserslist@^2.10.2:
|
2793 | 2836 | caniuse-lite "^1.0.30000784"
|
2794 | 2837 | electron-to-chromium "^1.3.30"
|
2795 | 2838 |
|
| 2839 | +browserslist@^3.2.6: |
| 2840 | + version "3.2.8" |
| 2841 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.8.tgz#b0005361d6471f0f5952797a76fc985f1f978fc6" |
| 2842 | + dependencies: |
| 2843 | + caniuse-lite "^1.0.30000844" |
| 2844 | + electron-to-chromium "^1.3.47" |
| 2845 | + |
2796 | 2846 | browserslist@~0.2.0:
|
2797 | 2847 | version "0.2.0"
|
2798 | 2848 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-0.2.0.tgz#e5b7cf311cccb70772cd22d4f61c7bb80523ecd2"
|
@@ -2950,6 +3000,10 @@ caniuse-lite@^1.0.30000784:
|
2950 | 3000 | version "1.0.30000789"
|
2951 | 3001 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000789.tgz#2e3d937b267133f63635ef7f441fac66360fc889"
|
2952 | 3002 |
|
| 3003 | +caniuse-lite@^1.0.30000844: |
| 3004 | + version "1.0.30000930" |
| 3005 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000930.tgz#c238bab82bedb462bcbdc61d0334932dcc084d8a" |
| 3006 | + |
2953 | 3007 | canvg@gabelerner/canvg:
|
2954 | 3008 | version "1.0.0"
|
2955 | 3009 | resolved "https://codeload.github.com/gabelerner/canvg/tar.gz/3cdcf820100133f825609c2f82ab963e4344f371"
|
@@ -4456,6 +4510,10 @@ electron-to-chromium@^1.3.30:
|
4456 | 4510 | dependencies:
|
4457 | 4511 | electron-releases "^2.1.0"
|
4458 | 4512 |
|
| 4513 | +electron-to-chromium@^1.3.47: |
| 4514 | + version "1.3.106" |
| 4515 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.106.tgz#672183160e783cb546cff83d9a98d5f69cd91874" |
| 4516 | + |
4459 | 4517 | elliptic@^6.0.0:
|
4460 | 4518 | version "6.4.0"
|
4461 | 4519 | resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
|
|
0 commit comments