Skip to content

Commit

Permalink
fix(deps): update dependency styled-components to v5.3.0 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 5, 2021
1 parent 07cd1ff commit 4cd2043
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"redux-saga": "1.1.3",
"replace-in-file": "6.2.0",
"rimraf": "3.0.2",
"styled-components": "5.2.3",
"styled-components": "5.3.0",
"tweetnacl": "1.0.3",
"typed-redux-saga": "1.3.1",
"typescript": "4.2.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16139,10 +16139,10 @@ style-search@^0.1.0:
resolved "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz"
integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=

styled-components@5.2.3:
version "5.2.3"
resolved "https://registry.npmjs.org/styled-components/-/styled-components-5.2.3.tgz"
integrity sha512-BlR+KrLW3NL1yhvEB+9Nu9Dt51CuOnHoxd+Hj+rYPdtyR8X11uIW9rvhpy3Dk4dXXBsiW1u5U78f00Lf/afGoA==
styled-components@5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.0.tgz#e47c3d3e9ddfff539f118a3dd0fd4f8f4fb25727"
integrity sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/traverse" "^7.4.5"
Expand Down

0 comments on commit 4cd2043

Please sign in to comment.