Skip to content

Commit 5ca34ee

Browse files
committed
Update dependency styled-components to v5.3.0
1 parent 50288cf commit 5ca34ee

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.6",
5656
"@types/react-test-renderer": "16.9.4",
57-
"@types/styled-components": "5.1.0",
57+
"@types/styled-components": "5.1.9",
5858
"@types/webpack": "4.41.10",
5959
"@types/webpack-dev-server": "3.10.1",
6060
"@typescript-eslint/eslint-plugin": "2.34.0",

yarn.lock

+15-23
Original file line numberDiff line numberDiff line change
@@ -3129,13 +3129,6 @@
31293129
dependencies:
31303130
"@types/react" "*"
31313131

3132-
"@types/react-native@*":
3133-
version "0.62.2"
3134-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.62.2.tgz#f3e150f308c27089cefbcbfa3eb6cc14db279b2f"
3135-
integrity sha512-oIUIbqZNN9vRnGKWHYbTVp/GyTqdaM5mfy1s4zsi6BYvHAaFOPZ32IrhIHno/A5XOv4wuGfE7g5fliDk/H0+/Q==
3136-
dependencies:
3137-
"@types/react" "*"
3138-
31393132
31403133
version "5.1.6"
31413134
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.6.tgz#07b14e7ab1893a837c8565634960dc398564b1fb"
@@ -3210,15 +3203,14 @@
32103203
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
32113204
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
32123205

3213-
"@types/[email protected].0":
3214-
version "5.1.0"
3215-
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.0.tgz#24d3412ba5395aa06e14fbc93c52f9454cebd0d6"
3216-
integrity sha512-ZFlLCuwF5r+4Vb7JUmd+Yr2S0UBdBGmI7ctFTgJMypIp3xOHI4LCFVn2dKMvpk6xDB2hLRykrEWMBwJEpUAUIQ==
3206+
"@types/[email protected].9":
3207+
version "5.1.9"
3208+
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.9.tgz#00d3d84b501420521c4db727e3c195459f87a6cf"
3209+
integrity sha512-kbEG6YlwK8rucITpKEr6pA4Ho9KSQHUUOzZ9lY3va1mtcjvS3D0wDciFyHEiNHKLL/npZCKDQJqm0x44sPO9oA==
32173210
dependencies:
32183211
"@types/hoist-non-react-statics" "*"
32193212
"@types/react" "*"
3220-
"@types/react-native" "*"
3221-
csstype "^2.2.0"
3213+
csstype "^3.0.2"
32223214

32233215
"@types/tapable@*", "@types/tapable@^1.0.5":
32243216
version "1.0.5"
@@ -4377,10 +4369,10 @@ [email protected]:
43774369
resolved "https://registry.yarnpkg.com/babel-plugin-react-remove-properties/-/babel-plugin-react-remove-properties-0.3.0.tgz#7b623fb3c424b6efb4edc9b1ae4cc50e7154b87f"
43784370
integrity sha512-vbxegtXGyVcUkCvayLzftU95vuvpYFV85pRpeMpohMHeEY46Qe0VNWfkVVcCbaZ12CXHzDFOj0esumATcW83ng==
43794371

4380-
"babel-plugin-styled-components@>= 1":
4381-
version "1.10.7"
4382-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.7.tgz#3494e77914e9989b33cc2d7b3b29527a949d635c"
4383-
integrity sha512-MBMHGcIA22996n9hZRf/UJLVVgkEOITuR2SvjHLb5dSTUyR4ZRGn+ngITapes36FI3WLxZHfRhkA1ffHxihOrg==
4372+
"babel-plugin-styled-components@>= 1.12.0":
4373+
version "1.12.0"
4374+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.12.0.tgz#1dec1676512177de6b827211e9eda5a30db4f9b9"
4375+
integrity sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA==
43844376
dependencies:
43854377
"@babel/helper-annotate-as-pure" "^7.0.0"
43864378
"@babel/helper-module-imports" "^7.0.0"
@@ -5966,7 +5958,7 @@ cssstyle@^2.0.0:
59665958
dependencies:
59675959
cssom "~0.3.6"
59685960

5969-
csstype@^2.2.0, csstype@^2.5.7, csstype@^2.6.7:
5961+
csstype@^2.5.7, csstype@^2.6.7:
59705962
version "2.6.10"
59715963
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
59725964
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
@@ -14765,17 +14757,17 @@ style-to-object@^0.2.1:
1476514757
dependencies:
1476614758
inline-style-parser "0.1.1"
1476714759

14768-
styled-components@5.1.0:
14769-
version "5.1.0"
14770-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.1.0.tgz#2e3985b54f461027e1c91af3229e1c2530872a4e"
14771-
integrity sha512-0Qs2wEkFBXHFlysz6CV831VG6HedcrFUwChjnWylNivsx14MtmqQsohi21rMHZxzuTba063dEyoe/SR6VGJI7Q==
14760+
styled-components@5.3.0:
14761+
version "5.3.0"
14762+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.0.tgz#e47c3d3e9ddfff539f118a3dd0fd4f8f4fb25727"
14763+
integrity sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==
1477214764
dependencies:
1477314765
"@babel/helper-module-imports" "^7.0.0"
1477414766
"@babel/traverse" "^7.4.5"
1477514767
"@emotion/is-prop-valid" "^0.8.8"
1477614768
"@emotion/stylis" "^0.8.4"
1477714769
"@emotion/unitless" "^0.7.4"
14778-
babel-plugin-styled-components ">= 1"
14770+
babel-plugin-styled-components ">= 1.12.0"
1477914771
css-to-react-native "^3.0.0"
1478014772
hoist-non-react-statics "^3.0.0"
1478114773
shallowequal "^1.1.0"

0 commit comments

Comments
 (0)