Skip to content

Commit 7981886

Browse files
committed
upgrade packages in resolutions config
1 parent 846a23a commit 7981886

2 files changed

Lines changed: 23 additions & 9 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
"react": ">=16"
179179
},
180180
"resolutions": {
181-
"**/@types/react": "^17.0.85",
182-
"node-sass-package-importer/**/postcss": "^8.4.49",
181+
"**/@types/react": "^17.0.90",
182+
"node-sass-package-importer/**/postcss": "^8.5.6",
183183
"string-width": "^4.2.3",
184184
"wrap-ansi": "^7.0.0",
185185
"hast-util-from-parse5": "8.0.0"

yarn.lock

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3915,14 +3915,14 @@
39153915
dependencies:
39163916
"@types/react" "*"
39173917

3918-
"@types/react@*", "@types/react@^17.0.85":
3919-
version "17.0.85"
3920-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.85.tgz#1f1abf89083e731d82469a3a59ec57ea93cc476b"
3921-
integrity sha512-5oBDUsRDsrYq4DdyHaL99gE1AJCfuDhyxqF6/55fvvOIRkp1PpKuwJ+aMiGJR+GJt7YqMNclPROTHF20vY2cXA==
3918+
"@types/react@*", "@types/react@^17.0.90":
3919+
version "17.0.90"
3920+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.90.tgz#38b72ea265c7ea369cf2998b406f850f6f665825"
3921+
integrity sha512-P9beVR/x06U9rCJzSxtENnOr4BrbJ6VrsrDTc+73TtHv9XHhryXKbjGRB+6oooB2r0G/pQkD/S4dHo/7jUfwFw==
39223922
dependencies:
39233923
"@types/prop-types" "*"
39243924
"@types/scheduler" "^0.16"
3925-
csstype "^3.0.2"
3925+
csstype "^3.2.2"
39263926

39273927
"@types/resolve@^1.20.2":
39283928
version "1.20.6"
@@ -5553,6 +5553,11 @@ csstype@^3.0.2:
55535553
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
55545554
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
55555555

5556+
csstype@^3.2.2:
5557+
version "3.2.3"
5558+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
5559+
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
5560+
55565561
"d3-color@1 - 3":
55575562
version "3.1.0"
55585563
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.1.0.tgz#395b2833dfac71507f12ac2f7af23bf819de24e2"
@@ -9441,7 +9446,7 @@ n3@^1.25.1:
94419446
buffer "^6.0.3"
94429447
readable-stream "^4.0.0"
94439448

9444-
nanoid@^3.3.8:
9449+
nanoid@^3.3.11, nanoid@^3.3.8:
94459450
version "3.3.11"
94469451
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
94479452
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
@@ -10120,7 +10125,16 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
1012010125
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
1012110126
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
1012210127

10123-
postcss@^6.0.14, postcss@^8.2.7, postcss@^8.4.32, postcss@^8.4.33, postcss@^8.4.49, postcss@^8.5.3:
10128+
postcss@^6.0.14, postcss@^8.2.7, postcss@^8.5.6:
10129+
version "8.5.6"
10130+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
10131+
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
10132+
dependencies:
10133+
nanoid "^3.3.11"
10134+
picocolors "^1.1.1"
10135+
source-map-js "^1.2.1"
10136+
10137+
postcss@^8.4.32, postcss@^8.4.33, postcss@^8.5.3:
1012410138
version "8.5.3"
1012510139
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
1012610140
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==

0 commit comments

Comments
 (0)