diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-03-31 07:30:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 07:30:32 +0900 |
commit | 2e44868f2f8c45fcf44ef87e7fd2afa7e5fc2eb6 (patch) | |
tree | baff3d78f7f423c5795c53e2e12965b7f599126b | |
parent | e3f6a9769205aeada4c850fb3c7e8fc8604c8ea8 (diff) | |
parent | c300adac1fff025150439dac161c10653d45757f (diff) |
Merge pull request #1079 from ueokande/dependabot/npm_and_yarn/styled-components-5.2.2
Bump styled-components from 5.2.1 to 5.2.2
-rw-r--r-- | yarn.lock | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1003,10 +1003,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2" integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA== -"babel-plugin-styled-components@>= 1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.11.1.tgz#5296a9e557d736c3186be079fff27c6665d63d76" - integrity sha512-YwrInHyKUk1PU3avIRdiLyCpM++18Rs1NgyMXEAQC33rIXs/vro0A+stf4sT0Gf22Got+xRWB8Cm0tw+qkRzBA== +"babel-plugin-styled-components@>= 1.12.0": + version "1.12.0" + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.12.0.tgz#1dec1676512177de6b827211e9eda5a30db4f9b9" + integrity sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA== dependencies: "@babel/helper-annotate-as-pure" "^7.0.0" "@babel/helper-module-imports" "^7.0.0" @@ -5772,16 +5772,16 @@ style-loader@^2.0.0: schema-utils "^3.0.0" styled-components@^5.1.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.2.1.tgz#6ed7fad2dc233825f64c719ffbdedd84ad79101a" - integrity sha512-sBdgLWrCFTKtmZm/9x7jkIabjFNVzCUeKfoQsM6R3saImkUnjx0QYdLwJHBjY9ifEcmjDamJDVfknWm1yxZPxQ== + version "5.2.2" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.2.2.tgz#7c85f5e3b0f876d1c5377c67c3c0fcb47d23a0cf" + integrity sha512-ID8uckdZRF9tsaXP/G8GwoewS66XtIdHw05S88Fx/q0UHZup1eJ9JWcA7KEzoSt1uGgM4RCqA2JMw1iI1M5rTg== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/traverse" "^7.4.5" "@emotion/is-prop-valid" "^0.8.8" "@emotion/stylis" "^0.8.4" "@emotion/unitless" "^0.7.4" - babel-plugin-styled-components ">= 1" + babel-plugin-styled-components ">= 1.12.0" css-to-react-native "^3.0.0" hoist-non-react-statics "^3.0.0" shallowequal "^1.1.0" |