Skip to content

Commit 6d24013

Browse files
Update emotion monorepo to v11.13.0
1 parent fc4c07b commit 6d24013

File tree

2 files changed

+86
-87
lines changed

2 files changed

+86
-87
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"@chakra-ui/icons": "2.0.10",
1414
"@chakra-ui/react": "2.3.4",
15-
"@emotion/react": "11.10.4",
16-
"@emotion/styled": "11.10.4",
15+
"@emotion/react": "11.13.0",
16+
"@emotion/styled": "11.13.0",
1717
"@urql/devtools": "2.0.3",
1818
"framer-motion": "7.3.5",
1919
"graphql": "16.6.0",

yarn.lock

Lines changed: 84 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
dependencies:
276276
"@babel/helper-plugin-utils" "^7.18.6"
277277

278-
"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.17.12", "@babel/plugin-syntax-jsx@^7.18.6":
278+
"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.18.6":
279279
version "7.18.6"
280280
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0"
281281
integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==
@@ -1235,39 +1235,38 @@
12351235
resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-3.4.1.tgz#75b4c27948c81e88ccd3a8902047bcd797f38d32"
12361236
integrity sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw==
12371237

1238-
"@emotion/babel-plugin@^11.10.0":
1239-
version "11.10.0"
1240-
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.0.tgz#ae545b8faa6b42d3a50ec86b70b758296f3c4467"
1241-
integrity sha512-xVnpDAAbtxL1dsuSelU5A7BnY/lftws0wUexNJZTPsvX/1tM4GZJbclgODhvW4E+NH7E5VFcH0bBn30NvniPJA==
1238+
"@emotion/babel-plugin@^11.12.0":
1239+
version "11.12.0"
1240+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz#7b43debb250c313101b3f885eba634f1d723fcc2"
1241+
integrity sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==
12421242
dependencies:
12431243
"@babel/helper-module-imports" "^7.16.7"
1244-
"@babel/plugin-syntax-jsx" "^7.17.12"
12451244
"@babel/runtime" "^7.18.3"
1246-
"@emotion/hash" "^0.9.0"
1247-
"@emotion/memoize" "^0.8.0"
1248-
"@emotion/serialize" "^1.1.0"
1245+
"@emotion/hash" "^0.9.2"
1246+
"@emotion/memoize" "^0.9.0"
1247+
"@emotion/serialize" "^1.2.0"
12491248
babel-plugin-macros "^3.1.0"
12501249
convert-source-map "^1.5.0"
12511250
escape-string-regexp "^4.0.0"
12521251
find-root "^1.1.0"
12531252
source-map "^0.5.7"
1254-
stylis "4.0.13"
1253+
stylis "4.2.0"
12551254

1256-
"@emotion/cache@^11.10.0":
1257-
version "11.10.1"
1258-
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.10.1.tgz#75a157c2a6bb9220450f73ebef1df2e1467dc65d"
1259-
integrity sha512-uZTj3Yz5D69GE25iFZcIQtibnVCFsc/6+XIozyL3ycgWvEdif2uEw9wlUt6umjLr4Keg9K6xRPHmD8LGi+6p1A==
1255+
"@emotion/cache@^11.13.0":
1256+
version "11.13.0"
1257+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.13.0.tgz#8f51748b8116691dee0408b08ad758b8d246b097"
1258+
integrity sha512-hPV345J/tH0Cwk2wnU/3PBzORQ9HeX+kQSbwI+jslzpRCHE6fSGTohswksA/Ensr8znPzwfzKZCmAM9Lmlhp7g==
12601259
dependencies:
1261-
"@emotion/memoize" "^0.8.0"
1262-
"@emotion/sheet" "^1.2.0"
1263-
"@emotion/utils" "^1.2.0"
1264-
"@emotion/weak-memoize" "^0.3.0"
1265-
stylis "4.0.13"
1260+
"@emotion/memoize" "^0.9.0"
1261+
"@emotion/sheet" "^1.4.0"
1262+
"@emotion/utils" "^1.4.0"
1263+
"@emotion/weak-memoize" "^0.4.0"
1264+
stylis "4.2.0"
12661265

1267-
"@emotion/hash@^0.9.0":
1268-
version "0.9.0"
1269-
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.0.tgz#c5153d50401ee3c027a57a177bc269b16d889cb7"
1270-
integrity sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==
1266+
"@emotion/hash@^0.9.2":
1267+
version "0.9.2"
1268+
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.2.tgz#ff9221b9f58b4dfe61e619a7788734bd63f6898b"
1269+
integrity sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==
12711270

12721271
"@emotion/is-prop-valid@^0.8.2":
12731272
version "0.8.8"
@@ -1276,84 +1275,84 @@
12761275
dependencies:
12771276
"@emotion/memoize" "0.7.4"
12781277

1279-
"@emotion/is-prop-valid@^1.2.0":
1280-
version "1.2.0"
1281-
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz#7f2d35c97891669f7e276eb71c83376a5dc44c83"
1282-
integrity sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==
1278+
"@emotion/is-prop-valid@^1.3.0":
1279+
version "1.3.0"
1280+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.3.0.tgz#bd84ba972195e8a2d42462387581560ef780e4e2"
1281+
integrity sha512-SHetuSLvJDzuNbOdtPVbq6yMMMlLoW5Q94uDqJZqy50gcmAjxFkVqmzqSGEFq9gT2iMuIeKV1PXVWmvUhuZLlQ==
12831282
dependencies:
1284-
"@emotion/memoize" "^0.8.0"
1283+
"@emotion/memoize" "^0.9.0"
12851284

12861285
"@emotion/memoize@0.7.4":
12871286
version "0.7.4"
12881287
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
12891288
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
12901289

1291-
"@emotion/memoize@^0.8.0":
1292-
version "0.8.0"
1293-
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae70b08ed510e1b18980f"
1294-
integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==
1290+
"@emotion/memoize@^0.9.0":
1291+
version "0.9.0"
1292+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.9.0.tgz#745969d649977776b43fc7648c556aaa462b4102"
1293+
integrity sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==
12951294

1296-
"@emotion/react@11.10.4":
1297-
version "11.10.4"
1298-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.4.tgz#9dc6bccbda5d70ff68fdb204746c0e8b13a79199"
1299-
integrity sha512-j0AkMpr6BL8gldJZ6XQsQ8DnS9TxEQu1R+OGmDZiWjBAJtCcbt0tS3I/YffoqHXxH6MjgI7KdMbYKw3MEiU9eA==
1295+
"@emotion/react@11.13.0":
1296+
version "11.13.0"
1297+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.13.0.tgz#a9ebf827b98220255e5760dac89fa2d38ca7b43d"
1298+
integrity sha512-WkL+bw1REC2VNV1goQyfxjx1GYJkcc23CRQkXX+vZNLINyfI7o+uUn/rTGPt/xJ3bJHd5GcljgnxHf4wRw5VWQ==
13001299
dependencies:
13011300
"@babel/runtime" "^7.18.3"
1302-
"@emotion/babel-plugin" "^11.10.0"
1303-
"@emotion/cache" "^11.10.0"
1304-
"@emotion/serialize" "^1.1.0"
1305-
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
1306-
"@emotion/utils" "^1.2.0"
1307-
"@emotion/weak-memoize" "^0.3.0"
1301+
"@emotion/babel-plugin" "^11.12.0"
1302+
"@emotion/cache" "^11.13.0"
1303+
"@emotion/serialize" "^1.3.0"
1304+
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
1305+
"@emotion/utils" "^1.4.0"
1306+
"@emotion/weak-memoize" "^0.4.0"
13081307
hoist-non-react-statics "^3.3.1"
13091308

1310-
"@emotion/serialize@^1.1.0":
1311-
version "1.1.0"
1312-
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.0.tgz#b1f97b1011b09346a40e9796c37a3397b4ea8ea8"
1313-
integrity sha512-F1ZZZW51T/fx+wKbVlwsfchr5q97iW8brAnXmsskz4d0hVB4O3M/SiA3SaeH06x02lSNzkkQv+n3AX3kCXKSFA==
1309+
"@emotion/serialize@^1.2.0", "@emotion/serialize@^1.3.0":
1310+
version "1.3.0"
1311+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.0.tgz#e07cadfc967a4e7816e0c3ffaff4c6ce05cb598d"
1312+
integrity sha512-jACuBa9SlYajnpIVXB+XOXnfJHyckDfe6fOpORIM6yhBDlqGuExvDdZYHDQGoDf3bZXGv7tNr+LpLjJqiEQ6EA==
13141313
dependencies:
1315-
"@emotion/hash" "^0.9.0"
1316-
"@emotion/memoize" "^0.8.0"
1317-
"@emotion/unitless" "^0.8.0"
1318-
"@emotion/utils" "^1.2.0"
1314+
"@emotion/hash" "^0.9.2"
1315+
"@emotion/memoize" "^0.9.0"
1316+
"@emotion/unitless" "^0.9.0"
1317+
"@emotion/utils" "^1.4.0"
13191318
csstype "^3.0.2"
13201319

1321-
"@emotion/sheet@^1.2.0":
1322-
version "1.2.0"
1323-
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.0.tgz#771b1987855839e214fc1741bde43089397f7be5"
1324-
integrity sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w==
1320+
"@emotion/sheet@^1.4.0":
1321+
version "1.4.0"
1322+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.4.0.tgz#c9299c34d248bc26e82563735f78953d2efca83c"
1323+
integrity sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==
13251324

1326-
"@emotion/styled@11.10.4":
1327-
version "11.10.4"
1328-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.4.tgz#e93f84a4d54003c2acbde178c3f97b421fce1cd4"
1329-
integrity sha512-pRl4R8Ez3UXvOPfc2bzIoV8u9P97UedgHS4FPX594ntwEuAMA114wlaHvOK24HB48uqfXiGlYIZYCxVJ1R1ttQ==
1325+
"@emotion/styled@11.13.0":
1326+
version "11.13.0"
1327+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.13.0.tgz#633fd700db701472c7a5dbef54d6f9834e9fb190"
1328+
integrity sha512-tkzkY7nQhW/zC4hztlwucpT8QEZ6eUzpXDRhww/Eej4tFfO0FxQYWRyg/c5CCXa4d/f174kqeXYjuQRnhzf6dA==
13301329
dependencies:
13311330
"@babel/runtime" "^7.18.3"
1332-
"@emotion/babel-plugin" "^11.10.0"
1333-
"@emotion/is-prop-valid" "^1.2.0"
1334-
"@emotion/serialize" "^1.1.0"
1335-
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
1336-
"@emotion/utils" "^1.2.0"
1337-
1338-
"@emotion/unitless@^0.8.0":
1339-
version "0.8.0"
1340-
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.0.tgz#a4a36e9cbdc6903737cd20d38033241e1b8833db"
1341-
integrity sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==
1342-
1343-
"@emotion/use-insertion-effect-with-fallbacks@^1.0.0":
1344-
version "1.0.0"
1345-
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.0.tgz#ffadaec35dbb7885bd54de3fa267ab2f860294df"
1346-
integrity sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A==
1331+
"@emotion/babel-plugin" "^11.12.0"
1332+
"@emotion/is-prop-valid" "^1.3.0"
1333+
"@emotion/serialize" "^1.3.0"
1334+
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
1335+
"@emotion/utils" "^1.4.0"
13471336

1348-
"@emotion/utils@^1.2.0":
1349-
version "1.2.0"
1350-
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.0.tgz#9716eaccbc6b5ded2ea5a90d65562609aab0f561"
1351-
integrity sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==
1337+
"@emotion/unitless@^0.9.0":
1338+
version "0.9.0"
1339+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.9.0.tgz#8e5548f072bd67b8271877e51c0f95c76a66cbe2"
1340+
integrity sha512-TP6GgNZtmtFaFcsOgExdnfxLLpRDla4Q66tnenA9CktvVSdNKDvMVuUah4QvWPIpNjrWsGg3qeGo9a43QooGZQ==
1341+
1342+
"@emotion/use-insertion-effect-with-fallbacks@^1.1.0":
1343+
version "1.1.0"
1344+
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz#1a818a0b2c481efba0cf34e5ab1e0cb2dcb9dfaf"
1345+
integrity sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==
1346+
1347+
"@emotion/utils@^1.4.0":
1348+
version "1.4.0"
1349+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.4.0.tgz#262f1d02aaedb2ec91c83a0955dd47822ad5fbdd"
1350+
integrity sha512-spEnrA1b6hDR/C68lC2M7m6ALPUHZC0lIY7jAS/B/9DuuO1ZP04eov8SMv/6fwRd8pzmsn2AuJEznRREWlQrlQ==
13521351

1353-
"@emotion/weak-memoize@^0.3.0":
1354-
version "0.3.0"
1355-
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz#ea89004119dc42db2e1dba0f97d553f7372f6fcb"
1356-
integrity sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==
1352+
"@emotion/weak-memoize@^0.4.0":
1353+
version "0.4.0"
1354+
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz#5e13fac887f08c44f76b0ccaf3370eb00fec9bb6"
1355+
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==
13571356

13581357
"@eslint/eslintrc@^1.3.2":
13591358
version "1.3.2"
@@ -5152,10 +5151,10 @@ styled-jsx@5.0.6:
51525151
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.0.6.tgz#fa684790a9cc3badded14badea163418fe568f77"
51535152
integrity sha512-xOeROtkK5MGMDimBQ3J6iPId8q0t/BDoG5XN6oKkZClVz9ISF/hihN8OCn2LggMU6N32aXnrXBdn3auSqNS9fA==
51545153

5155-
stylis@4.0.13:
5156-
version "4.0.13"
5157-
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91"
5158-
integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag==
5154+
stylis@4.2.0:
5155+
version "4.2.0"
5156+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51"
5157+
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
51595158

51605159
supports-color@^5.3.0:
51615160
version "5.5.0"

0 commit comments

Comments
 (0)