|
|
@@ -758,6 +758,15 @@
|
|
|
lodash "^4.17.11"
|
|
|
to-fast-properties "^2.0.0"
|
|
|
|
|
|
+"@babel/types@^7.4":
|
|
|
+ version "7.6.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648"
|
|
|
+ integrity sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g==
|
|
|
+ dependencies:
|
|
|
+ esutils "^2.0.2"
|
|
|
+ lodash "^4.17.13"
|
|
|
+ to-fast-properties "^2.0.0"
|
|
|
+
|
|
|
"@browser-bunyan/console-formatted-stream@^1.3.0":
|
|
|
version "1.3.0"
|
|
|
resolved "https://registry.yarnpkg.com/@browser-bunyan/console-formatted-stream/-/console-formatted-stream-1.3.0.tgz#3dc059aa5c1b2a7a1f26e2706e2bdeb9a09bbe57"
|
|
|
@@ -1838,6 +1847,14 @@ babel-plugin-lodash@^3.3.4:
|
|
|
lodash "^4.17.10"
|
|
|
require-package-name "^2.0.1"
|
|
|
|
|
|
+babel-plugin-transform-imports@^2.0.0:
|
|
|
+ version "2.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-imports/-/babel-plugin-transform-imports-2.0.0.tgz#9e5f49f751a9d34ba8f4bb988c7e48ed2419c6b6"
|
|
|
+ integrity sha512-65ewumYJ85QiXdcB/jmiU0y0jg6eL6CdnDqQAqQ8JMOKh1E52VPG3NJzbVKWcgovUR5GBH8IWpCXQ7I8Q3wjgw==
|
|
|
+ dependencies:
|
|
|
+ "@babel/types" "^7.4"
|
|
|
+ is-valid-path "^0.1.1"
|
|
|
+
|
|
|
babel-preset-jest@^24.6.0:
|
|
|
version "24.6.0"
|
|
|
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-24.6.0.tgz#66f06136eefce87797539c0d63f1769cc3915984"
|
|
|
@@ -6158,6 +6175,13 @@ is-installed-globally@^0.1.0:
|
|
|
global-dirs "^0.1.0"
|
|
|
is-path-inside "^1.0.0"
|
|
|
|
|
|
+is-invalid-path@^0.1.0:
|
|
|
+ version "0.1.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/is-invalid-path/-/is-invalid-path-0.1.0.tgz#307a855b3cf1a938b44ea70d2c61106053714f34"
|
|
|
+ integrity sha1-MHqFWzzxqTi0TqcNLGEQYFNxTzQ=
|
|
|
+ dependencies:
|
|
|
+ is-glob "^2.0.0"
|
|
|
+
|
|
|
is-npm@^1.0.0:
|
|
|
version "1.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
|
|
|
@@ -6292,6 +6316,13 @@ is-utf8@^0.2.0:
|
|
|
version "0.2.1"
|
|
|
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
|
|
|
|
|
|
+is-valid-path@^0.1.1:
|
|
|
+ version "0.1.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/is-valid-path/-/is-valid-path-0.1.1.tgz#110f9ff74c37f663e1ec7915eb451f2db93ac9df"
|
|
|
+ integrity sha1-EQ+f90w39mPh7HkV60UfLbk6yd8=
|
|
|
+ dependencies:
|
|
|
+ is-invalid-path "^0.1.0"
|
|
|
+
|
|
|
is-whitespace-character@^1.0.0:
|
|
|
version "1.0.2"
|
|
|
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.2.tgz#ede53b4c6f6fb3874533751ec9280d01928d03ed"
|
|
|
@@ -7365,7 +7396,7 @@ lodash@^4.17.10, lodash@^4.17.5:
|
|
|
version "4.17.10"
|
|
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
|
|
|
|
|
|
-lodash@^4.17.14, lodash@^4.17.15:
|
|
|
+lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
|
|
|
version "4.17.15"
|
|
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
|
|
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|