Skip to content

Commit 7830118

Browse files
committed
Update dependency @emotion/react to v11.8.0
1 parent 646394a commit 7830118

2 files changed

Lines changed: 44 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@babel/core": "7.14.8",
18-
"@emotion/react": "11.4.1",
18+
"@emotion/react": "11.8.0",
1919
"@reach/router": "1.3.4",
2020
"core-js": "3.20.3",
2121
"dayjs": "1.10.7",

yarn.lock

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,24 @@
11481148
source-map "^0.5.7"
11491149
stylis "^4.0.3"
11501150

1151+
"@emotion/babel-plugin@^11.7.1":
1152+
version "11.7.2"
1153+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.7.2.tgz#fec75f38a6ab5b304b0601c74e2a5e77c95e5fa0"
1154+
integrity sha512-6mGSCWi9UzXut/ZAN6lGFu33wGR3SJisNl3c0tvlmb8XChH1b2SUvxvnOh7hvLpqyRdHHU9AiazV3Cwbk5SXKQ==
1155+
dependencies:
1156+
"@babel/helper-module-imports" "^7.12.13"
1157+
"@babel/plugin-syntax-jsx" "^7.12.13"
1158+
"@babel/runtime" "^7.13.10"
1159+
"@emotion/hash" "^0.8.0"
1160+
"@emotion/memoize" "^0.7.5"
1161+
"@emotion/serialize" "^1.0.2"
1162+
babel-plugin-macros "^2.6.1"
1163+
convert-source-map "^1.5.0"
1164+
escape-string-regexp "^4.0.0"
1165+
find-root "^1.1.0"
1166+
source-map "^0.5.7"
1167+
stylis "4.0.13"
1168+
11511169
"@emotion/babel-preset-css-prop@^11.2.0":
11521170
version "11.2.0"
11531171
resolved "https://registry.yarnpkg.com/@emotion/babel-preset-css-prop/-/babel-preset-css-prop-11.2.0.tgz#c7e945f56b2610b438f0dc8ae5253fc55488de0e"
@@ -1158,16 +1176,16 @@
11581176
"@emotion/babel-plugin" "^11.2.0"
11591177
"@emotion/babel-plugin-jsx-pragmatic" "^0.1.5"
11601178

1161-
"@emotion/cache@^11.4.0":
1162-
version "11.6.0"
1163-
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.6.0.tgz#65fbdbbe4382f1991d8b20853c38e63ecccec9a1"
1164-
integrity sha512-ElbsWY1KMwEowkv42vGo0UPuLgtPYfIs9BxxVrmvsaJVvktknsHYYlx5NQ5g6zLDcOTyamlDc7FkRg2TAcQDKQ==
1179+
"@emotion/cache@^11.7.1":
1180+
version "11.7.1"
1181+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.7.1.tgz#08d080e396a42e0037848214e8aa7bf879065539"
1182+
integrity sha512-r65Zy4Iljb8oyjtLeCuBH8Qjiy107dOYC6SJq7g7GV5UCQWMObY4SJDPGFjiiVpPrOJ2hmJOoBiYTC7hwx9E2A==
11651183
dependencies:
11661184
"@emotion/memoize" "^0.7.4"
11671185
"@emotion/sheet" "^1.1.0"
11681186
"@emotion/utils" "^1.0.0"
11691187
"@emotion/weak-memoize" "^0.2.5"
1170-
stylis "^4.0.10"
1188+
stylis "4.0.13"
11711189

11721190
"@emotion/hash@^0.8.0":
11731191
version "0.8.0"
@@ -1179,16 +1197,17 @@
11791197
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
11801198
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
11811199

1182-
"@emotion/react@11.4.1":
1183-
version "11.4.1"
1184-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.4.1.tgz#a1b0b767b5bad57515ffb0cad9349614d27f4d57"
1185-
integrity sha512-pRegcsuGYj4FCdZN6j5vqCALkNytdrKw3TZMekTzNXixRg4wkLsU5QEaBG5LC6l01Vppxlp7FE3aTHpIG5phLg==
1200+
"@emotion/react@11.8.0":
1201+
version "11.8.0"
1202+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.8.0.tgz#4a48008efa14d7d3628c48fcf287e4df47817b33"
1203+
integrity sha512-q3Cz0LyO/GGhtXW/dvrf+vFA3o6OlyNttQqgI1mNvtQ5zzJ9Bb1aWQqm1uXOHXpNYvyMaQZWC7eI1cemaSyVRw==
11861204
dependencies:
11871205
"@babel/runtime" "^7.13.10"
1188-
"@emotion/cache" "^11.4.0"
1206+
"@emotion/babel-plugin" "^11.7.1"
1207+
"@emotion/cache" "^11.7.1"
11891208
"@emotion/serialize" "^1.0.2"
1190-
"@emotion/sheet" "^1.0.2"
1191-
"@emotion/utils" "^1.0.0"
1209+
"@emotion/sheet" "^1.1.0"
1210+
"@emotion/utils" "^1.1.0"
11921211
"@emotion/weak-memoize" "^0.2.5"
11931212
hoist-non-react-statics "^3.3.1"
11941213

@@ -1203,7 +1222,7 @@
12031222
"@emotion/utils" "^1.0.0"
12041223
csstype "^3.0.2"
12051224

1206-
"@emotion/sheet@^1.0.2", "@emotion/sheet@^1.1.0":
1225+
"@emotion/sheet@^1.1.0":
12071226
version "1.1.0"
12081227
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.0.tgz#56d99c41f0a1cda2726a05aa6a20afd4c63e58d2"
12091228
integrity sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g==
@@ -1218,6 +1237,11 @@
12181237
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.0.0.tgz#abe06a83160b10570816c913990245813a2fd6af"
12191238
integrity sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==
12201239

1240+
"@emotion/utils@^1.1.0":
1241+
version "1.1.0"
1242+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.1.0.tgz#86b0b297f3f1a0f2bdb08eeac9a2f49afd40d0cf"
1243+
integrity sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ==
1244+
12211245
"@emotion/weak-memoize@^0.2.5":
12221246
version "0.2.5"
12231247
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
@@ -13057,7 +13081,12 @@ stylehacks@^5.0.1:
1305713081
browserslist "^4.16.0"
1305813082
postcss-selector-parser "^6.0.4"
1305913083

13060-
stylis@^4.0.10, stylis@^4.0.3:
13084+
stylis@4.0.13:
13085+
version "4.0.13"
13086+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91"
13087+
integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag==
13088+
13089+
stylis@^4.0.3:
1306113090
version "4.0.10"
1306213091
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240"
1306313092
integrity sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg==

0 commit comments

Comments
 (0)