Skip to content

Commit 0631006

Browse files
committed
sett styled-components til v6 i resolutions
1 parent 373aaf9 commit 0631006

File tree

2 files changed

+52
-34
lines changed

2 files changed

+52
-34
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
]
7070
},
7171
"resolutions": {
72-
"styled-components": "^5",
72+
"styled-components": "^6",
7373
"browserslist": "^4.16.5",
7474
"ansi-regex": "^5.0.1",
7575
"got": "^11.8.5",

yarn.lock

+51-33
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
dependencies:
213213
"@babel/types" "^7.23.0"
214214

215-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.22.5":
215+
"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.22.5":
216216
version "7.22.15"
217217
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
218218
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
@@ -1085,7 +1085,7 @@
10851085
"@babel/parser" "^7.24.0"
10861086
"@babel/types" "^7.24.0"
10871087

1088-
"@babel/traverse@^7.18.5", "@babel/traverse@^7.24.0", "@babel/traverse@^7.4.5":
1088+
"@babel/traverse@^7.18.5", "@babel/traverse@^7.24.0":
10891089
version "7.24.0"
10901090
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
10911091
integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==
@@ -1179,7 +1179,7 @@
11791179
resolved "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43"
11801180
integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==
11811181

1182-
"@emotion/is-prop-valid@^1.1.0", "@emotion/is-prop-valid@^1.2.1":
1182+
"@emotion/is-prop-valid@1.2.1", "@emotion/is-prop-valid@^1.2.1":
11831183
version "1.2.1"
11841184
resolved "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc"
11851185
integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==
@@ -1221,15 +1221,10 @@
12211221
resolved "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec"
12221222
integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==
12231223

1224-
"@emotion/stylis@^0.8.4":
1225-
version "0.8.5"
1226-
resolved "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
1227-
integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==
1228-
1229-
"@emotion/unitless@^0.7.4":
1230-
version "0.7.5"
1231-
resolved "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
1232-
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
1224+
"@emotion/[email protected]":
1225+
version "0.8.0"
1226+
resolved "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz#a4a36e9cbdc6903737cd20d38033241e1b8833db"
1227+
integrity sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==
12331228

12341229
"@emotion/unitless@^0.8.0", "@emotion/unitless@^0.8.1":
12351230
version "0.8.1"
@@ -2816,6 +2811,11 @@
28162811
"@types/react" "*"
28172812
csstype "^3.0.2"
28182813

2814+
2815+
version "4.2.0"
2816+
resolved "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.0.tgz#199a3f473f0c3a6f6e4e1b17cdbc967f274bdc6b"
2817+
integrity sha512-n4sx2bqL0mW1tvDf/loQ+aMX7GQD3lc3fkCMC55VFNDu/vBOabO+LTIeXKM14xK0ppk5TUGcWRjiSpIlUpghKw==
2818+
28192819
"@types/stylis@^4.0.2":
28202820
version "4.2.4"
28212821
resolved "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.4.tgz#14b61f022e832d87d442ae1795e0f0f0b7daa879"
@@ -3658,7 +3658,7 @@ babel-plugin-polyfill-regenerator@^0.5.5:
36583658
dependencies:
36593659
"@babel/helper-define-polyfill-provider" "^0.5.0"
36603660

3661-
"babel-plugin-styled-components@>= 1.12.0", babel-plugin-styled-components@^2.1.4:
3661+
babel-plugin-styled-components@^2.1.4:
36623662
version "2.1.4"
36633663
resolved "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz#9a1f37c7f32ef927b4b008b529feb4a2c82b1092"
36643664
integrity sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==
@@ -4567,7 +4567,7 @@ css-select@^5.1.0:
45674567
domutils "^3.0.1"
45684568
nth-check "^2.0.1"
45694569

4570-
css-to-react-native@^3.0.0, css-to-react-native@^3.2.0:
4570+
css-to-react-native@3.2.0, css-to-react-native@^3.2.0:
45714571
version "3.2.0"
45724572
resolved "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz#cdd8099f71024e149e4f6fe17a7d46ecd55f1e32"
45734573
integrity sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==
@@ -4691,7 +4691,7 @@ cssstyle@^4.0.1:
46914691
dependencies:
46924692
rrweb-cssom "^0.6.0"
46934693

4694-
csstype@^3.0.2, csstype@^3.1.2:
4694+
csstype@3.1.2, csstype@^3.0.2, csstype@^3.1.2:
46954695
version "3.1.2"
46964696
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b"
46974697
integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==
@@ -6452,7 +6452,7 @@ hmac-drbg@^1.0.1:
64526452
minimalistic-assert "^1.0.0"
64536453
minimalistic-crypto-utils "^1.0.1"
64546454

6455-
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2:
6455+
hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2:
64566456
version "3.3.2"
64576457
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
64586458
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -8429,7 +8429,7 @@ mustache@^4.2.0:
84298429
resolved "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz#e5892324d60a12ec9c2a73359edca52972bf6f64"
84308430
integrity sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==
84318431

8432-
nanoid@^3.3.7:
8432+
nanoid@^3.3.6, nanoid@^3.3.7:
84338433
version "3.3.7"
84348434
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
84358435
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
@@ -9234,6 +9234,15 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^
92349234
resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
92359235
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
92369236

9237+
9238+
version "8.4.31"
9239+
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
9240+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
9241+
dependencies:
9242+
nanoid "^3.3.6"
9243+
picocolors "^1.0.0"
9244+
source-map-js "^1.0.2"
9245+
92379246
postcss@^8.4.31, postcss@^8.4.33:
92389247
version "8.4.35"
92399248
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz#60997775689ce09011edf083a549cea44aabe2f7"
@@ -10145,7 +10154,7 @@ shallow-clone@^3.0.0:
1014510154
dependencies:
1014610155
kind-of "^6.0.2"
1014710156

10148-
shallowequal@^1.1.0:
10157+
shallowequal@1.1.0, shallowequal@^1.1.0:
1014910158
version "1.1.0"
1015010159
resolved "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1015110160
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
@@ -10564,21 +10573,20 @@ [email protected]:
1056410573
dependencies:
1056510574
inline-style-parser "0.1.1"
1056610575

10567-
styled-components@^5:
10568-
version "5.3.11"
10569-
resolved "https://registry.npmjs.org/styled-components/-/styled-components-5.3.11.tgz#9fda7bf1108e39bf3f3e612fcc18170dedcd57a8"
10570-
integrity sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==
10571-
dependencies:
10572-
"@babel/helper-module-imports" "^7.0.0"
10573-
"@babel/traverse" "^7.4.5"
10574-
"@emotion/is-prop-valid" "^1.1.0"
10575-
"@emotion/stylis" "^0.8.4"
10576-
"@emotion/unitless" "^0.7.4"
10577-
babel-plugin-styled-components ">= 1.12.0"
10578-
css-to-react-native "^3.0.0"
10579-
hoist-non-react-statics "^3.0.0"
10580-
shallowequal "^1.1.0"
10581-
supports-color "^5.5.0"
10576+
styled-components@^6:
10577+
version "6.1.8"
10578+
resolved "https://registry.npmjs.org/styled-components/-/styled-components-6.1.8.tgz#c109d36aeea52d8f049e12de2f3be39a6fc86201"
10579+
integrity sha512-PQ6Dn+QxlWyEGCKDS71NGsXoVLKfE1c3vApkvDYS5KAK+V8fNWGhbSUEo9Gg2iaID2tjLXegEW3bZDUGpofRWw==
10580+
dependencies:
10581+
"@emotion/is-prop-valid" "1.2.1"
10582+
"@emotion/unitless" "0.8.0"
10583+
"@types/stylis" "4.2.0"
10584+
css-to-react-native "3.2.0"
10585+
csstype "3.1.2"
10586+
postcss "8.4.31"
10587+
shallowequal "1.1.0"
10588+
stylis "4.3.1"
10589+
tslib "2.5.0"
1058210590

1058310591
styled-components@^6.1.1:
1058410592
version "6.1.1"
@@ -10608,6 +10616,11 @@ [email protected]:
1060810616
resolved "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51"
1060910617
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
1061010618

10619+
10620+
version "4.3.1"
10621+
resolved "https://registry.npmjs.org/stylis/-/stylis-4.3.1.tgz#ed8a9ebf9f76fe1e12d462f5cc3c4c980b23a7eb"
10622+
integrity sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ==
10623+
1061110624
stylis@^4.3.0:
1061210625
version "4.3.0"
1061310626
resolved "https://registry.npmjs.org/stylis/-/stylis-4.3.0.tgz#abe305a669fc3d8777e10eefcfc73ad861c5588c"
@@ -10901,6 +10914,11 @@ tsconfig-paths@^4.2.0:
1090110914
minimist "^1.2.6"
1090210915
strip-bom "^3.0.0"
1090310916

10917+
10918+
version "2.5.0"
10919+
resolved "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
10920+
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
10921+
1090410922
tslib@^1.8.1:
1090510923
version "1.14.1"
1090610924
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)