Skip to content

Commit b5d4966

Browse files
committed
Update dependency styled-components to v5.3.0
1 parent 425a296 commit b5d4966

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.0"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "7.12.10",
@@ -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.10",
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
@@ -3166,13 +3166,6 @@
31663166
dependencies:
31673167
"@types/react" "*"
31683168

3169-
"@types/react-native@*":
3170-
version "0.62.2"
3171-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.62.2.tgz#f3e150f308c27089cefbcbfa3eb6cc14db279b2f"
3172-
integrity sha512-oIUIbqZNN9vRnGKWHYbTVp/GyTqdaM5mfy1s4zsi6BYvHAaFOPZ32IrhIHno/A5XOv4wuGfE7g5fliDk/H0+/Q==
3173-
dependencies:
3174-
"@types/react" "*"
3175-
31763169
31773170
version "5.1.7"
31783171
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.7.tgz#a126d9ea76079ffbbdb0d9225073eb5797ab7271"
@@ -3247,15 +3240,14 @@
32473240
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
32483241
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
32493242

3250-
"@types/[email protected].0":
3251-
version "5.1.0"
3252-
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.0.tgz#24d3412ba5395aa06e14fbc93c52f9454cebd0d6"
3253-
integrity sha512-ZFlLCuwF5r+4Vb7JUmd+Yr2S0UBdBGmI7ctFTgJMypIp3xOHI4LCFVn2dKMvpk6xDB2hLRykrEWMBwJEpUAUIQ==
3243+
"@types/[email protected].10":
3244+
version "5.1.10"
3245+
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.10.tgz#b509da9d62be8a02cefd88ec6b820f417429a503"
3246+
integrity sha512-g3ZfWlTiyXktASIhcfCicZtqB/fFFnq0a7kPYYxKXNggdrohp8m/9bMmmt3zDvHj2gplWDGCkZByfFnEXfbSWg==
32543247
dependencies:
32553248
"@types/hoist-non-react-statics" "*"
32563249
"@types/react" "*"
3257-
"@types/react-native" "*"
3258-
csstype "^2.2.0"
3250+
csstype "^3.0.2"
32593251

32603252
"@types/tapable@*", "@types/tapable@^1.0.5":
32613253
version "1.0.5"
@@ -4455,10 +4447,10 @@ [email protected]:
44554447
resolved "https://registry.yarnpkg.com/babel-plugin-react-remove-properties/-/babel-plugin-react-remove-properties-0.3.0.tgz#7b623fb3c424b6efb4edc9b1ae4cc50e7154b87f"
44564448
integrity sha512-vbxegtXGyVcUkCvayLzftU95vuvpYFV85pRpeMpohMHeEY46Qe0VNWfkVVcCbaZ12CXHzDFOj0esumATcW83ng==
44574449

4458-
"babel-plugin-styled-components@>= 1":
4459-
version "1.10.7"
4460-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.7.tgz#3494e77914e9989b33cc2d7b3b29527a949d635c"
4461-
integrity sha512-MBMHGcIA22996n9hZRf/UJLVVgkEOITuR2SvjHLb5dSTUyR4ZRGn+ngITapes36FI3WLxZHfRhkA1ffHxihOrg==
4450+
"babel-plugin-styled-components@>= 1.12.0":
4451+
version "1.12.0"
4452+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.12.0.tgz#1dec1676512177de6b827211e9eda5a30db4f9b9"
4453+
integrity sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA==
44624454
dependencies:
44634455
"@babel/helper-annotate-as-pure" "^7.0.0"
44644456
"@babel/helper-module-imports" "^7.0.0"
@@ -6054,7 +6046,7 @@ cssstyle@^2.0.0:
60546046
dependencies:
60556047
cssom "~0.3.6"
60566048

6057-
csstype@^2.2.0, csstype@^2.5.7, csstype@^2.6.7:
6049+
csstype@^2.5.7, csstype@^2.6.7:
60586050
version "2.6.10"
60596051
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
60606052
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
@@ -15052,17 +15044,17 @@ style-to-object@^0.2.1:
1505215044
dependencies:
1505315045
inline-style-parser "0.1.1"
1505415046

15055-
styled-components@5.1.0:
15056-
version "5.1.0"
15057-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.1.0.tgz#2e3985b54f461027e1c91af3229e1c2530872a4e"
15058-
integrity sha512-0Qs2wEkFBXHFlysz6CV831VG6HedcrFUwChjnWylNivsx14MtmqQsohi21rMHZxzuTba063dEyoe/SR6VGJI7Q==
15047+
styled-components@5.3.0:
15048+
version "5.3.0"
15049+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.0.tgz#e47c3d3e9ddfff539f118a3dd0fd4f8f4fb25727"
15050+
integrity sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==
1505915051
dependencies:
1506015052
"@babel/helper-module-imports" "^7.0.0"
1506115053
"@babel/traverse" "^7.4.5"
1506215054
"@emotion/is-prop-valid" "^0.8.8"
1506315055
"@emotion/stylis" "^0.8.4"
1506415056
"@emotion/unitless" "^0.7.4"
15065-
babel-plugin-styled-components ">= 1"
15057+
babel-plugin-styled-components ">= 1.12.0"
1506615058
css-to-react-native "^3.0.0"
1506715059
hoist-non-react-statics "^3.0.0"
1506815060
shallowequal "^1.1.0"

0 commit comments

Comments
 (0)