Skip to content

Commit f6a47ea

Browse files
fix(deps): update dependency styled-components to v5.3.11
1 parent e07a02f commit f6a47ea

File tree

2 files changed

+79
-41
lines changed

2 files changed

+79
-41
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-dom": "17.0.2",
3535
"react-router": "5.1.2",
3636
"react-router-dom": "5.1.2",
37-
"styled-components": "5.1.0"
37+
"styled-components": "5.3.11"
3838
},
3939
"devDependencies": {
4040
"@babel/core": "7.14.6",
@@ -61,7 +61,7 @@
6161
"@types/react-router": "5.1.5",
6262
"@types/react-router-dom": "5.1.7",
6363
"@types/react-test-renderer": "16.9.4",
64-
"@types/styled-components": "5.1.0",
64+
"@types/styled-components": "5.1.26",
6565
"@types/webpack": "4.41.10",
6666
"@types/webpack-dev-server": "3.11.4",
6767
"@typescript-eslint/eslint-plugin": "2.34.0",

yarn.lock

+77-39
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,6 @@
245245
lodash "^4.17.13"
246246
source-map "^0.5.0"
247247

248-
"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.8.3":
249-
version "7.8.3"
250-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
251-
integrity sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw==
252-
dependencies:
253-
"@babel/types" "^7.8.3"
254-
255248
"@babel/helper-annotate-as-pure@^7.14.5":
256249
version "7.14.5"
257250
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -266,6 +259,20 @@
266259
dependencies:
267260
"@babel/types" "^7.16.0"
268261

262+
"@babel/helper-annotate-as-pure@^7.18.6":
263+
version "7.18.6"
264+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
265+
integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==
266+
dependencies:
267+
"@babel/types" "^7.18.6"
268+
269+
"@babel/helper-annotate-as-pure@^7.8.3":
270+
version "7.8.3"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
272+
integrity sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw==
273+
dependencies:
274+
"@babel/types" "^7.8.3"
275+
269276
"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
270277
version "7.14.5"
271278
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz#b939b43f8c37765443a19ae74ad8b15978e0a191"
@@ -511,6 +518,13 @@
511518
dependencies:
512519
"@babel/types" "^7.16.0"
513520

521+
"@babel/helper-module-imports@^7.21.4":
522+
version "7.21.4"
523+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af"
524+
integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==
525+
dependencies:
526+
"@babel/types" "^7.21.4"
527+
514528
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.16.0":
515529
version "7.16.0"
516530
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz#1c82a8dd4cb34577502ebd2909699b194c3e9bb5"
@@ -700,6 +714,11 @@
700714
dependencies:
701715
"@babel/types" "^7.8.3"
702716

717+
"@babel/helper-string-parser@^7.21.5":
718+
version "7.21.5"
719+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
720+
integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
721+
703722
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11":
704723
version "7.12.11"
705724
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
@@ -715,6 +734,11 @@
715734
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
716735
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
717736

737+
"@babel/helper-validator-identifier@^7.19.1":
738+
version "7.19.1"
739+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
740+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
741+
718742
"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
719743
version "7.9.5"
720744
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -2362,6 +2386,15 @@
23622386
"@babel/helper-validator-identifier" "^7.14.5"
23632387
to-fast-properties "^2.0.0"
23642388

2389+
"@babel/types@^7.18.6", "@babel/types@^7.21.4":
2390+
version "7.22.3"
2391+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.3.tgz#0cc6af178b91490acaeb4a2f70dcbf27cdf3d8f3"
2392+
integrity sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg==
2393+
dependencies:
2394+
"@babel/helper-string-parser" "^7.21.5"
2395+
"@babel/helper-validator-identifier" "^7.19.1"
2396+
to-fast-properties "^2.0.0"
2397+
23652398
"@babel/types@^7.3.3":
23662399
version "7.12.12"
23672400
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
@@ -2440,18 +2473,30 @@
24402473
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
24412474
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==
24422475

2443-
"@emotion/[email protected]", "@emotion/is-prop-valid@^0.8.6", "@emotion/is-prop-valid@^0.8.8":
2476+
"@emotion/[email protected]", "@emotion/is-prop-valid@^0.8.6":
24442477
version "0.8.8"
24452478
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
24462479
integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
24472480
dependencies:
24482481
"@emotion/memoize" "0.7.4"
24492482

2483+
"@emotion/is-prop-valid@^1.1.0":
2484+
version "1.2.1"
2485+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc"
2486+
integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==
2487+
dependencies:
2488+
"@emotion/memoize" "^0.8.1"
2489+
24502490
"@emotion/[email protected]":
24512491
version "0.7.4"
24522492
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
24532493
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
24542494

2495+
"@emotion/memoize@^0.8.1":
2496+
version "0.8.1"
2497+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
2498+
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
2499+
24552500
"@emotion/serialize@^0.11.15", "@emotion/serialize@^0.11.16":
24562501
version "0.11.16"
24572502
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.16.tgz#dee05f9e96ad2fb25a5206b6d759b2d1ed3379ad"
@@ -4581,13 +4626,6 @@
45814626
dependencies:
45824627
"@types/react" "*"
45834628

4584-
"@types/react-native@*":
4585-
version "0.62.2"
4586-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.62.2.tgz#f3e150f308c27089cefbcbfa3eb6cc14db279b2f"
4587-
integrity sha512-oIUIbqZNN9vRnGKWHYbTVp/GyTqdaM5mfy1s4zsi6BYvHAaFOPZ32IrhIHno/A5XOv4wuGfE7g5fliDk/H0+/Q==
4588-
dependencies:
4589-
"@types/react" "*"
4590-
45914629
45924630
version "5.1.7"
45934631
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.7.tgz#a126d9ea76079ffbbdb0d9225073eb5797ab7271"
@@ -4661,15 +4699,14 @@
46614699
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
46624700
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
46634701

4664-
"@types/[email protected].0":
4665-
version "5.1.0"
4666-
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.0.tgz#24d3412ba5395aa06e14fbc93c52f9454cebd0d6"
4667-
integrity sha512-ZFlLCuwF5r+4Vb7JUmd+Yr2S0UBdBGmI7ctFTgJMypIp3xOHI4LCFVn2dKMvpk6xDB2hLRykrEWMBwJEpUAUIQ==
4702+
"@types/[email protected].26":
4703+
version "5.1.26"
4704+
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.26.tgz#5627e6812ee96d755028a98dae61d28e57c233af"
4705+
integrity sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==
46684706
dependencies:
46694707
"@types/hoist-non-react-statics" "*"
46704708
"@types/react" "*"
4671-
"@types/react-native" "*"
4672-
csstype "^2.2.0"
4709+
csstype "^3.0.2"
46734710

46744711
"@types/tapable@*", "@types/tapable@^1.0.5":
46754712
version "1.0.5"
@@ -5920,15 +5957,16 @@ [email protected]:
59205957
resolved "https://registry.yarnpkg.com/babel-plugin-react-remove-properties/-/babel-plugin-react-remove-properties-0.3.0.tgz#7b623fb3c424b6efb4edc9b1ae4cc50e7154b87f"
59215958
integrity sha512-vbxegtXGyVcUkCvayLzftU95vuvpYFV85pRpeMpohMHeEY46Qe0VNWfkVVcCbaZ12CXHzDFOj0esumATcW83ng==
59225959

5923-
"babel-plugin-styled-components@>= 1":
5924-
version "1.10.7"
5925-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.7.tgz#3494e77914e9989b33cc2d7b3b29527a949d635c"
5926-
integrity sha512-MBMHGcIA22996n9hZRf/UJLVVgkEOITuR2SvjHLb5dSTUyR4ZRGn+ngITapes36FI3WLxZHfRhkA1ffHxihOrg==
5960+
"babel-plugin-styled-components@>= 1.12.0":
5961+
version "2.1.3"
5962+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.3.tgz#f5616bee99efca6685e500fe45db87f26cb42ba7"
5963+
integrity sha512-jBioLwBVHpOMU4NsueH/ADcHrjS0Y/WTpt2eGVmmuSFNEv2DF3XhcMncuZlbbjxQ4vzxg+yEr6E6TNjrIQbsJQ==
59275964
dependencies:
5928-
"@babel/helper-annotate-as-pure" "^7.0.0"
5929-
"@babel/helper-module-imports" "^7.0.0"
5965+
"@babel/helper-annotate-as-pure" "^7.18.6"
5966+
"@babel/helper-module-imports" "^7.21.4"
59305967
babel-plugin-syntax-jsx "^6.18.0"
5931-
lodash "^4.17.11"
5968+
lodash "^4.17.21"
5969+
picomatch "^2.3.1"
59325970

59335971
babel-plugin-syntax-jsx@^6.18.0:
59345972
version "6.18.0"
@@ -7481,11 +7519,6 @@ cssstyle@^2.0.0:
74817519
dependencies:
74827520
cssom "~0.3.6"
74837521

7484-
csstype@^2.2.0:
7485-
version "2.6.10"
7486-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
7487-
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
7488-
74897522
csstype@^2.5.7:
74907523
version "2.6.19"
74917524
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.19.tgz#feeb5aae89020bb389e1f63669a5ed490e391caa"
@@ -13782,6 +13815,11 @@ picomatch@^2.3.0:
1378213815
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
1378313816
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
1378413817

13818+
picomatch@^2.3.1:
13819+
version "2.3.1"
13820+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
13821+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
13822+
1378513823
pify@^2.0.0:
1378613824
version "2.3.0"
1378713825
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -16650,17 +16688,17 @@ [email protected], style-to-object@^0.3.0:
1665016688
dependencies:
1665116689
inline-style-parser "0.1.1"
1665216690

16653-
styled-components@5.1.0:
16654-
version "5.1.0"
16655-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.1.0.tgz#2e3985b54f461027e1c91af3229e1c2530872a4e"
16656-
integrity sha512-0Qs2wEkFBXHFlysz6CV831VG6HedcrFUwChjnWylNivsx14MtmqQsohi21rMHZxzuTba063dEyoe/SR6VGJI7Q==
16691+
styled-components@5.3.11:
16692+
version "5.3.11"
16693+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.11.tgz#9fda7bf1108e39bf3f3e612fcc18170dedcd57a8"
16694+
integrity sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==
1665716695
dependencies:
1665816696
"@babel/helper-module-imports" "^7.0.0"
1665916697
"@babel/traverse" "^7.4.5"
16660-
"@emotion/is-prop-valid" "^0.8.8"
16698+
"@emotion/is-prop-valid" "^1.1.0"
1666116699
"@emotion/stylis" "^0.8.4"
1666216700
"@emotion/unitless" "^0.7.4"
16663-
babel-plugin-styled-components ">= 1"
16701+
babel-plugin-styled-components ">= 1.12.0"
1666416702
css-to-react-native "^3.0.0"
1666516703
hoist-non-react-statics "^3.0.0"
1666616704
shallowequal "^1.1.0"

0 commit comments

Comments
 (0)