-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency gatsby-plugin-emotion to v4
- Loading branch information
1 parent
a125dc5
commit 43c2b78
Showing
2 changed files
with
147 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,14 @@ | |
"@babel/types" "^7.0.0" | ||
esutils "^2.0.0" | ||
|
||
"@babel/helper-builder-react-jsx@^7.3.0": | ||
version "7.3.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.3.0.tgz#a1ac95a5d2b3e88ae5e54846bf462eeb81b318a4" | ||
integrity sha512-MjA9KgwCuPEkQd9ncSXvSyJ5y+j2sICHyrI0M3L+6fnS4wMSNDc1ARXsbTfbb2cXHn17VisSnU/sHFTCxVxSMw== | ||
dependencies: | ||
"@babel/types" "^7.3.0" | ||
esutils "^2.0.0" | ||
|
||
"@babel/helper-call-delegate@^7.1.0": | ||
version "7.1.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.1.0.tgz#6a957f105f37755e8645343d3038a22e1449cc4a" | ||
|
@@ -315,6 +323,13 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-syntax-jsx@^7.2.0": | ||
version "7.2.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7" | ||
integrity sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-syntax-object-rest-spread@^7.0.0": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0.tgz#37d8fbcaf216bd658ea1aebbeb8b75e88ebc549b" | ||
|
@@ -530,6 +545,15 @@ | |
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-syntax-jsx" "^7.0.0" | ||
|
||
"@babel/plugin-transform-react-jsx@^7.3.0": | ||
version "7.3.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.3.0.tgz#f2cab99026631c767e2745a5368b331cfe8f5290" | ||
integrity sha512-a/+aRb7R06WcKvQLOu4/TpjKOdvVEKRLWFpKcNuHhiREPgGRB4TQJxq07+EZLS8LFVYpfq1a5lDUnuMdcCpBKg== | ||
dependencies: | ||
"@babel/helper-builder-react-jsx" "^7.3.0" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-syntax-jsx" "^7.2.0" | ||
|
||
"@babel/plugin-transform-regenerator@^7.0.0": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.0.0.tgz#5b41686b4ed40bef874d7ed6a84bdd849c13e0c1" | ||
|
@@ -682,6 +706,13 @@ | |
dependencies: | ||
regenerator-runtime "^0.12.0" | ||
|
||
"@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3": | ||
version "7.6.3" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.3.tgz#935122c74c73d2240cafd32ddb5fc2a6cd35cf1f" | ||
integrity sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA== | ||
dependencies: | ||
regenerator-runtime "^0.13.2" | ||
|
||
"@babel/template@^7.1.0", "@babel/template@^7.1.2": | ||
version "7.1.2" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644" | ||
|
@@ -715,6 +746,15 @@ | |
lodash "^4.17.10" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.3.0": | ||
version "7.6.3" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09" | ||
integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA== | ||
dependencies: | ||
esutils "^2.0.2" | ||
lodash "^4.17.13" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@dailybruin/[email protected]": | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/@dailybruin/gatsby-source-kerckhoff/-/gatsby-source-kerckhoff-1.1.1.tgz#cdf751a789e0626875588b8d8f28efbfb8b9ead7" | ||
|
@@ -747,6 +787,23 @@ | |
typescript "3.2.1" | ||
webfontloader "^1.6.28" | ||
|
||
"@emotion/babel-plugin-jsx-pragmatic@^0.1.3": | ||
version "0.1.3" | ||
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin-jsx-pragmatic/-/babel-plugin-jsx-pragmatic-0.1.3.tgz#e06489b00bda80304e7198be76f448dd267df397" | ||
integrity sha512-zbxpcKoAX9IMRfJqT2EnYL29AGlJyn+1VPoZW73BJslRDJbzgo2RYJIxR3Hg48kifv/TduIkpMH3L3wU/7yP8g== | ||
dependencies: | ||
"@babel/plugin-syntax-jsx" "^7.2.0" | ||
|
||
"@emotion/babel-preset-css-prop@^10.0.17": | ||
version "10.0.22" | ||
resolved "https://registry.yarnpkg.com/@emotion/babel-preset-css-prop/-/babel-preset-css-prop-10.0.22.tgz#954ed2ef703f521484152df06eb4424a99383daa" | ||
integrity sha512-f+WEup5EEcdI7Jl32HZJ/KuqPnM9QC1vEfgTdVU1f10+BCxgYCerDnr9VLMzPX7FXDN2RkDKvXK+P2619Lv0+Q== | ||
dependencies: | ||
"@babel/plugin-transform-react-jsx" "^7.3.0" | ||
"@babel/runtime" "^7.5.5" | ||
"@emotion/babel-plugin-jsx-pragmatic" "^0.1.3" | ||
babel-plugin-emotion "^10.0.22" | ||
|
||
"@emotion/babel-utils@^0.6.4": | ||
version "0.6.10" | ||
resolved "https://registry.yarnpkg.com/@emotion/babel-utils/-/babel-utils-0.6.10.tgz#83dbf3dfa933fae9fc566e54fbb45f14674c6ccc" | ||
|
@@ -759,6 +816,11 @@ | |
find-root "^1.1.0" | ||
source-map "^0.7.2" | ||
|
||
"@emotion/[email protected]": | ||
version "0.7.3" | ||
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.7.3.tgz#a166882c81c0c6040975dd30df24fae8549bd96f" | ||
integrity sha512-14ZVlsB9akwvydAdaEnVnvqu6J2P6ySv39hYyl/aoB6w/V+bXX0tay8cF6paqbgZsN2n5Xh15uF4pE+GvE+itw== | ||
|
||
"@emotion/hash@^0.6.2", "@emotion/hash@^0.6.6": | ||
version "0.6.6" | ||
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.6.6.tgz#62266c5f0eac6941fece302abad69f2ee7e25e44" | ||
|
@@ -771,11 +833,27 @@ | |
dependencies: | ||
"@emotion/memoize" "^0.6.6" | ||
|
||
"@emotion/[email protected]": | ||
version "0.7.3" | ||
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.3.tgz#5b6b1c11d6a6dddf1f2fc996f74cf3b219644d78" | ||
integrity sha512-2Md9mH6mvo+ygq1trTeVp2uzAKwE2P7In0cRpD/M9Q70aH8L+rxMLbb3JCN2JoSWsV2O+DdFjfbbXoMoLBczow== | ||
|
||
"@emotion/memoize@^0.6.1", "@emotion/memoize@^0.6.6": | ||
version "0.6.6" | ||
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.6.6.tgz#004b98298d04c7ca3b4f50ca2035d4f60d2eed1b" | ||
integrity sha512-h4t4jFjtm1YV7UirAFuSuFGyLa+NNxjdkq6DpFLANNQY5rHueFZHVY+8Cu1HYVP6DrheB0kv4m5xPjo7eKT7yQ== | ||
|
||
"@emotion/serialize@^0.11.12": | ||
version "0.11.13" | ||
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.13.tgz#49b93e8e6f7dba70bbf0ecd697bb4e03f45d8cde" | ||
integrity sha512-Tw+z6oIFCXeznoH25TozFoOUJ9BIyKBgZ9Gif3ej9aqPeP/Dzct8WIXSsz08xxyt1RPlKokvJ3fzMDq0UjL3RQ== | ||
dependencies: | ||
"@emotion/hash" "0.7.3" | ||
"@emotion/memoize" "0.7.3" | ||
"@emotion/unitless" "0.7.4" | ||
"@emotion/utils" "0.11.2" | ||
csstype "^2.5.7" | ||
|
||
"@emotion/serialize@^0.9.1": | ||
version "0.9.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.9.1.tgz#a494982a6920730dba6303eb018220a2b629c145" | ||
|
@@ -791,11 +869,21 @@ | |
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.7.1.tgz#50f63225e712d99e2b2b39c19c70fff023793ca5" | ||
integrity sha512-/SLmSIkN13M//53TtNxgxo57mcJk/UJIDFRKwOiLIBEyBHEcipgR6hNMQ/59Sl4VjCJ0Z/3zeAZyvnSLPG/1HQ== | ||
|
||
"@emotion/[email protected]": | ||
version "0.7.4" | ||
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.4.tgz#a87b4b04e5ae14a88d48ebef15015f6b7d1f5677" | ||
integrity sha512-kBa+cDHOR9jpRJ+kcGMsysrls0leukrm68DmFQoMIWQcXdr2cZvyvypWuGYT7U+9kAExUE7+T7r6G3C3A6L8MQ== | ||
|
||
"@emotion/unitless@^0.6.2", "@emotion/unitless@^0.6.7": | ||
version "0.6.7" | ||
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.6.7.tgz#53e9f1892f725b194d5e6a1684a7b394df592397" | ||
integrity sha512-Arj1hncvEVqQ2p7Ega08uHLr1JuRYBuO5cIvcA+WWEQ5+VmkOE3ZXzl04NbQxeQpWX78G7u6MqxKuNX3wvYZxg== | ||
|
||
"@emotion/[email protected]": | ||
version "0.11.2" | ||
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.2.tgz#713056bfdffb396b0a14f1c8f18e7b4d0d200183" | ||
integrity sha512-UHX2XklLl3sIaP6oiMmlVzT0J+2ATTVpf0dHQVyPJHTkOITvXfaSqnRk6mdDhV9pR8T/tHc3cex78IKXssmzrA== | ||
|
||
"@emotion/utils@^0.8.2": | ||
version "0.8.2" | ||
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.8.2.tgz#576ff7fb1230185b619a75d258cbc98f0867a8dc" | ||
|
@@ -939,10 +1027,10 @@ | |
"@types/prop-types" "*" | ||
csstype "^2.2.0" | ||
|
||
"@types/react@16.7.18": | ||
version "16.7.18" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.18.tgz#f4ce0d539a893dd61e36cd11ae3a5e54f5a48337" | ||
integrity sha512-Tx4uu3ppK53/iHk6VpamMP3f3ahfDLEVt3ZQc8TFm30a1H3v9lMsCntBREswZIW/SKrvJjkb3Hq8UwO6GREBng== | ||
"@types/react@16.9.11": | ||
version "16.9.11" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120" | ||
integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ== | ||
dependencies: | ||
"@types/prop-types" "*" | ||
csstype "^2.2.0" | ||
|
@@ -1634,6 +1722,22 @@ babel-plugin-dynamic-import-node@^1.2.0: | |
dependencies: | ||
babel-plugin-syntax-dynamic-import "^6.18.0" | ||
|
||
babel-plugin-emotion@^10.0.22: | ||
version "10.0.22" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.22.tgz#7860b39f96dcc1b79e326987ce29d4fcfff96f52" | ||
integrity sha512-e3Yo9+GD6ovrcZlt2Unjgfyy0gfdz0+8httltToWL+biFMhLPPT1PJlc0GHy9i+vtPSrTBNY2hawfPJnuG2L3g== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.0.0" | ||
"@emotion/hash" "0.7.3" | ||
"@emotion/memoize" "0.7.3" | ||
"@emotion/serialize" "^0.11.12" | ||
babel-plugin-macros "^2.0.0" | ||
babel-plugin-syntax-jsx "^6.18.0" | ||
convert-source-map "^1.5.0" | ||
escape-string-regexp "^1.0.5" | ||
find-root "^1.1.0" | ||
source-map "^0.5.7" | ||
|
||
babel-plugin-emotion@^9.2.11: | ||
version "9.2.11" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-9.2.11.tgz#319c005a9ee1d15bb447f59fe504c35fd5807728" | ||
|
@@ -3242,6 +3346,11 @@ csstype@^2.2.0, csstype@^2.5.2: | |
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.7.tgz#bf9235d5872141eccfb2d16d82993c6b149179ff" | ||
integrity sha512-Nt5VDyOTIIV4/nRFswoCKps1R5CD1hkiyjBE9/thNaNZILLEviVw9yWQw15+O+CpNjQKB/uvdcxFFOrSflY3Yw== | ||
|
||
csstype@^2.5.7: | ||
version "2.6.7" | ||
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.7.tgz#20b0024c20b6718f4eda3853a1f5a1cce7f5e4a5" | ||
integrity sha512-9Mcn9sFbGBAdmimWb2gLVDtFJzeKtDGIr76TUqmjZrw9LFXBMSU70lcs+C0/7fyCd6iBDqmksUcCOUIkisPHsQ== | ||
|
||
currently-unhandled@^0.4.1: | ||
version "0.4.1" | ||
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" | ||
|
@@ -4663,7 +4772,15 @@ gatsby-link@^2.0.7: | |
"@types/reach__router" "^1.0.0" | ||
prop-types "^15.6.1" | ||
|
||
[email protected], gatsby-plugin-emotion@^2.0.6: | ||
[email protected]: | ||
version "4.1.12" | ||
resolved "https://registry.yarnpkg.com/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.1.12.tgz#0b1a542363fff1676dfc703ee5083c3215ac57af" | ||
integrity sha512-sKWMHQ688qITqAqiage4dj2OZ6Dqw435B6hfhLfwHGX0LLb/yB4ZDDPxsOKZtjQn8FIKmacarzpq8oB3lRmWFA== | ||
dependencies: | ||
"@babel/runtime" "^7.6.3" | ||
"@emotion/babel-preset-css-prop" "^10.0.17" | ||
|
||
gatsby-plugin-emotion@^2.0.6: | ||
version "2.0.7" | ||
resolved "https://registry.yarnpkg.com/gatsby-plugin-emotion/-/gatsby-plugin-emotion-2.0.7.tgz#c89a1e3eef8ae4654d3dee8bd89875f651c6743c" | ||
integrity sha512-UTw2cltGH5e9vWvU4XskXrvRgrFiFOTUzFG6yrPwQiNoLM0FFVvvz2/mwD3waugbxBqSxb5wLoimZECOC2KNtw== | ||
|
@@ -6359,6 +6476,11 @@ lodash@^4.11.1, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4 | |
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" | ||
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== | ||
|
||
lodash@^4.17.13: | ||
version "4.17.15" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" | ||
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== | ||
|
||
loglevel@^1.4.1: | ||
version "1.6.1" | ||
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa" | ||
|
@@ -8202,15 +8324,15 @@ [email protected]: | |
prop-types "^15.6.2" | ||
scheduler "^0.11.2" | ||
|
||
react-dom@16.7.0: | ||
version "16.7.0" | ||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.7.0.tgz#a17b2a7ca89ee7390bc1ed5eb81783c7461748b8" | ||
integrity sha512-D0Ufv1ExCAmF38P2Uh1lwpminZFRXEINJe53zRAbm4KPwSyd6DY/uDoS0Blj9jvPpn1+wivKpZYc8aAAN/nAkg== | ||
react-dom@16.8.4: | ||
version "16.8.4" | ||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.4.tgz#1061a8e01a2b3b0c8160037441c3bf00a0e3bc48" | ||
integrity sha512-Ob2wK7XG2tUDt7ps7LtLzGYYB6DXMCLj0G5fO6WeEICtT4/HdpOi7W/xLzZnR6RCG1tYza60nMdqtxzA8FaPJQ== | ||
dependencies: | ||
loose-envify "^1.1.0" | ||
object-assign "^4.1.1" | ||
prop-types "^15.6.2" | ||
scheduler "^0.12.0" | ||
scheduler "^0.13.4" | ||
|
||
[email protected], react-emotion@^9.2.12: | ||
version "9.2.12" | ||
|
@@ -8286,15 +8408,15 @@ [email protected]: | |
prop-types "^15.6.2" | ||
scheduler "^0.11.2" | ||
|
||
react@16.7.0: | ||
version "16.7.0" | ||
resolved "https://registry.yarnpkg.com/react/-/react-16.7.0.tgz#b674ec396b0a5715873b350446f7ea0802ab6381" | ||
integrity sha512-StCz3QY8lxTb5cl2HJxjwLFOXPIFQp+p+hxQfc8WE0QiLfCtIlKj8/+5tjjKm8uSTlAW+fCPaavGFS06V9Ar3A== | ||
react@16.8.4: | ||
version "16.8.4" | ||
resolved "https://registry.yarnpkg.com/react/-/react-16.8.4.tgz#fdf7bd9ae53f03a9c4cd1a371432c206be1c4768" | ||
integrity sha512-0GQ6gFXfUH7aZcjGVymlPOASTuSjlQL4ZtVC5YKH+3JL6bBLCVO21DknzmaPlI90LN253ojj02nsapy+j7wIjg== | ||
dependencies: | ||
loose-envify "^1.1.0" | ||
object-assign "^4.1.1" | ||
prop-types "^15.6.2" | ||
scheduler "^0.12.0" | ||
scheduler "^0.13.4" | ||
|
||
read-pkg-up@^2.0.0: | ||
version "2.0.0" | ||
|
@@ -8403,6 +8525,11 @@ regenerator-runtime@^0.12.0: | |
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de" | ||
integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg== | ||
|
||
regenerator-runtime@^0.13.2: | ||
version "0.13.3" | ||
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5" | ||
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw== | ||
|
||
regenerator-transform@^0.13.3: | ||
version "0.13.3" | ||
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.3.tgz#264bd9ff38a8ce24b06e0636496b2c856b57bcbb" | ||
|
@@ -8737,10 +8864,10 @@ scheduler@^0.11.2: | |
loose-envify "^1.1.0" | ||
object-assign "^4.1.1" | ||
|
||
scheduler@^0.12.0: | ||
version "0.12.0" | ||
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.12.0.tgz#8ab17699939c0aedc5a196a657743c496538647b" | ||
integrity sha512-t7MBR28Akcp4Jm+QoR63XgAi9YgCUmgvDHqf5otgAj4QvdoBE4ImCX0ffehefePPG+aitiYHp0g/mW6s4Tp+dw== | ||
scheduler@^0.13.4: | ||
version "0.13.6" | ||
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889" | ||
integrity sha512-IWnObHt413ucAYKsD9J1QShUKkbKLQQHdxRyw73sw4FN26iWr3DY/H34xGPe4nmL1DwXyWmSWmMrA9TfQbE/XQ== | ||
dependencies: | ||
loose-envify "^1.1.0" | ||
object-assign "^4.1.1" | ||
|