Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 76fc19d

Browse files
committed
fix(deps): update dependency styled-components to v5.3.1
1 parent f58a18e commit 76fc19d

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prismjs": "1.24.1",
2727
"react": "17.0.2",
2828
"react-dom": "17.0.2",
29-
"styled-components": "5.3.0",
29+
"styled-components": "5.3.1",
3030
"word-count": "0.2.2"
3131
},
3232
"license": "MIT",

yarn.lock

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4258,7 +4258,23 @@ style-value-types@^3.1.6, style-value-types@^3.1.7:
42584258
hey-listen "^1.0.8"
42594259
tslib "^1.10.0"
42604260

4261-
styled-components@5.3.0, styled-components@^5.1.0:
4261+
styled-components@5.3.1:
4262+
version "5.3.1"
4263+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.1.tgz#8a86dcd31bff7049c2ed408bae36fa23f03f071a"
4264+
integrity sha512-JThv2JRzyH0NOIURrk9iskdxMSAAtCfj/b2Sf1WJaCUsloQkblepy1jaCLX/bYE+mhYo3unmwVSI9I5d9ncSiQ==
4265+
dependencies:
4266+
"@babel/helper-module-imports" "^7.0.0"
4267+
"@babel/traverse" "^7.4.5"
4268+
"@emotion/is-prop-valid" "^0.8.8"
4269+
"@emotion/stylis" "^0.8.4"
4270+
"@emotion/unitless" "^0.7.4"
4271+
babel-plugin-styled-components ">= 1.12.0"
4272+
css-to-react-native "^3.0.0"
4273+
hoist-non-react-statics "^3.0.0"
4274+
shallowequal "^1.1.0"
4275+
supports-color "^5.5.0"
4276+
4277+
styled-components@^5.1.0:
42624278
version "5.3.0"
42634279
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.0.tgz#e47c3d3e9ddfff539f118a3dd0fd4f8f4fb25727"
42644280
integrity sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==

0 commit comments

Comments
 (0)