Skip to content

Commit c7cbfe0

Browse files
fix(deps): update emotion monorepo to v11.10.6
1 parent 95ce0e0 commit c7cbfe0

File tree

2 files changed

+66
-15
lines changed

2 files changed

+66
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"build-storybook": "build-storybook"
1414
},
1515
"dependencies": {
16-
"@emotion/react": "11.10.0",
17-
"@emotion/styled": "11.10.0",
16+
"@emotion/react": "11.10.6",
17+
"@emotion/styled": "11.10.6",
1818
"@mui/icons-material": "5.11.11",
1919
"@mui/material": "5.10.7",
2020
"i18next": "21.9.2",

yarn.lock

Lines changed: 64 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,23 @@
12591259
source-map "^0.5.7"
12601260
stylis "4.0.13"
12611261

1262+
"@emotion/babel-plugin@^11.10.6":
1263+
version "11.10.6"
1264+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.6.tgz#a68ee4b019d661d6f37dec4b8903255766925ead"
1265+
integrity sha512-p2dAqtVrkhSa7xz1u/m9eHYdLi+en8NowrmXeF/dKtJpU8lCWli8RUAati7NcSl0afsBott48pdnANuD0wh9QQ==
1266+
dependencies:
1267+
"@babel/helper-module-imports" "^7.16.7"
1268+
"@babel/runtime" "^7.18.3"
1269+
"@emotion/hash" "^0.9.0"
1270+
"@emotion/memoize" "^0.8.0"
1271+
"@emotion/serialize" "^1.1.1"
1272+
babel-plugin-macros "^3.1.0"
1273+
convert-source-map "^1.5.0"
1274+
escape-string-regexp "^4.0.0"
1275+
find-root "^1.1.0"
1276+
source-map "^0.5.7"
1277+
stylis "4.1.3"
1278+
12621279
"@emotion/cache@^10.0.27":
12631280
version "10.0.29"
12641281
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"
@@ -1280,6 +1297,17 @@
12801297
"@emotion/weak-memoize" "^0.3.0"
12811298
stylis "4.0.13"
12821299

1300+
"@emotion/cache@^11.10.5":
1301+
version "11.10.5"
1302+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.10.5.tgz#c142da9351f94e47527ed458f7bbbbe40bb13c12"
1303+
integrity sha512-dGYHWyzTdmK+f2+EnIGBpkz1lKc4Zbj2KHd4cX3Wi8/OWr5pKslNjc3yABKH4adRGCvSX4VDC0i04mrrq0aiRA==
1304+
dependencies:
1305+
"@emotion/memoize" "^0.8.0"
1306+
"@emotion/sheet" "^1.2.1"
1307+
"@emotion/utils" "^1.2.0"
1308+
"@emotion/weak-memoize" "^0.3.0"
1309+
stylis "4.1.3"
1310+
12831311
"@emotion/core@^10.0.4":
12841312
version "10.3.1"
12851313
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.3.1.tgz#4021b6d8b33b3304d48b0bb478485e7d7421c69d"
@@ -1328,15 +1356,16 @@
13281356
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae70b08ed510e1b18980f"
13291357
integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==
13301358

1331-
"@emotion/react@11.10.0":
1332-
version "11.10.0"
1333-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.0.tgz#53c577f063f26493f68a05188fb87528d912ff2e"
1334-
integrity sha512-K6z9zlHxxBXwN8TcpwBKcEsBsOw4JWCCmR+BeeOWgqp8GIU1yA2Odd41bwdAAr0ssbQrbJbVnndvv7oiv1bZeQ==
1359+
"@emotion/react@11.10.6":
1360+
version "11.10.6"
1361+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.6.tgz#dbe5e650ab0f3b1d2e592e6ab1e006e75fd9ac11"
1362+
integrity sha512-6HT8jBmcSkfzO7mc+N1L9uwvOnlcGoix8Zn7srt+9ga0MjREo6lRpuVX0kzo6Jp6oTqDhREOFsygN6Ew4fEQbw==
13351363
dependencies:
13361364
"@babel/runtime" "^7.18.3"
1337-
"@emotion/babel-plugin" "^11.10.0"
1338-
"@emotion/cache" "^11.10.0"
1339-
"@emotion/serialize" "^1.1.0"
1365+
"@emotion/babel-plugin" "^11.10.6"
1366+
"@emotion/cache" "^11.10.5"
1367+
"@emotion/serialize" "^1.1.1"
1368+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
13401369
"@emotion/utils" "^1.2.0"
13411370
"@emotion/weak-memoize" "^0.3.0"
13421371
hoist-non-react-statics "^3.3.1"
@@ -1377,6 +1406,17 @@
13771406
"@emotion/utils" "^1.2.0"
13781407
csstype "^3.0.2"
13791408

1409+
"@emotion/serialize@^1.1.1":
1410+
version "1.1.1"
1411+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.1.tgz#0595701b1902feded8a96d293b26be3f5c1a5cf0"
1412+
integrity sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==
1413+
dependencies:
1414+
"@emotion/hash" "^0.9.0"
1415+
"@emotion/memoize" "^0.8.0"
1416+
"@emotion/unitless" "^0.8.0"
1417+
"@emotion/utils" "^1.2.0"
1418+
csstype "^3.0.2"
1419+
13801420
"@emotion/sheet@0.9.4":
13811421
version "0.9.4"
13821422
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5"
@@ -1387,15 +1427,21 @@
13871427
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.0.tgz#771b1987855839e214fc1741bde43089397f7be5"
13881428
integrity sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w==
13891429

1390-
"@emotion/styled@11.10.0":
1391-
version "11.10.0"
1392-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.0.tgz#c19484dab4206ae46727c07efb4316423dd21312"
1393-
integrity sha512-V9oaEH6V4KePeQpgUE83i8ht+4Ri3E8Djp/ZPJ4DQlqWhSKITvgzlR3/YQE2hdfP4Jw3qVRkANJz01LLqK9/TA==
1430+
"@emotion/sheet@^1.2.1":
1431+
version "1.2.1"
1432+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.1.tgz#0767e0305230e894897cadb6c8df2c51e61a6c2c"
1433+
integrity sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==
1434+
1435+
"@emotion/styled@11.10.6":
1436+
version "11.10.6"
1437+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.6.tgz#d886afdc51ef4d66c787ebde848f3cc8b117ebba"
1438+
integrity sha512-OXtBzOmDSJo5Q0AFemHCfl+bUueT8BIcPSxu0EGTpGk6DmI5dnhSzQANm1e1ze0YZL7TDyAyy6s/b/zmGOS3Og==
13941439
dependencies:
13951440
"@babel/runtime" "^7.18.3"
1396-
"@emotion/babel-plugin" "^11.10.0"
1441+
"@emotion/babel-plugin" "^11.10.6"
13971442
"@emotion/is-prop-valid" "^1.2.0"
1398-
"@emotion/serialize" "^1.1.0"
1443+
"@emotion/serialize" "^1.1.1"
1444+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
13991445
"@emotion/utils" "^1.2.0"
14001446

14011447
"@emotion/styled@^11.3.0":
@@ -10986,6 +11032,11 @@ stylis@4.0.13:
1098611032
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91"
1098711033
integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag==
1098811034

11035+
stylis@4.1.3:
11036+
version "4.1.3"
11037+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.1.3.tgz#fd2fbe79f5fed17c55269e16ed8da14c84d069f7"
11038+
integrity sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==
11039+
1098911040
supports-color@^5.3.0:
1099011041
version "5.5.0"
1099111042
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"

0 commit comments

Comments
 (0)