-
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
d22adfd
commit 6fedc2e
Showing
2 changed files
with
134 additions
and
2 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 |
---|---|---|
|
@@ -57,6 +57,14 @@ | |
"@babel/types" "^7.0.0" | ||
esutils "^2.0.0" | ||
|
||
"@babel/helper-builder-react-jsx@^7.8.3": | ||
version "7.8.3" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.8.3.tgz#dee98d7d79cc1f003d80b76fe01c7f8945665ff6" | ||
integrity sha512-JT8mfnpTkKNCboTqZsQTdGo3l3Ik3l7QIt9hh0O9DYiwVel37VoJpILKM4YFbP2euF32nkQSb+F9cUk9b7DDXQ== | ||
dependencies: | ||
"@babel/types" "^7.8.3" | ||
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" | ||
|
@@ -133,6 +141,11 @@ | |
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250" | ||
|
||
"@babel/helper-plugin-utils@^7.8.3": | ||
version "7.8.3" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670" | ||
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ== | ||
|
||
"@babel/helper-regex@^7.0.0": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0.tgz#2c1718923b57f9bbe64705ffe5640ac64d9bdb27" | ||
|
@@ -278,6 +291,13 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-syntax-jsx@^7.2.0", "@babel/plugin-syntax-jsx@^7.8.3": | ||
version "7.8.3" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz#521b06c83c40480f1e58b4fd33b92eceb1d6ea94" | ||
integrity sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.8.3" | ||
|
||
"@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" | ||
|
@@ -466,6 +486,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.8.3" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.8.3.tgz#4220349c0390fdefa505365f68c103562ab2fc4a" | ||
integrity sha512-r0h+mUiyL595ikykci+fbwm9YzmuOrUBi0b+FDIKmi3fPQyFokWVEMJnRWHJPPQEjyFJyna9WZC6Viv6UHSv1g== | ||
dependencies: | ||
"@babel/helper-builder-react-jsx" "^7.8.3" | ||
"@babel/helper-plugin-utils" "^7.8.3" | ||
"@babel/plugin-syntax-jsx" "^7.8.3" | ||
|
||
"@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" | ||
|
@@ -610,6 +639,13 @@ | |
dependencies: | ||
regenerator-runtime "^0.13.2" | ||
|
||
"@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6": | ||
version "7.8.7" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.7.tgz#8fefce9802db54881ba59f90bb28719b4996324d" | ||
integrity sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg== | ||
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@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" | ||
|
@@ -640,6 +676,15 @@ | |
lodash "^4.17.10" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.8.3": | ||
version "7.8.7" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d" | ||
integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw== | ||
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" | ||
|
@@ -671,6 +716,23 @@ | |
typescript "3.2.2" | ||
webfontloader "^1.6.28" | ||
|
||
"@emotion/babel-plugin-jsx-pragmatic@^0.1.5": | ||
version "0.1.5" | ||
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin-jsx-pragmatic/-/babel-plugin-jsx-pragmatic-0.1.5.tgz#27debfe9c27c4d83574d509787ae553bf8a34d7e" | ||
integrity sha512-y+3AJ0SItMDaAgGPVkQBC/S/BaqaPACkQ6MyCI2CUlrjTxKttTVfD3TMtcs7vLEcLxqzZ1xiG0vzwCXjhopawQ== | ||
dependencies: | ||
"@babel/plugin-syntax-jsx" "^7.2.0" | ||
|
||
"@emotion/babel-preset-css-prop@^10.0.23": | ||
version "10.0.27" | ||
resolved "https://registry.yarnpkg.com/@emotion/babel-preset-css-prop/-/babel-preset-css-prop-10.0.27.tgz#58868d9a6afee0eeaeb0fa9dc5ccb1b12d4f786b" | ||
integrity sha512-rducrjTpLGDholp0l2l4pXqpzAqYYGMg/x4IteO0db2smf6zegn6RRZdDnbaoMSs63tfPWgo2WukT1/F1gX/AA== | ||
dependencies: | ||
"@babel/plugin-transform-react-jsx" "^7.3.0" | ||
"@babel/runtime" "^7.5.5" | ||
"@emotion/babel-plugin-jsx-pragmatic" "^0.1.5" | ||
babel-plugin-emotion "^10.0.27" | ||
|
||
"@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" | ||
|
@@ -682,6 +744,11 @@ | |
find-root "^1.1.0" | ||
source-map "^0.7.2" | ||
|
||
"@emotion/[email protected]": | ||
version "0.8.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" | ||
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== | ||
|
||
"@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" | ||
|
@@ -692,10 +759,26 @@ | |
dependencies: | ||
"@emotion/memoize" "^0.6.6" | ||
|
||
"@emotion/[email protected]": | ||
version "0.7.4" | ||
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" | ||
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== | ||
|
||
"@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" | ||
|
||
"@emotion/serialize@^0.11.16": | ||
version "0.11.16" | ||
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.16.tgz#dee05f9e96ad2fb25a5206b6d759b2d1ed3379ad" | ||
integrity sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg== | ||
dependencies: | ||
"@emotion/hash" "0.8.0" | ||
"@emotion/memoize" "0.7.4" | ||
"@emotion/unitless" "0.7.5" | ||
"@emotion/utils" "0.11.3" | ||
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" | ||
|
@@ -709,10 +792,20 @@ | |
version "0.7.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.7.1.tgz#50f63225e712d99e2b2b39c19c70fff023793ca5" | ||
|
||
"@emotion/[email protected]": | ||
version "0.7.5" | ||
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed" | ||
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== | ||
|
||
"@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" | ||
|
||
"@emotion/[email protected]": | ||
version "0.11.3" | ||
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924" | ||
integrity sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw== | ||
|
||
"@emotion/utils@^0.8.2": | ||
version "0.8.2" | ||
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.8.2.tgz#576ff7fb1230185b619a75d258cbc98f0867a8dc" | ||
|
@@ -1445,6 +1538,22 @@ babel-plugin-dynamic-import-node@^1.2.0: | |
dependencies: | ||
babel-plugin-syntax-dynamic-import "^6.18.0" | ||
|
||
babel-plugin-emotion@^10.0.27: | ||
version "10.0.29" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.29.tgz#89d8e497091fcd3d10331f097f1471e4cc3f35b4" | ||
integrity sha512-7Jpi1OCxjyz0k163lKtqP+LHMg5z3S6A7vMBfHnF06l2unmtsOmFDzZBpGf0CWo1G4m8UACfVcDJiSiRuu/cSw== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.0.0" | ||
"@emotion/hash" "0.8.0" | ||
"@emotion/memoize" "0.7.4" | ||
"@emotion/serialize" "^0.11.16" | ||
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" | ||
|
@@ -2866,6 +2975,11 @@ csstype@^2.2.0, csstype@^2.5.2: | |
version "2.5.7" | ||
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.7.tgz#bf9235d5872141eccfb2d16d82993c6b149179ff" | ||
|
||
csstype@^2.5.7: | ||
version "2.6.9" | ||
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.9.tgz#05141d0cd557a56b8891394c1911c40c8a98d098" | ||
integrity sha512-xz39Sb4+OaTsULgUERcCk+TJj8ylkL4aSVDQiX/ksxbELSqwkgt4d4RD7fovIdgJGSuNYqwZEiVjYY5l0ask+Q== | ||
|
||
currently-unhandled@^0.4.1: | ||
version "0.4.1" | ||
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" | ||
|
@@ -4324,7 +4438,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.24" | ||
resolved "https://registry.yarnpkg.com/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.1.24.tgz#cfb7c8b2feb78ec4607c93e876c4835b1794777d" | ||
integrity sha512-lTsfH7HV1RAB13pQOnzRyZ5hMv/m0jqJDW4rcJ3hB6UKmnrD9DAMuGT6A7FuReg16LI+jyLA1O9mCL6booNPIQ== | ||
dependencies: | ||
"@babel/runtime" "^7.7.6" | ||
"@emotion/babel-preset-css-prop" "^10.0.23" | ||
|
||
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" | ||
dependencies: | ||
|
@@ -5785,6 +5907,11 @@ lodash@^4.11.1, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4 | |
version "4.17.11" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" | ||
|
||
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" | ||
|
@@ -7627,6 +7754,11 @@ regenerator-runtime@^0.13.2: | |
version "0.13.2" | ||
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447" | ||
|
||
regenerator-runtime@^0.13.4: | ||
version "0.13.5" | ||
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697" | ||
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== | ||
|
||
regenerator-transform@^0.13.3: | ||
version "0.13.3" | ||
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.3.tgz#264bd9ff38a8ce24b06e0636496b2c856b57bcbb" | ||
|