Skip to content

Commit bb54942

Browse files
fix(deps): update dependency @emotion/react to v11.9.3
1 parent d0ea8ff commit bb54942

File tree

2 files changed

+70
-2
lines changed

2 files changed

+70
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepare": "husky install"
2323
},
2424
"dependencies": {
25-
"@emotion/react": "11.4.1",
25+
"@emotion/react": "11.9.3",
2626
"@mdx-js/mdx": "1.6.22",
2727
"@mdx-js/react": "1.6.22",
2828
"@svgr/webpack": "5.5.0",

yarn.lock

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,24 @@
12441244
source-map "^0.5.7"
12451245
stylis "^4.0.3"
12461246

1247+
"@emotion/babel-plugin@^11.7.1":
1248+
version "11.9.2"
1249+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.9.2.tgz#723b6d394c89fb2ef782229d92ba95a740576e95"
1250+
integrity sha512-Pr/7HGH6H6yKgnVFNEj2MVlreu3ADqftqjqwUvDy/OJzKFgxKeTQ+eeUf20FOTuHVkDON2iNa25rAXVYtWJCjw==
1251+
dependencies:
1252+
"@babel/helper-module-imports" "^7.12.13"
1253+
"@babel/plugin-syntax-jsx" "^7.12.13"
1254+
"@babel/runtime" "^7.13.10"
1255+
"@emotion/hash" "^0.8.0"
1256+
"@emotion/memoize" "^0.7.5"
1257+
"@emotion/serialize" "^1.0.2"
1258+
babel-plugin-macros "^2.6.1"
1259+
convert-source-map "^1.5.0"
1260+
escape-string-regexp "^4.0.0"
1261+
find-root "^1.1.0"
1262+
source-map "^0.5.7"
1263+
stylis "4.0.13"
1264+
12471265
"@emotion/cache@^11.4.0":
12481266
version "11.4.0"
12491267
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.4.0.tgz#293fc9d9a7a38b9aad8e9337e5014366c3b09ac0"
@@ -1255,6 +1273,17 @@
12551273
"@emotion/weak-memoize" "^0.2.5"
12561274
stylis "^4.0.3"
12571275

1276+
"@emotion/cache@^11.9.3":
1277+
version "11.9.3"
1278+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.9.3.tgz#96638449f6929fd18062cfe04d79b29b44c0d6cb"
1279+
integrity sha512-0dgkI/JKlCXa+lEXviaMtGBL0ynpx4osh7rjOXE71q9bIF8G+XhJgvi+wDu0B0IdCVx37BffiwXlN9I3UuzFvg==
1280+
dependencies:
1281+
"@emotion/memoize" "^0.7.4"
1282+
"@emotion/sheet" "^1.1.1"
1283+
"@emotion/utils" "^1.0.0"
1284+
"@emotion/weak-memoize" "^0.2.5"
1285+
stylis "4.0.13"
1286+
12581287
"@emotion/hash@^0.8.0":
12591288
version "0.8.0"
12601289
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
@@ -1284,7 +1313,20 @@
12841313
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
12851314
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
12861315

1287-
"@emotion/[email protected]", "@emotion/react@^11.1.1":
1316+
"@emotion/[email protected]":
1317+
version "11.9.3"
1318+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.9.3.tgz#f4f4f34444f6654a2e550f5dab4f2d360c101df9"
1319+
integrity sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ==
1320+
dependencies:
1321+
"@babel/runtime" "^7.13.10"
1322+
"@emotion/babel-plugin" "^11.7.1"
1323+
"@emotion/cache" "^11.9.3"
1324+
"@emotion/serialize" "^1.0.4"
1325+
"@emotion/utils" "^1.1.0"
1326+
"@emotion/weak-memoize" "^0.2.5"
1327+
hoist-non-react-statics "^3.3.1"
1328+
1329+
"@emotion/react@^11.1.1":
12881330
version "11.4.1"
12891331
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.4.1.tgz#a1b0b767b5bad57515ffb0cad9349614d27f4d57"
12901332
integrity sha512-pRegcsuGYj4FCdZN6j5vqCALkNytdrKw3TZMekTzNXixRg4wkLsU5QEaBG5LC6l01Vppxlp7FE3aTHpIG5phLg==
@@ -1308,11 +1350,27 @@
13081350
"@emotion/utils" "^1.0.0"
13091351
csstype "^3.0.2"
13101352

1353+
"@emotion/serialize@^1.0.4":
1354+
version "1.0.4"
1355+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.4.tgz#ff31fd11bb07999611199c2229e152faadc21a3c"
1356+
integrity sha512-1JHamSpH8PIfFwAMryO2bNka+y8+KA5yga5Ocf2d7ZEiJjb7xlLW7aknBGZqJLajuLOvJ+72vN+IBSwPlXD1Pg==
1357+
dependencies:
1358+
"@emotion/hash" "^0.8.0"
1359+
"@emotion/memoize" "^0.7.4"
1360+
"@emotion/unitless" "^0.7.5"
1361+
"@emotion/utils" "^1.0.0"
1362+
csstype "^3.0.2"
1363+
13111364
"@emotion/sheet@^1.0.0", "@emotion/sheet@^1.0.2":
13121365
version "1.0.2"
13131366
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.2.tgz#1d9ffde531714ba28e62dac6a996a8b1089719d0"
13141367
integrity sha512-QQPB1B70JEVUHuNtzjHftMGv6eC3Y9wqavyarj4x4lg47RACkeSfNo5pxIOKizwS9AEFLohsqoaxGQj4p0vSIw==
13151368

1369+
"@emotion/sheet@^1.1.1":
1370+
version "1.1.1"
1371+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.1.tgz#015756e2a9a3c7c5f11d8ec22966a8dbfbfac787"
1372+
integrity sha512-J3YPccVRMiTZxYAY0IOq3kd+hUP8idY8Kz6B/Cyo+JuXq52Ek+zbPbSQUrVQp95aJ+lsAW7DPL1P2Z+U1jGkKA==
1373+
13161374
"@emotion/styled@^11.0.0":
13171375
version "11.3.0"
13181376
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.3.0.tgz#d63ee00537dfb6ff612e31b0e915c5cf9925a207"
@@ -1334,6 +1392,11 @@
13341392
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.0.0.tgz#abe06a83160b10570816c913990245813a2fd6af"
13351393
integrity sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==
13361394

1395+
"@emotion/utils@^1.1.0":
1396+
version "1.1.0"
1397+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.1.0.tgz#86b0b297f3f1a0f2bdb08eeac9a2f49afd40d0cf"
1398+
integrity sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ==
1399+
13371400
"@emotion/weak-memoize@^0.2.5":
13381401
version "0.2.5"
13391402
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
@@ -12963,6 +13026,11 @@ stylehacks@^5.0.1:
1296313026
browserslist "^4.16.0"
1296413027
postcss-selector-parser "^6.0.4"
1296513028

13029+
13030+
version "4.0.13"
13031+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91"
13032+
integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag==
13033+
1296613034
stylis@^4.0.3, stylis@^4.0.6:
1296713035
version "4.0.10"
1296813036
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240"

0 commit comments

Comments
 (0)