Skip to content

Commit

Permalink
Bump styled-components from 5.2.2 to 5.2.3 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 19, 2021
1 parent f9514fc commit 450c677
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"redux-persist-webextension-storage": "^1.0.2",
"redux-thunk": "^2.3.0",
"semver": "^7.3.5",
"styled-components": "^5.2.2",
"styled-components": "^5.2.3",
"use-analytics": "^0.0.5",
"webext-redux": "^2.1.7",
"webextension-polyfill": "^0.7.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`FormControl Component should match snapshot 1`] = `
margin-bottom: 0.5rem;
}
.c0 .sc-bdDrOH {
.c0 .sc-bdvvaa {
margin-bottom: 0.2rem;
}
Expand All @@ -23,7 +23,7 @@ exports[`FormControl Component should match snapshot with darkTheme 1`] = `
margin-bottom: 0.5rem;
}
.c0 .sc-bdDrOH {
.c0 .sc-bdvvaa {
margin-bottom: 0.2rem;
}
Expand All @@ -41,7 +41,7 @@ exports[`FormControl Component should match snapshot with lightTheme 1`] = `
margin-bottom: 0.5rem;
}
.c0 .sc-bdDrOH {
.c0 .sc-bdvvaa {
margin-bottom: 0.2rem;
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9447,10 +9447,10 @@ strip-json-comments@~2.0.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=

styled-components@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.2.2.tgz#7c85f5e3b0f876d1c5377c67c3c0fcb47d23a0cf"
integrity sha512-ID8uckdZRF9tsaXP/G8GwoewS66XtIdHw05S88Fx/q0UHZup1eJ9JWcA7KEzoSt1uGgM4RCqA2JMw1iI1M5rTg==
styled-components@^5.2.3:
version "5.2.3"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.2.3.tgz#752669fd694aac10de814d96efc287dde0d11385"
integrity sha512-BlR+KrLW3NL1yhvEB+9Nu9Dt51CuOnHoxd+Hj+rYPdtyR8X11uIW9rvhpy3Dk4dXXBsiW1u5U78f00Lf/afGoA==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/traverse" "^7.4.5"
Expand Down

0 comments on commit 450c677

Please sign in to comment.