Skip to content

Commit 54a2e09

Browse files
Update emotion monorepo to v11.10.5
1 parent 456c417 commit 54a2e09

File tree

2 files changed

+67
-15
lines changed

2 files changed

+67
-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.5",
17+
"@emotion/styled": "11.10.5",
1818
"@mui/material": "5.10.7",
1919
"i18next": "21.9.2",
2020
"next": "12.3.1",

yarn.lock

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

1255+
"@emotion/babel-plugin@^11.10.5":
1256+
version "11.10.5"
1257+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.5.tgz#65fa6e1790ddc9e23cc22658a4c5dea423c55c3c"
1258+
integrity sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==
1259+
dependencies:
1260+
"@babel/helper-module-imports" "^7.16.7"
1261+
"@babel/plugin-syntax-jsx" "^7.17.12"
1262+
"@babel/runtime" "^7.18.3"
1263+
"@emotion/hash" "^0.9.0"
1264+
"@emotion/memoize" "^0.8.0"
1265+
"@emotion/serialize" "^1.1.1"
1266+
babel-plugin-macros "^3.1.0"
1267+
convert-source-map "^1.5.0"
1268+
escape-string-regexp "^4.0.0"
1269+
find-root "^1.1.0"
1270+
source-map "^0.5.7"
1271+
stylis "4.1.3"
1272+
12551273
"@emotion/cache@^10.0.27":
12561274
version "10.0.29"
12571275
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"
@@ -1273,6 +1291,17 @@
12731291
"@emotion/weak-memoize" "^0.3.0"
12741292
stylis "4.0.13"
12751293

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

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==
1353+
"@emotion/[email protected].5":
1354+
version "11.10.5"
1355+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.5.tgz#95fff612a5de1efa9c0d535384d3cfa115fe175d"
1356+
integrity sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==
13281357
dependencies:
13291358
"@babel/runtime" "^7.18.3"
1330-
"@emotion/babel-plugin" "^11.10.0"
1331-
"@emotion/cache" "^11.10.0"
1332-
"@emotion/serialize" "^1.1.0"
1359+
"@emotion/babel-plugin" "^11.10.5"
1360+
"@emotion/cache" "^11.10.5"
1361+
"@emotion/serialize" "^1.1.1"
1362+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
13331363
"@emotion/utils" "^1.2.0"
13341364
"@emotion/weak-memoize" "^0.3.0"
13351365
hoist-non-react-statics "^3.3.1"
@@ -1370,6 +1400,17 @@
13701400
"@emotion/utils" "^1.2.0"
13711401
csstype "^3.0.2"
13721402

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

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==
1424+
"@emotion/sheet@^1.2.1":
1425+
version "1.2.1"
1426+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.1.tgz#0767e0305230e894897cadb6c8df2c51e61a6c2c"
1427+
integrity sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==
1428+
1429+
"@emotion/[email protected]":
1430+
version "11.10.5"
1431+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.5.tgz#1fe7bf941b0909802cb826457e362444e7e96a79"
1432+
integrity sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==
13871433
dependencies:
13881434
"@babel/runtime" "^7.18.3"
1389-
"@emotion/babel-plugin" "^11.10.0"
1435+
"@emotion/babel-plugin" "^11.10.5"
13901436
"@emotion/is-prop-valid" "^1.2.0"
1391-
"@emotion/serialize" "^1.1.0"
1437+
"@emotion/serialize" "^1.1.1"
1438+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
13921439
"@emotion/utils" "^1.2.0"
13931440

13941441
"@emotion/styled@^11.3.0":
@@ -10956,6 +11003,11 @@ [email protected]:
1095611003
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91"
1095711004
integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag==
1095811005

11006+
11007+
version "4.1.3"
11008+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.1.3.tgz#fd2fbe79f5fed17c55269e16ed8da14c84d069f7"
11009+
integrity sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==
11010+
1095911011
supports-color@^5.3.0:
1096011012
version "5.5.0"
1096111013
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"

0 commit comments

Comments
 (0)