Skip to content

Commit 4613b2e

Browse files
committed
chore(deps): update emotion monorepo to v11
1 parent b7f31bb commit 4613b2e

File tree

2 files changed

+92
-36
lines changed

2 files changed

+92
-36
lines changed

www/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"devDependencies": {
1212
"@docpocalypse/gatsby-theme": "^0.11.30",
13-
"@emotion/core": "^10.1.1",
14-
"@emotion/styled": "^10.0.27",
13+
"@emotion/core": "^11.0.0",
14+
"@emotion/styled": "^11.0.0",
1515
"astroturf": "^0.10.5",
1616
"bootstrap": "^4.5.3",
1717
"dom-helpers": "^5.2.0",
18-
"emotion": "^10.0.27",
18+
"emotion": "^11.0.0",
1919
"gatsby": "^2.24.92",
2020
"gatsby-plugin-astroturf": "^0.2.1",
2121
"gatsby-plugin-sass": "^2.3.22",

www/yarn.lock

+89-33
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@
226226
dependencies:
227227
"@babel/types" "^7.11.0"
228228

229-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.10.4":
230-
version "7.10.4"
231-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
232-
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
229+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.7.0":
230+
version "7.12.5"
231+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
232+
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
233233
dependencies:
234-
"@babel/types" "^7.10.4"
234+
"@babel/types" "^7.12.5"
235235

236236
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.11.0", "@babel/helper-module-transforms@^7.9.0":
237237
version "7.11.0"
@@ -622,7 +622,7 @@
622622
dependencies:
623623
"@babel/helper-plugin-utils" "^7.8.0"
624624

625-
"@babel/[email protected]", "@babel/plugin-syntax-jsx@^7.10.4":
625+
626626
version "7.10.4"
627627
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.4.tgz#39abaae3cbf710c4373d8429484e6ba21340166c"
628628
integrity sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g==
@@ -636,6 +636,13 @@
636636
dependencies:
637637
"@babel/helper-plugin-utils" "^7.8.3"
638638

639+
"@babel/plugin-syntax-jsx@^7.10.4", "@babel/plugin-syntax-jsx@^7.12.1":
640+
version "7.12.1"
641+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz#9d9d357cc818aa7ae7935917c1257f67677a0926"
642+
integrity sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==
643+
dependencies:
644+
"@babel/helper-plugin-utils" "^7.10.4"
645+
639646
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
640647
version "7.10.4"
641648
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
@@ -1197,10 +1204,10 @@
11971204
globals "^11.1.0"
11981205
lodash "^4.17.19"
11991206

1200-
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.2", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.4", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.9.0", "@babel/types@^7.9.6":
1201-
version "7.11.5"
1202-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
1203-
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
1207+
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.2", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.12.5", "@babel/types@^7.3.4", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.9.0", "@babel/types@^7.9.6":
1208+
version "7.12.6"
1209+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96"
1210+
integrity sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA==
12041211
dependencies:
12051212
"@babel/helper-validator-identifier" "^7.10.4"
12061213
lodash "^4.17.19"
@@ -1323,6 +1330,24 @@
13231330
dependencies:
13241331
lodash "^4.17.11"
13251332

1333+
"@emotion/babel-plugin@^11.0.0":
1334+
version "11.0.0"
1335+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.0.0.tgz#e6f40fa81ef52775773a53d50220c597ebc5c2ef"
1336+
integrity sha512-w3YP0jlqrNwBBaSI6W+r80fOKF6l9QmsPfLNx5YWSHwrxjVZhM+L50gY7YCVAvlfr1/qdD1vsFN+PDZmLvt42Q==
1337+
dependencies:
1338+
"@babel/helper-module-imports" "^7.7.0"
1339+
"@babel/plugin-syntax-jsx" "^7.12.1"
1340+
"@babel/runtime" "^7.7.2"
1341+
"@emotion/hash" "^0.8.0"
1342+
"@emotion/memoize" "^0.7.4"
1343+
"@emotion/serialize" "^1.0.0"
1344+
babel-plugin-macros "^2.6.1"
1345+
convert-source-map "^1.5.0"
1346+
escape-string-regexp "^4.0.0"
1347+
find-root "^1.1.0"
1348+
source-map "^0.5.7"
1349+
stylis "^4.0.3"
1350+
13261351
"@emotion/cache@^10.0.27":
13271352
version "10.0.29"
13281353
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"
@@ -1333,7 +1358,7 @@
13331358
"@emotion/utils" "0.11.3"
13341359
"@emotion/weak-memoize" "0.2.5"
13351360

1336-
"@emotion/core@^10.0.10", "@emotion/core@^10.1.1":
1361+
"@emotion/core@^10.0.10":
13371362
version "10.1.1"
13381363
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1.tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3"
13391364
integrity sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA==
@@ -1345,6 +1370,11 @@
13451370
"@emotion/sheet" "0.9.4"
13461371
"@emotion/utils" "0.11.3"
13471372

1373+
"@emotion/core@^11.0.0":
1374+
version "11.0.0"
1375+
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-11.0.0.tgz#d075867e07864119de7cfd5268c15012bd2d6290"
1376+
integrity sha512-w4sE3AmHmyG6RDKf6mIbtHpgJUSJ2uGvPQb8VXFL7hFjMPibE8IiehG8cMX3Ztm4svfCQV6KqusQbeIOkurBcA==
1377+
13481378
"@emotion/css@^10.0.27":
13491379
version "10.0.27"
13501380
resolved "https://registry.yarnpkg.com/@emotion/css/-/css-10.0.27.tgz#3a7458198fbbebb53b01b2b87f64e5e21241e14c"
@@ -1354,7 +1384,7 @@
13541384
"@emotion/utils" "0.11.3"
13551385
babel-plugin-emotion "^10.0.27"
13561386

1357-
"@emotion/[email protected]":
1387+
"@emotion/[email protected]", "@emotion/hash@^0.8.0":
13581388
version "0.8.0"
13591389
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
13601390
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==
@@ -1366,7 +1396,14 @@
13661396
dependencies:
13671397
"@emotion/memoize" "0.7.4"
13681398

1369-
"@emotion/[email protected]":
1399+
"@emotion/is-prop-valid@^1.0.0":
1400+
version "1.0.0"
1401+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.0.0.tgz#1dbe82e52a12c065d416a702e2d106e552cde5be"
1402+
integrity sha512-G5X0t7eR9pkhUvAY32QS3lToP9JyNF8It5CcmMvbWjmC9/Yq7IhevaKqxl+me2BKR93iTPiL/h3En1ZX/1G3PQ==
1403+
dependencies:
1404+
"@emotion/memoize" "^0.7.4"
1405+
1406+
"@emotion/[email protected]", "@emotion/memoize@^0.7.4":
13701407
version "0.7.4"
13711408
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
13721409
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
@@ -1382,6 +1419,17 @@
13821419
"@emotion/utils" "0.11.3"
13831420
csstype "^2.5.7"
13841421

1422+
"@emotion/serialize@^1.0.0":
1423+
version "1.0.0"
1424+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.0.tgz#1a61f4f037cf39995c97fc80ebe99abc7b191ca9"
1425+
integrity sha512-zt1gm4rhdo5Sry8QpCOpopIUIKU+mUSpV9WNmFILUraatm5dttNEaYzUWWSboSMUE6PtN2j1cAsuvcugfdI3mw==
1426+
dependencies:
1427+
"@emotion/hash" "^0.8.0"
1428+
"@emotion/memoize" "^0.7.4"
1429+
"@emotion/unitless" "^0.7.5"
1430+
"@emotion/utils" "^1.0.0"
1431+
csstype "^3.0.2"
1432+
13851433
"@emotion/[email protected]":
13861434
version "0.9.4"
13871435
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5"
@@ -1397,20 +1445,31 @@
13971445
"@emotion/serialize" "^0.11.15"
13981446
"@emotion/utils" "0.11.3"
13991447

1400-
"@emotion/styled@^10.0.11", "@emotion/styled@^10.0.27":
1448+
"@emotion/styled@^10.0.11":
14011449
version "10.0.27"
14021450
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.27.tgz#12cb67e91f7ad7431e1875b1d83a94b814133eaf"
14031451
integrity sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==
14041452
dependencies:
14051453
"@emotion/styled-base" "^10.0.27"
14061454
babel-plugin-emotion "^10.0.27"
14071455

1456+
"@emotion/styled@^11.0.0":
1457+
version "11.0.0"
1458+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.0.0.tgz#698196c2822746360a8644a73a5d842b2d1a78a5"
1459+
integrity sha512-498laccxJlBiJqrr2r/fx9q+Pr55D0URP2UyOkoSGLjevb8LLAFWueqthsQ5XijE66iGo7y3rzzEYdA7CHmZEQ==
1460+
dependencies:
1461+
"@babel/runtime" "^7.7.2"
1462+
"@emotion/babel-plugin" "^11.0.0"
1463+
"@emotion/is-prop-valid" "^1.0.0"
1464+
"@emotion/serialize" "^1.0.0"
1465+
"@emotion/utils" "^1.0.0"
1466+
14081467
"@emotion/[email protected]":
14091468
version "0.8.5"
14101469
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
14111470
integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==
14121471

1413-
"@emotion/[email protected]":
1472+
"@emotion/[email protected]", "@emotion/unitless@^0.7.5":
14141473
version "0.7.5"
14151474
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
14161475
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
@@ -1420,6 +1479,11 @@
14201479
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924"
14211480
integrity sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==
14221481

1482+
"@emotion/utils@^1.0.0":
1483+
version "1.0.0"
1484+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.0.0.tgz#abe06a83160b10570816c913990245813a2fd6af"
1485+
integrity sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==
1486+
14231487
"@emotion/[email protected]":
14241488
version "0.2.5"
14251489
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
@@ -2803,7 +2867,7 @@ [email protected]:
28032867
lodash "^4.17.10"
28042868
require-package-name "^2.0.1"
28052869

2806-
babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.8.0:
2870+
babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.6.1, babel-plugin-macros@^2.8.0:
28072871
version "2.8.0"
28082872
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138"
28092873
integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==
@@ -4134,16 +4198,6 @@ create-ecdh@^4.0.0:
41344198
bn.js "^4.1.0"
41354199
elliptic "^6.0.0"
41364200

4137-
create-emotion@^10.0.27:
4138-
version "10.0.27"
4139-
resolved "https://registry.yarnpkg.com/create-emotion/-/create-emotion-10.0.27.tgz#cb4fa2db750f6ca6f9a001a33fbf1f6c46789503"
4140-
integrity sha512-fIK73w82HPPn/RsAij7+Zt8eCE8SptcJ3WoRMfxMtjteYxud8GDTKKld7MYwAX2TVhrw29uR1N/bVGxeStHILg==
4141-
dependencies:
4142-
"@emotion/cache" "^10.0.27"
4143-
"@emotion/serialize" "^0.11.15"
4144-
"@emotion/sheet" "0.9.4"
4145-
"@emotion/utils" "0.11.3"
4146-
41474201
create-hash@^1.1.0, create-hash@^1.1.2:
41484202
version "1.2.0"
41494203
resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
@@ -5117,13 +5171,10 @@ emojis-list@^3.0.0:
51175171
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
51185172
integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
51195173

5120-
emotion@^10.0.27:
5121-
version "10.0.27"
5122-
resolved "https://registry.yarnpkg.com/emotion/-/emotion-10.0.27.tgz#f9ca5df98630980a23c819a56262560562e5d75e"
5123-
integrity sha512-2xdDzdWWzue8R8lu4G76uWX5WhyQuzATon9LmNeCy/2BHVC6dsEpfhN1a0qhELgtDVdjyEA6J8Y/VlI5ZnaH0g==
5124-
dependencies:
5125-
babel-plugin-emotion "^10.0.27"
5126-
create-emotion "^10.0.27"
5174+
emotion@^11.0.0:
5175+
version "11.0.0"
5176+
resolved "https://registry.yarnpkg.com/emotion/-/emotion-11.0.0.tgz#e33353668e72f0adea1f6fba790dc6c5b05b45d9"
5177+
integrity sha512-QW3CRqic3aRw1OBOcnvxaHEpCmxtlGwZ5tM9dV5rY3Rn+F41E8EgTPOqJ5VfsqQ5ZXHDs2zSDyUwGI0ZfC2+5A==
51275178

51285179
encodeurl@~1.0.2:
51295180
version "1.0.2"
@@ -13162,6 +13213,11 @@ stylehacks@^4.0.0:
1316213213
postcss "^7.0.0"
1316313214
postcss-selector-parser "^3.0.0"
1316413215

13216+
stylis@^4.0.3:
13217+
version "4.0.3"
13218+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.3.tgz#0d714765f3f694a685550f0c45411ebf90a9bded"
13219+
integrity sha512-iAxdFyR9cHKp4H5M2dJlDnvcb/3TvPprzlKjvYVbH7Sh+y8hjY/mUu/ssdcvVz6Z4lKI3vsoS0jAkMYmX7ozfA==
13220+
1316513221
subarg@^1.0.0:
1316613222
version "1.0.0"
1316713223
resolved "https://registry.yarnpkg.com/subarg/-/subarg-1.0.0.tgz#f62cf17581e996b48fc965699f54c06ae268b8d2"

0 commit comments

Comments
 (0)