Skip to content

Commit 174f8ea

Browse files
fix(deps): update emotion monorepo to v11.10.6
1 parent c705430 commit 174f8ea

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/material": "5.10.7",
1919
"i18next": "21.9.2",
2020
"next": "12.3.1",

yarn.lock

Lines changed: 64 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,23 @@
12521252
source-map "^0.5.7"
12531253
stylis "4.0.13"
12541254

1255+
"@emotion/babel-plugin@^11.10.6":
1256+
version "11.10.6"
1257+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.6.tgz#a68ee4b019d661d6f37dec4b8903255766925ead"
1258+
integrity sha512-p2dAqtVrkhSa7xz1u/m9eHYdLi+en8NowrmXeF/dKtJpU8lCWli8RUAati7NcSl0afsBott48pdnANuD0wh9QQ==
1259+
dependencies:
1260+
"@babel/helper-module-imports" "^7.16.7"
1261+
"@babel/runtime" "^7.18.3"
1262+
"@emotion/hash" "^0.9.0"
1263+
"@emotion/memoize" "^0.8.0"
1264+
"@emotion/serialize" "^1.1.1"
1265+
babel-plugin-macros "^3.1.0"
1266+
convert-source-map "^1.5.0"
1267+
escape-string-regexp "^4.0.0"
1268+
find-root "^1.1.0"
1269+
source-map "^0.5.7"
1270+
stylis "4.1.3"
1271+
12551272
"@emotion/cache@^10.0.27":
12561273
version "10.0.29"
12571274
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"
@@ -1273,6 +1290,17 @@
12731290
"@emotion/weak-memoize" "^0.3.0"
12741291
stylis "4.0.13"
12751292

1293+
"@emotion/cache@^11.10.5":
1294+
version "11.10.5"
1295+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.10.5.tgz#c142da9351f94e47527ed458f7bbbbe40bb13c12"
1296+
integrity sha512-dGYHWyzTdmK+f2+EnIGBpkz1lKc4Zbj2KHd4cX3Wi8/OWr5pKslNjc3yABKH4adRGCvSX4VDC0i04mrrq0aiRA==
1297+
dependencies:
1298+
"@emotion/memoize" "^0.8.0"
1299+
"@emotion/sheet" "^1.2.1"
1300+
"@emotion/utils" "^1.2.0"
1301+
"@emotion/weak-memoize" "^0.3.0"
1302+
stylis "4.1.3"
1303+
12761304
"@emotion/core@^10.0.4":
12771305
version "10.3.1"
12781306
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.3.1.tgz#4021b6d8b33b3304d48b0bb478485e7d7421c69d"
@@ -1321,15 +1349,16 @@
13211349
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae70b08ed510e1b18980f"
13221350
integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==
13231351

1324-
"@emotion/[email protected].0":
1325-
version "11.10.0"
1326-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.0.tgz#53c577f063f26493f68a05188fb87528d912ff2e"
1327-
integrity sha512-K6z9zlHxxBXwN8TcpwBKcEsBsOw4JWCCmR+BeeOWgqp8GIU1yA2Odd41bwdAAr0ssbQrbJbVnndvv7oiv1bZeQ==
1352+
"@emotion/[email protected].6":
1353+
version "11.10.6"
1354+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.6.tgz#dbe5e650ab0f3b1d2e592e6ab1e006e75fd9ac11"
1355+
integrity sha512-6HT8jBmcSkfzO7mc+N1L9uwvOnlcGoix8Zn7srt+9ga0MjREo6lRpuVX0kzo6Jp6oTqDhREOFsygN6Ew4fEQbw==
13281356
dependencies:
13291357
"@babel/runtime" "^7.18.3"
1330-
"@emotion/babel-plugin" "^11.10.0"
1331-
"@emotion/cache" "^11.10.0"
1332-
"@emotion/serialize" "^1.1.0"
1358+
"@emotion/babel-plugin" "^11.10.6"
1359+
"@emotion/cache" "^11.10.5"
1360+
"@emotion/serialize" "^1.1.1"
1361+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
13331362
"@emotion/utils" "^1.2.0"
13341363
"@emotion/weak-memoize" "^0.3.0"
13351364
hoist-non-react-statics "^3.3.1"
@@ -1370,6 +1399,17 @@
13701399
"@emotion/utils" "^1.2.0"
13711400
csstype "^3.0.2"
13721401

1402+
"@emotion/serialize@^1.1.1":
1403+
version "1.1.1"
1404+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.1.tgz#0595701b1902feded8a96d293b26be3f5c1a5cf0"
1405+
integrity sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==
1406+
dependencies:
1407+
"@emotion/hash" "^0.9.0"
1408+
"@emotion/memoize" "^0.8.0"
1409+
"@emotion/unitless" "^0.8.0"
1410+
"@emotion/utils" "^1.2.0"
1411+
csstype "^3.0.2"
1412+
13731413
"@emotion/[email protected]":
13741414
version "0.9.4"
13751415
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5"
@@ -1380,15 +1420,21 @@
13801420
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.0.tgz#771b1987855839e214fc1741bde43089397f7be5"
13811421
integrity sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w==
13821422

1383-
"@emotion/[email protected]":
1384-
version "11.10.0"
1385-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.0.tgz#c19484dab4206ae46727c07efb4316423dd21312"
1386-
integrity sha512-V9oaEH6V4KePeQpgUE83i8ht+4Ri3E8Djp/ZPJ4DQlqWhSKITvgzlR3/YQE2hdfP4Jw3qVRkANJz01LLqK9/TA==
1423+
"@emotion/sheet@^1.2.1":
1424+
version "1.2.1"
1425+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.1.tgz#0767e0305230e894897cadb6c8df2c51e61a6c2c"
1426+
integrity sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==
1427+
1428+
"@emotion/[email protected]":
1429+
version "11.10.6"
1430+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.6.tgz#d886afdc51ef4d66c787ebde848f3cc8b117ebba"
1431+
integrity sha512-OXtBzOmDSJo5Q0AFemHCfl+bUueT8BIcPSxu0EGTpGk6DmI5dnhSzQANm1e1ze0YZL7TDyAyy6s/b/zmGOS3Og==
13871432
dependencies:
13881433
"@babel/runtime" "^7.18.3"
1389-
"@emotion/babel-plugin" "^11.10.0"
1434+
"@emotion/babel-plugin" "^11.10.6"
13901435
"@emotion/is-prop-valid" "^1.2.0"
1391-
"@emotion/serialize" "^1.1.0"
1436+
"@emotion/serialize" "^1.1.1"
1437+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
13921438
"@emotion/utils" "^1.2.0"
13931439

13941440
"@emotion/styled@^11.3.0":
@@ -10967,6 +11013,11 @@ [email protected]:
1096711013
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91"
1096811014
integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag==
1096911015

11016+
11017+
version "4.1.3"
11018+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.1.3.tgz#fd2fbe79f5fed17c55269e16ed8da14c84d069f7"
11019+
integrity sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==
11020+
1097011021
supports-color@^5.3.0:
1097111022
version "5.5.0"
1097211023
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"

0 commit comments

Comments
 (0)