Skip to content

Commit

Permalink
Update styled-components
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Lima committed Oct 18, 2021
1 parent 71f3c8f commit 8c8a95e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"styled-components": "^5.3.0",
"styled-components": "^5.3.1",
"typescript": "^4.4.4",
"web-vitals": "^1.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions src/components/Main/__snapshots__/test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

exports[`<Main /> should render the heading 1`] = `
<main
class="sc-bdnxRM fBbHXb"
class="sc-bdfBQB fkWXg"
>
<img
alt="Imagem de um átomo e React Avançado escrito ao lado."
class="sc-gtsrHT gNmutz"
class="sc-gsTEea cYKagJ"
src="/logo.svg"
/>
<h2
class="sc-dlnjwi gVpAup"
class="sc-dlfnuX duMFWX"
>
CRA, TypeScript e Styled Components
</h2>
<img
alt="Um desenvolvedor de frente para uma tela com código."
class="sc-hKFxyN fWLaFx"
class="sc-hKgJUU kBRTfs"
src="/hero-illustration.svg"
/>
<div
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13976,10 +13976,10 @@ style-to-object@0.3.0, style-to-object@^0.3.0:
dependencies:
inline-style-parser "0.1.1"

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==
styled-components@^5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.1.tgz#8a86dcd31bff7049c2ed408bae36fa23f03f071a"
integrity sha512-JThv2JRzyH0NOIURrk9iskdxMSAAtCfj/b2Sf1WJaCUsloQkblepy1jaCLX/bYE+mhYo3unmwVSI9I5d9ncSiQ==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/traverse" "^7.4.5"
Expand Down

0 comments on commit 8c8a95e

Please sign in to comment.