Skip to content

Commit a0180a1

Browse files
committed
fix(deps): update theme-ui monorepo to v0.14.1
1 parent d0ea8ff commit a0180a1

File tree

2 files changed

+92
-138
lines changed

2 files changed

+92
-138
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"@mdx-js/mdx": "1.6.22",
2727
"@mdx-js/react": "1.6.22",
2828
"@svgr/webpack": "5.5.0",
29-
"@theme-ui/color": "0.11.2",
30-
"@theme-ui/match-media": "0.11.2",
31-
"@theme-ui/prism": "0.11.2",
29+
"@theme-ui/color": "0.14.1",
30+
"@theme-ui/match-media": "0.14.1",
31+
"@theme-ui/prism": "0.14.1",
3232
"dotenv": "10.0.0",
3333
"firebase": "9.0.2",
3434
"framer-motion": "4.1.17",
@@ -44,7 +44,7 @@
4444
"gatsby-plugin-sharp": "3.13.0",
4545
"gatsby-plugin-sitemap": "4.9.0",
4646
"gatsby-plugin-svgr-svgo": "1.2.2",
47-
"gatsby-plugin-theme-ui": "0.11.2",
47+
"gatsby-plugin-theme-ui": "0.14.1",
4848
"gatsby-remark-images": "5.10.0",
4949
"gatsby-source-filesystem": "3.13.0",
5050
"gatsby-transformer-sharp": "3.13.0",
@@ -59,7 +59,7 @@
5959
"react-rough-notation": "1.0.1",
6060
"react-use": "17.3.1",
6161
"remark-slug": "5.1.2",
62-
"theme-ui": "0.11.2",
62+
"theme-ui": "0.14.1",
6363
"use-font-face-observer": "1.1.38",
6464
"use-sound": "4.0.1"
6565
},

yarn.lock

+87-133
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
dependencies:
547547
"@babel/helper-plugin-utils" "^7.10.4"
548548

549-
"@babel/plugin-syntax-jsx@^7.12.13", "@babel/plugin-syntax-jsx@^7.14.5":
549+
"@babel/plugin-syntax-jsx@^7.14.5":
550550
version "7.14.5"
551551
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz#000e2e25d8673cce49300517a3eda44c263e4201"
552552
integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==
@@ -1226,24 +1226,6 @@
12261226
dependencies:
12271227
chalk "^4.0.0"
12281228

1229-
"@emotion/babel-plugin@^11.3.0":
1230-
version "11.3.0"
1231-
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.3.0.tgz#3a16850ba04d8d9651f07f3fb674b3436a4fb9d7"
1232-
integrity sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA==
1233-
dependencies:
1234-
"@babel/helper-module-imports" "^7.12.13"
1235-
"@babel/plugin-syntax-jsx" "^7.12.13"
1236-
"@babel/runtime" "^7.13.10"
1237-
"@emotion/hash" "^0.8.0"
1238-
"@emotion/memoize" "^0.7.5"
1239-
"@emotion/serialize" "^1.0.2"
1240-
babel-plugin-macros "^2.6.1"
1241-
convert-source-map "^1.5.0"
1242-
escape-string-regexp "^4.0.0"
1243-
find-root "^1.1.0"
1244-
source-map "^0.5.7"
1245-
stylis "^4.0.3"
1246-
12471229
"@emotion/cache@^11.4.0":
12481230
version "11.4.0"
12491231
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.4.0.tgz#293fc9d9a7a38b9aad8e9337e5014366c3b09ac0"
@@ -1267,24 +1249,17 @@
12671249
dependencies:
12681250
"@emotion/memoize" "0.7.4"
12691251

1270-
"@emotion/is-prop-valid@^1.1.0":
1271-
version "1.1.0"
1272-
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.1.0.tgz#29ef6be1e946fb4739f9707def860f316f668cde"
1273-
integrity sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ==
1274-
dependencies:
1275-
"@emotion/memoize" "^0.7.4"
1276-
12771252
"@emotion/[email protected]":
12781253
version "0.7.4"
12791254
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
12801255
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
12811256

1282-
"@emotion/memoize@^0.7.1", "@emotion/memoize@^0.7.4", "@emotion/memoize@^0.7.5":
1257+
"@emotion/memoize@^0.7.1", "@emotion/memoize@^0.7.4":
12831258
version "0.7.5"
12841259
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
12851260
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
12861261

1287-
"@emotion/[email protected]", "@emotion/react@^11.1.1":
1262+
"@emotion/[email protected]":
12881263
version "11.4.1"
12891264
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.4.1.tgz#a1b0b767b5bad57515ffb0cad9349614d27f4d57"
12901265
integrity sha512-pRegcsuGYj4FCdZN6j5vqCALkNytdrKw3TZMekTzNXixRg4wkLsU5QEaBG5LC6l01Vppxlp7FE3aTHpIG5phLg==
@@ -1313,17 +1288,6 @@
13131288
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.2.tgz#1d9ffde531714ba28e62dac6a996a8b1089719d0"
13141289
integrity sha512-QQPB1B70JEVUHuNtzjHftMGv6eC3Y9wqavyarj4x4lg47RACkeSfNo5pxIOKizwS9AEFLohsqoaxGQj4p0vSIw==
13151290

1316-
"@emotion/styled@^11.0.0":
1317-
version "11.3.0"
1318-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.3.0.tgz#d63ee00537dfb6ff612e31b0e915c5cf9925a207"
1319-
integrity sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==
1320-
dependencies:
1321-
"@babel/runtime" "^7.13.10"
1322-
"@emotion/babel-plugin" "^11.3.0"
1323-
"@emotion/is-prop-valid" "^1.1.0"
1324-
"@emotion/serialize" "^1.0.2"
1325-
"@emotion/utils" "^1.0.0"
1326-
13271291
"@emotion/unitless@^0.7.5":
13281292
version "0.7.5"
13291293
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
@@ -2314,7 +2278,7 @@
23142278
unist-builder "2.0.3"
23152279
unist-util-visit "2.0.3"
23162280

2317-
"@mdx-js/[email protected]", "@mdx-js/react@^1.6.22":
2281+
23182282
version "1.6.22"
23192283
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
23202284
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
@@ -2684,96 +2648,86 @@
26842648
dependencies:
26852649
defer-to-connect "^2.0.0"
26862650

2687-
"@theme-ui/color-modes@0.11.2":
2688-
version "0.11.2"
2689-
resolved "https://registry.yarnpkg.com/@theme-ui/color-modes/-/color-modes-0.11.2.tgz#7afbe27856297bccd4584804cfb140ab8e385652"
2690-
integrity sha512-lAlYN3XbNvODYhvngHfUz+SDNHIjTGT9jpo7uenBSo/dQ9dUiWpd4W6M4UMucndrP+MbAyXqJxkzCNf1/6AaJA==
2651+
"@theme-ui/color-modes@0.14.1":
2652+
version "0.14.1"
2653+
resolved "https://registry.yarnpkg.com/@theme-ui/color-modes/-/color-modes-0.14.1.tgz#37e5d577780fd3a9d8674a039585f3a556a8c133"
2654+
integrity sha512-nMpNhyt1BtU451tDmPzy9JXEPQZADvfj+y8stYyRnFzYaeGVLBpm/6DXYqCzPaikt51T8J8MKMmoeyT1vh9hkA==
26912655
dependencies:
2692-
"@emotion/react" "^11.1.1"
2693-
"@theme-ui/core" "0.11.2"
2694-
"@theme-ui/css" "0.11.2"
2656+
"@theme-ui/core" "0.14.1"
2657+
"@theme-ui/css" "0.14.1"
26952658
deepmerge "^4.2.2"
26962659

2697-
"@theme-ui/color@0.11.2":
2698-
version "0.11.2"
2699-
resolved "https://registry.yarnpkg.com/@theme-ui/color/-/color-0.11.2.tgz#27b8b0ca872f947e03844fa763761ebd9025cdeb"
2700-
integrity sha512-nNyktDv3grBep6PngjtcZG39QKbKyFlCn7xwJp84s3VS7ZPl/XXM1DK05fiGoaghtEiVuJo5/2bsKImahawokg==
2660+
"@theme-ui/color@0.14.1":
2661+
version "0.14.1"
2662+
resolved "https://registry.yarnpkg.com/@theme-ui/color/-/color-0.14.1.tgz#7c01aa379f5ecb59b7551d50a35ac3462ca5cebf"
2663+
integrity sha512-S4GeC+RVdn9kKeX4aWuWPQ7ZGG3SaTwqbgrRbXoYbM2BRvBgNWrLQhdhD9bRFEDa0D1wCR4ecAH2dVcCGuXekw==
27012664
dependencies:
2702-
"@theme-ui/css" "0.11.2"
2665+
"@theme-ui/css" "0.14.1"
27032666
polished "^4.0.5"
27042667

2705-
"@theme-ui/components@0.11.2":
2706-
version "0.11.2"
2707-
resolved "https://registry.yarnpkg.com/@theme-ui/components/-/components-0.11.2.tgz#6e225c06cee9896c9d4e5f5fd2e0173971fe9247"
2708-
integrity sha512-5OusOHNYXgJkLkjp+OJKRgdrnpivBo0TGW69cjkooQnpIKzgZ75W+nNJM4ePbQ1T/KursaNBeRCsm/1PBCTDBg==
2668+
"@theme-ui/components@0.14.1":
2669+
version "0.14.1"
2670+
resolved "https://registry.yarnpkg.com/@theme-ui/components/-/components-0.14.1.tgz#b4a2f49ca710ec3cc56e8363692f9bddf13ac6d5"
2671+
integrity sha512-Z5KZaYBJwbYvZBOdW4AYBLIsiILJBm9RqRljBI56LmtPKiakUkpPQq7WP70zeOGrd7D+pF0elvoa1Bl5ZxI4jg==
27092672
dependencies:
2710-
"@emotion/react" "^11.1.1"
2711-
"@emotion/styled" "^11.0.0"
27122673
"@styled-system/color" "^5.1.2"
27132674
"@styled-system/should-forward-prop" "^5.1.2"
27142675
"@styled-system/space" "^5.1.2"
2715-
"@theme-ui/css" "0.11.2"
2716-
"@types/styled-system" "^5.1.10"
2676+
"@theme-ui/css" "0.14.1"
2677+
"@types/styled-system" "^5.1.13"
27172678

2718-
"@theme-ui/core@0.11.2":
2719-
version "0.11.2"
2720-
resolved "https://registry.yarnpkg.com/@theme-ui/core/-/core-0.11.2.tgz#fa3c19f8b2a56a83025cad6380f8f3a0a78d3a9f"
2721-
integrity sha512-Vy5hejW5J0dxLKvPLassdV1mkhXXZXiQifA/V/ww4mW9E58NVt6lh5flKH7tL8dEAK0ovC1YybTWxtydBgnJ7w==
2679+
"@theme-ui/core@0.14.1":
2680+
version "0.14.1"
2681+
resolved "https://registry.yarnpkg.com/@theme-ui/core/-/core-0.14.1.tgz#e09bf863f10776d5b6b4e6473f0e423eb793c662"
2682+
integrity sha512-0r8tcprw4MSp66VJ2mPiutklsKqIweCT8bg3WMajQkncZ6JfUYjV2BBaIJ1L9io7+Zk+kx4WpOlG+abYhihS/A==
27222683
dependencies:
2723-
"@emotion/react" "^11.1.1"
2724-
"@theme-ui/css" "0.11.2"
2725-
"@theme-ui/parse-props" "0.11.2"
2684+
"@theme-ui/css" "0.14.1"
2685+
"@theme-ui/parse-props" "0.14.1"
27262686
deepmerge "^4.2.2"
27272687

2728-
"@theme-ui/css@0.11.2":
2729-
version "0.11.2"
2730-
resolved "https://registry.yarnpkg.com/@theme-ui/css/-/css-0.11.2.tgz#96c30b3e248a2503597036ec34dbe29c46da3a00"
2731-
integrity sha512-lx5T/1/fxRSuQdJhqvIpC/Ud+DF+4wLNL5+gmK3GTUINgecTFeuSYJKN5OPU1yDAJJ7C2sd48rh+X2Aodm3K1g==
2688+
"@theme-ui/css@0.14.1":
2689+
version "0.14.1"
2690+
resolved "https://registry.yarnpkg.com/@theme-ui/css/-/css-0.14.1.tgz#c41e1f1409de682f1a765ac8d882d2f441435696"
2691+
integrity sha512-bABQOqDqZj7BzuvlmW8hAscmaQGbcUxd+bey7aAu0EoBgeTUrBRx1Nn/UQUVMahnAiD5dCF9CBw6rUUUz6Y6Zw==
27322692
dependencies:
2733-
"@emotion/react" "^11.1.1"
2734-
csstype "^3.0.5"
2693+
csstype "^3.0.10"
27352694

2736-
"@theme-ui/match-media@0.11.2":
2737-
version "0.11.2"
2738-
resolved "https://registry.yarnpkg.com/@theme-ui/match-media/-/match-media-0.11.2.tgz#d340b4ecfb18a1a504e03fddfca79d3226f742e7"
2739-
integrity sha512-/3ccaHaZBsJZ/jXEqUy8bc9Sr65b280aWhMEY01DbUT0g8k2qnBEi6Nhd6bRWs/TipcTT+090PuJuReo7AcBCw==
2695+
"@theme-ui/match-media@0.14.1":
2696+
version "0.14.1"
2697+
resolved "https://registry.yarnpkg.com/@theme-ui/match-media/-/match-media-0.14.1.tgz#1025f2d704fbd1fc7dfcc50ab84d2b00919abe74"
2698+
integrity sha512-vfgmYcQI7HtEBY7uz4FhRkg1n6F6zxzbepz5F2iH66KZvcauzJpG0xiyZL/OXSXO66MN572g/kw5ew/sIvEBeg==
27402699

2741-
"@theme-ui/mdx@0.11.2":
2742-
version "0.11.2"
2743-
resolved "https://registry.yarnpkg.com/@theme-ui/mdx/-/mdx-0.11.2.tgz#61cb9894afb3e92e642e608789e6093efa296407"
2744-
integrity sha512-FDMLBm5nfW1gTXZtE57BqcFZ3CQeY7D8q/xwV4Rs0IFoG0oqTErBuff99uqo31hO6XY2txMcEP9cxerAbNQFgQ==
2700+
"@theme-ui/mdx@0.14.1":
2701+
version "0.14.1"
2702+
resolved "https://registry.yarnpkg.com/@theme-ui/mdx/-/mdx-0.14.1.tgz#0b7cc26e3f780761b2835d7d30bd55a1ef80b7e6"
2703+
integrity sha512-6MiTwPIPt4MzS7EZp4iaUZg9YjdcqDqMFwKnWwGzIYn6lAr+be1KfZnO+jroTqNjLQ4CIXMSMj25ijjkYeAATw==
27452704
dependencies:
2746-
"@emotion/react" "^11.1.1"
2747-
"@emotion/styled" "^11.0.0"
2748-
"@mdx-js/react" "^1.6.22"
2749-
"@theme-ui/core" "0.11.2"
2750-
"@theme-ui/css" "0.11.2"
2705+
"@theme-ui/core" "0.14.1"
2706+
"@theme-ui/css" "0.14.1"
27512707

2752-
"@theme-ui/parse-props@0.11.2":
2753-
version "0.11.2"
2754-
resolved "https://registry.yarnpkg.com/@theme-ui/parse-props/-/parse-props-0.11.2.tgz#3769ca3453585952f3e7343347f9a974ad3bdf9a"
2755-
integrity sha512-5rAL3G2wCornemd7ZRBliWYb9sHNSyzdzbm8U2iBRMPt6/Z2GnqtuoOQPMMIpniukXKhzuR5j5EneFFKgWsBVw==
2708+
"@theme-ui/parse-props@0.14.1":
2709+
version "0.14.1"
2710+
resolved "https://registry.yarnpkg.com/@theme-ui/parse-props/-/parse-props-0.14.1.tgz#83230fbef72c03ee7061f2d44144b910aa93665c"
2711+
integrity sha512-1jCa4NndpLgJSgIfgAY7wA06w1SmSGiewBdTrgwrmDOIRswBZfJuVV7FKpr9/wRwLirmfuQ/+fpk36cDEMjlzg==
27562712
dependencies:
2757-
"@emotion/react" "^11.1.1"
2758-
"@theme-ui/css" "0.11.2"
2713+
"@theme-ui/css" "0.14.1"
27592714

2760-
"@theme-ui/prism@0.11.2":
2761-
version "0.11.2"
2762-
resolved "https://registry.yarnpkg.com/@theme-ui/prism/-/prism-0.11.2.tgz#656dd191f500f1ef36b45e09218783f323dff2e0"
2763-
integrity sha512-NZlCpRIXsvckOxPvxkLCkEyqqbxWh4UE+wXMNOaFsFdmMdsJoyvQPXPagctw/B62HNc5w0FU4ocLk/DJSFbqHA==
2715+
"@theme-ui/prism@0.14.1":
2716+
version "0.14.1"
2717+
resolved "https://registry.yarnpkg.com/@theme-ui/prism/-/prism-0.14.1.tgz#db4f39c54904803f157812f7f43c108330c71889"
2718+
integrity sha512-FqYihzdWGSY9sN9SlmHYfkhLOxuXGpHSg1WVm9CVVz66tuFS+xdwXkq6Vtk+A+/sGZTGPd4aLO5dphE3j1kGxA==
27642719
dependencies:
27652720
prism-react-renderer "^1.1.1"
27662721

2767-
"@theme-ui/theme-provider@0.11.2":
2768-
version "0.11.2"
2769-
resolved "https://registry.yarnpkg.com/@theme-ui/theme-provider/-/theme-provider-0.11.2.tgz#a5bafd92f46a291914b179a4f9ba3d52bb014094"
2770-
integrity sha512-vIb5J6PFa+/VWLPFGt/cqOH0EPNu3xgXs3NggR4wFqLqgvLjBhiYn7BDIDOFMfxNbbg8qyYQQyxM+RCecpAoew==
2722+
"@theme-ui/theme-provider@0.14.1":
2723+
version "0.14.1"
2724+
resolved "https://registry.yarnpkg.com/@theme-ui/theme-provider/-/theme-provider-0.14.1.tgz#dd087492cf5f190202138dee039bef8ef24b98c8"
2725+
integrity sha512-/fIVRukkHCRw1u3ZKskXHRwFI4mfYxACgnXPd9C5cuBz/Ps4Ith4ZCIG23qd3wZPablfkDUsfh4UADoq7z3Nfg==
27712726
dependencies:
2772-
"@emotion/react" "^11.1.1"
2773-
"@theme-ui/color-modes" "0.11.2"
2774-
"@theme-ui/core" "0.11.2"
2775-
"@theme-ui/css" "0.11.2"
2776-
"@theme-ui/mdx" "0.11.2"
2727+
"@theme-ui/color-modes" "0.14.1"
2728+
"@theme-ui/core" "0.14.1"
2729+
"@theme-ui/css" "0.14.1"
2730+
"@theme-ui/mdx" "0.14.1"
27772731

27782732
"@tokenizer/token@^0.3.0":
27792733
version "0.3.0"
@@ -3075,10 +3029,10 @@
30753029
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
30763030
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
30773031

3078-
"@types/styled-system@^5.1.10":
3079-
version "5.1.13"
3080-
resolved "https://registry.yarnpkg.com/@types/styled-system/-/styled-system-5.1.13.tgz#9ad667534d3bd75720dd7778c94c783449cb5c14"
3081-
integrity sha512-RtpV6zXnnMQNcxKjC06BUM4MUER5o9uZ6b7xAc2OzhWxSsmQ3jXyW8ohuXdEJRKypEe0EqAzbSGx2Im0NXfdKA==
3032+
"@types/styled-system@^5.1.13":
3033+
version "5.1.15"
3034+
resolved "https://registry.yarnpkg.com/@types/styled-system/-/styled-system-5.1.15.tgz#075f969cc028a895dba916c07708e2fe828d7077"
3035+
integrity sha512-1uls4wipZn8FtYFZ7upRVFDoEeOXTQTs2zuyOZPn02T6rjIxtvj2P2lG5qsxXHhKuKsu3thveCZrtaeLE/ibLg==
30823036
dependencies:
30833037
csstype "^3.0.2"
30843038

@@ -3802,7 +3756,7 @@ babel-plugin-lodash@^3.3.4:
38023756
lodash "^4.17.10"
38033757
require-package-name "^2.0.1"
38043758

3805-
babel-plugin-macros@^2.6.1, babel-plugin-macros@^2.8.0:
3759+
babel-plugin-macros@^2.8.0:
38063760
version "2.8.0"
38073761
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138"
38083762
integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==
@@ -4762,7 +4716,7 @@ convert-hrtime@^3.0.0:
47624716
resolved "https://registry.yarnpkg.com/convert-hrtime/-/convert-hrtime-3.0.0.tgz#62c7593f5809ca10be8da858a6d2f702bcda00aa"
47634717
integrity sha512-7V+KqSvMiHp8yWDuwfww06XleMWVVB9b9tURBx+G7UTADuo5hYPuowKloz4OzOqbPezxgo+fdQ1522WzPG4OeA==
47644718

4765-
convert-source-map@^1.5.0, convert-source-map@^1.7.0:
4719+
convert-source-map@^1.7.0:
47664720
version "1.8.0"
47674721
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
47684722
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
@@ -5120,7 +5074,12 @@ csso@^4.0.2, csso@^4.2.0:
51205074
dependencies:
51215075
css-tree "^1.1.2"
51225076

5123-
csstype@^3.0.2, csstype@^3.0.5, csstype@^3.0.6:
5077+
csstype@^3.0.10:
5078+
version "3.0.11"
5079+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.11.tgz#d66700c5eacfac1940deb4e3ee5642792d85cd33"
5080+
integrity sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==
5081+
5082+
csstype@^3.0.2, csstype@^3.0.6:
51245083
version "3.0.8"
51255084
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.8.tgz#d2266a792729fb227cd216fb572f43728e1ad340"
51265085
integrity sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==
@@ -6396,11 +6355,6 @@ find-cache-dir@^3.3.1:
63966355
make-dir "^3.0.2"
63976356
pkg-dir "^4.1.0"
63986357

6399-
find-root@^1.1.0:
6400-
version "1.1.0"
6401-
resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
6402-
integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==
6403-
64046358
[email protected], find-up@^4.0.0, find-up@^4.1.0:
64056359
version "4.1.0"
64066360
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
@@ -6908,10 +6862,10 @@ [email protected]:
69086862
svgo "^1.3.2"
69096863
svgo-loader "^2.2.1"
69106864

6911-
gatsby-plugin-theme-ui@0.11.2:
6912-
version "0.11.2"
6913-
resolved "https://registry.yarnpkg.com/gatsby-plugin-theme-ui/-/gatsby-plugin-theme-ui-0.11.2.tgz#c0d7bd6beed247c1143bca4c4eb41c1870f964e2"
6914-
integrity sha512-dO7XHOnfEPVJcLii1/CZyQdrrs/e0hNT665cgZALh0W6HVSXHFDzGe+EZ01srEiIEM+EcaSokzUWdXgzpVqomw==
6865+
gatsby-plugin-theme-ui@0.14.1:
6866+
version "0.14.1"
6867+
resolved "https://registry.yarnpkg.com/gatsby-plugin-theme-ui/-/gatsby-plugin-theme-ui-0.14.1.tgz#33c9c11e275705063c21b24fb27943efbf5db967"
6868+
integrity sha512-vZVjzDol0wPYOEImgGHvSQhTmnGpwIxu1X1eKVZjvLLtTq/Tjql8QGKZm1R/9CmYVlwQ0tH8GNJYzbLEyQc49g==
69156869

69166870
gatsby-plugin-typescript@^3.13.0:
69176871
version "3.13.0"
@@ -12509,7 +12463,7 @@ [email protected], source-map@^0.7.3, source-map@~0.7.2:
1250912463
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
1251012464
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
1251112465

12512-
source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.3:
12466+
source-map@^0.5.0, source-map@^0.5.6, source-map@~0.5.3:
1251312467
version "0.5.7"
1251412468
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
1251512469
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
@@ -13150,17 +13104,17 @@ [email protected], text-table@^0.2.0:
1315013104
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
1315113105
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
1315213106

13153-
theme-ui@0.11.2:
13154-
version "0.11.2"
13155-
resolved "https://registry.yarnpkg.com/theme-ui/-/theme-ui-0.11.2.tgz#5af56e271e11940a6a9e92630834f240b4070fa3"
13156-
integrity sha512-rJyiepDMxYWEnPLsM2PVWDF6hqQBBP7JXXNGmWVI2nm0gVvu7kE30j7+QxR+AmF/K0+3P7uIdLCd3IeQ0+Fc9A==
13157-
dependencies:
13158-
"@theme-ui/color-modes" "0.11.2"
13159-
"@theme-ui/components" "0.11.2"
13160-
"@theme-ui/core" "0.11.2"
13161-
"@theme-ui/css" "0.11.2"
13162-
"@theme-ui/mdx" "0.11.2"
13163-
"@theme-ui/theme-provider" "0.11.2"
13107+
theme-ui@0.14.1:
13108+
version "0.14.1"
13109+
resolved "https://registry.yarnpkg.com/theme-ui/-/theme-ui-0.14.1.tgz#959640439f5c70efa3bc126026c5b2a93cab75eb"
13110+
integrity sha512-zrHw0LSzukt1hDAHWwmKmiO9aRBvvlqA/PaCxbkbrza3OTE2DGSttZnKZR1IDZ+gb+da1t2jqsEeN5rt6m+1uQ==
13111+
dependencies:
13112+
"@theme-ui/color-modes" "0.14.1"
13113+
"@theme-ui/components" "0.14.1"
13114+
"@theme-ui/core" "0.14.1"
13115+
"@theme-ui/css" "0.14.1"
13116+
"@theme-ui/mdx" "0.14.1"
13117+
"@theme-ui/theme-provider" "0.14.1"
1316413118

1316513119
throttle-debounce@^3.0.1:
1316613120
version "3.0.1"

0 commit comments

Comments
 (0)