Skip to content

Commit 340556d

Browse files
committed
chore(deps): update dependency styled-components to v5.3.0
1 parent 9ba28be commit 340556d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"regenerator-runtime": "0.13.7",
7777
"resolve-pkg": "2.0.0",
7878
"rimraf": "3.0.2",
79-
"styled-components": "5.2.0",
79+
"styled-components": "5.3.0",
8080
"terser-webpack-plugin": "4.2.2",
8181
"ts-jest": "26.3.0",
8282
"ts-loader": "8.0.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3566,10 +3566,10 @@ babel-plugin-react-svg@^3.0.3:
35663566
resolved "https://registry.yarnpkg.com/babel-plugin-react-svg/-/babel-plugin-react-svg-3.0.3.tgz#7da46a0bd8319f49ac85523d259f145ce5d78321"
35673567
integrity sha512-Pst1RWjUIiV0Ykv1ODSeceCBsFOP2Y4dusjq7/XkjuzJdvS9CjpkPMUIoO4MLlvp5PiLCeMlsOC7faEUA0gm3Q==
35683568

3569-
"babel-plugin-styled-components@>= 1":
3570-
version "1.10.7"
3571-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.7.tgz#3494e77914e9989b33cc2d7b3b29527a949d635c"
3572-
integrity sha512-MBMHGcIA22996n9hZRf/UJLVVgkEOITuR2SvjHLb5dSTUyR4ZRGn+ngITapes36FI3WLxZHfRhkA1ffHxihOrg==
3569+
"babel-plugin-styled-components@>= 1.12.0":
3570+
version "1.12.0"
3571+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.12.0.tgz#1dec1676512177de6b827211e9eda5a30db4f9b9"
3572+
integrity sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA==
35733573
dependencies:
35743574
"@babel/helper-annotate-as-pure" "^7.0.0"
35753575
"@babel/helper-module-imports" "^7.0.0"
@@ -12371,17 +12371,17 @@ strong-log-transformer@^2.0.0:
1237112371
minimist "^1.2.0"
1237212372
through "^2.3.4"
1237312373

12374-
styled-components@5.2.0:
12375-
version "5.2.0"
12376-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.2.0.tgz#6dcb5aa8a629c84b8d5ab34b7167e3e0c6f7ed74"
12377-
integrity sha512-9qE8Vgp8C5cpGAIdFaQVAl89Zgx1TDM4Yf4tlHbO9cPijtpSXTMLHy9lmP0lb+yImhgPFb1AmZ1qMUubmg3HLg==
12374+
styled-components@5.3.0:
12375+
version "5.3.0"
12376+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.0.tgz#e47c3d3e9ddfff539f118a3dd0fd4f8f4fb25727"
12377+
integrity sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==
1237812378
dependencies:
1237912379
"@babel/helper-module-imports" "^7.0.0"
1238012380
"@babel/traverse" "^7.4.5"
1238112381
"@emotion/is-prop-valid" "^0.8.8"
1238212382
"@emotion/stylis" "^0.8.4"
1238312383
"@emotion/unitless" "^0.7.4"
12384-
babel-plugin-styled-components ">= 1"
12384+
babel-plugin-styled-components ">= 1.12.0"
1238512385
css-to-react-native "^3.0.0"
1238612386
hoist-non-react-statics "^3.0.0"
1238712387
shallowequal "^1.1.0"

0 commit comments

Comments
 (0)