Skip to content

Commit fd14a20

Browse files
committed
Update dependency styled-components to v5.3.1
1 parent 98bc995 commit fd14a20

File tree

2 files changed

+17
-25
lines changed

2 files changed

+17
-25
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-hot-loader": "4.13.0",
2929
"react-router": "5.1.2",
3030
"react-router-dom": "5.1.2",
31-
"styled-components": "5.1.0"
31+
"styled-components": "5.3.1"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "7.14.6",
@@ -54,7 +54,7 @@
5454
"@types/react-router": "5.1.5",
5555
"@types/react-router-dom": "5.1.7",
5656
"@types/react-test-renderer": "16.9.4",
57-
"@types/styled-components": "5.1.0",
57+
"@types/styled-components": "5.1.15",
5858
"@types/webpack": "4.41.10",
5959
"@types/webpack-dev-server": "3.11.4",
6060
"@typescript-eslint/eslint-plugin": "2.34.0",

yarn.lock

+15-23
Original file line numberDiff line numberDiff line change
@@ -3263,13 +3263,6 @@
32633263
dependencies:
32643264
"@types/react" "*"
32653265

3266-
"@types/react-native@*":
3267-
version "0.62.2"
3268-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.62.2.tgz#f3e150f308c27089cefbcbfa3eb6cc14db279b2f"
3269-
integrity sha512-oIUIbqZNN9vRnGKWHYbTVp/GyTqdaM5mfy1s4zsi6BYvHAaFOPZ32IrhIHno/A5XOv4wuGfE7g5fliDk/H0+/Q==
3270-
dependencies:
3271-
"@types/react" "*"
3272-
32733266
32743267
version "5.1.7"
32753268
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.7.tgz#a126d9ea76079ffbbdb0d9225073eb5797ab7271"
@@ -3344,15 +3337,14 @@
33443337
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
33453338
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
33463339

3347-
"@types/[email protected].0":
3348-
version "5.1.0"
3349-
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.0.tgz#24d3412ba5395aa06e14fbc93c52f9454cebd0d6"
3350-
integrity sha512-ZFlLCuwF5r+4Vb7JUmd+Yr2S0UBdBGmI7ctFTgJMypIp3xOHI4LCFVn2dKMvpk6xDB2hLRykrEWMBwJEpUAUIQ==
3340+
"@types/[email protected].15":
3341+
version "5.1.15"
3342+
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.15.tgz#30855b40aa80b3b4e4c0e43a4af366e7c246d148"
3343+
integrity sha512-4evch8BRI3AKgb0GAZ/sn+mSeB+Dq7meYtMi7J/0Mg98Dt1+r8fySOek7Sjw1W+Wskyjc93565o5xWAT/FdY0Q==
33513344
dependencies:
33523345
"@types/hoist-non-react-statics" "*"
33533346
"@types/react" "*"
3354-
"@types/react-native" "*"
3355-
csstype "^2.2.0"
3347+
csstype "^3.0.2"
33563348

33573349
"@types/tapable@*", "@types/tapable@^1.0.5":
33583350
version "1.0.5"
@@ -4576,10 +4568,10 @@ [email protected]:
45764568
resolved "https://registry.yarnpkg.com/babel-plugin-react-remove-properties/-/babel-plugin-react-remove-properties-0.3.0.tgz#7b623fb3c424b6efb4edc9b1ae4cc50e7154b87f"
45774569
integrity sha512-vbxegtXGyVcUkCvayLzftU95vuvpYFV85pRpeMpohMHeEY46Qe0VNWfkVVcCbaZ12CXHzDFOj0esumATcW83ng==
45784570

4579-
"babel-plugin-styled-components@>= 1":
4580-
version "1.10.7"
4581-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.7.tgz#3494e77914e9989b33cc2d7b3b29527a949d635c"
4582-
integrity sha512-MBMHGcIA22996n9hZRf/UJLVVgkEOITuR2SvjHLb5dSTUyR4ZRGn+ngITapes36FI3WLxZHfRhkA1ffHxihOrg==
4571+
"babel-plugin-styled-components@>= 1.12.0":
4572+
version "1.13.2"
4573+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.2.tgz#ebe0e6deff51d7f93fceda1819e9b96aeb88278d"
4574+
integrity sha512-Vb1R3d4g+MUfPQPVDMCGjm3cDocJEUTR7Xq7QS95JWWeksN1wdFRYpD2kulDgI3Huuaf1CZd+NK4KQmqUFh5dA==
45834575
dependencies:
45844576
"@babel/helper-annotate-as-pure" "^7.0.0"
45854577
"@babel/helper-module-imports" "^7.0.0"
@@ -6175,7 +6167,7 @@ cssstyle@^2.0.0:
61756167
dependencies:
61766168
cssom "~0.3.6"
61776169

6178-
csstype@^2.2.0, csstype@^2.5.7, csstype@^2.6.7:
6170+
csstype@^2.5.7, csstype@^2.6.7:
61796171
version "2.6.10"
61806172
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
61816173
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
@@ -15193,17 +15185,17 @@ style-to-object@^0.2.1:
1519315185
dependencies:
1519415186
inline-style-parser "0.1.1"
1519515187

15196-
styled-components@5.1.0:
15197-
version "5.1.0"
15198-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.1.0.tgz#2e3985b54f461027e1c91af3229e1c2530872a4e"
15199-
integrity sha512-0Qs2wEkFBXHFlysz6CV831VG6HedcrFUwChjnWylNivsx14MtmqQsohi21rMHZxzuTba063dEyoe/SR6VGJI7Q==
15188+
styled-components@5.3.1:
15189+
version "5.3.1"
15190+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.1.tgz#8a86dcd31bff7049c2ed408bae36fa23f03f071a"
15191+
integrity sha512-JThv2JRzyH0NOIURrk9iskdxMSAAtCfj/b2Sf1WJaCUsloQkblepy1jaCLX/bYE+mhYo3unmwVSI9I5d9ncSiQ==
1520015192
dependencies:
1520115193
"@babel/helper-module-imports" "^7.0.0"
1520215194
"@babel/traverse" "^7.4.5"
1520315195
"@emotion/is-prop-valid" "^0.8.8"
1520415196
"@emotion/stylis" "^0.8.4"
1520515197
"@emotion/unitless" "^0.7.4"
15206-
babel-plugin-styled-components ">= 1"
15198+
babel-plugin-styled-components ">= 1.12.0"
1520715199
css-to-react-native "^3.0.0"
1520815200
hoist-non-react-statics "^3.0.0"
1520915201
shallowequal "^1.1.0"

0 commit comments

Comments
 (0)