Skip to content

Commit 8d10cf6

Browse files
committed
deps: upgrade and clean dependencies
1 parent 668961c commit 8d10cf6

File tree

3 files changed

+99
-153
lines changed

3 files changed

+99
-153
lines changed

website/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"dependencies": {
1212
"clsx": "^1.1.1",
1313
"copy-text-to-clipboard": "^3.0.1",
14+
"esbuild": "^0.14.36",
1415
"mdx-bundler": "^9.0.0",
15-
"next": "12.1.0",
16-
"next-mdx-remote": "^4.0.0",
17-
"prism-react-renderer": "^1.2.1",
16+
"next": "12.1.5",
17+
"prism-react-renderer": "^1.3.1",
1818
"react": "17.0.2",
1919
"react-dom": "17.0.2",
20-
"sass": "^1.49.7"
20+
"sass": "^1.50.1"
2121
},
2222
"devDependencies": {
2323
"@babel/parser": "^7.17.9",
@@ -30,7 +30,6 @@
3030
"@types/react": "17.0.27",
3131
"@types/stringify-object": "^4.0.1",
3232
"@types/unist": "^2.0.6",
33-
"esbuild": "^0.14.36",
3433
"escape-html": "^1.0.3",
3534
"eslint": "7.32.0",
3635
"eslint-config-next": "11.1.2",

website/src/mdx/components.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import Link from 'next/link';
1010

1111
import CodeBlock from './CodeBlock';
1212

13-
import type { MDXRemoteProps } from 'next-mdx-remote';
13+
import type { ComponentMap } from "mdx-bundler/client";
1414

15-
const MDXComponents: MDXRemoteProps['components'] = {
15+
const MDXComponents: ComponentMap = {
1616
code: (props: any) => {
1717
const { children } = props;
1818

website/yarn.lock

Lines changed: 93 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -211,18 +211,10 @@
211211
unist-util-visit "^4.0.0"
212212
vfile "^5.0.0"
213213

214-
"@mdx-js/react@^2.0.0":
215-
version "2.0.0"
216-
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.0.0.tgz#00a9f5467d2761fe3818222740f50403f83aee2c"
217-
integrity sha512-icpMd43xqORnHSVRwALZv3ELN3IS7VS3BL+FyH2FFergQPSQ21FX0lN+OMIs0X+3dGY1L0DLhBCkMfPO+yDG7Q==
218-
dependencies:
219-
"@types/mdx" "^2.0.0"
220-
"@types/react" ">=16"
221-
222-
"@next/env@12.1.0":
223-
version "12.1.0"
224-
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.1.0.tgz#73713399399b34aa5a01771fb73272b55b22c314"
225-
integrity sha512-nrIgY6t17FQ9xxwH3jj0a6EOiQ/WDHUos35Hghtr+SWN/ntHIQ7UpuvSi0vaLzZVHQWaDupKI+liO5vANcDeTQ==
214+
"@next/env@12.1.5":
215+
version "12.1.5"
216+
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.1.5.tgz#a21ba6708022d630402ca2b340316e69a0296dfc"
217+
integrity sha512-+34yUJslfJi7Lyx6ELuN8nWcOzi27izfYnZIC1Dqv7kmmfiBVxgzR3BXhlvEMTKC2IRJhXVs2FkMY+buQe3k7Q==
226218

227219
"@next/eslint-plugin-next@11.1.2":
228220
version "11.1.2"
@@ -231,60 +223,65 @@
231223
dependencies:
232224
glob "7.1.7"
233225

234-
"@next/swc-android-arm64@12.1.0":
235-
version "12.1.0"
236-
resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.1.0.tgz#865ba3a9afc204ff2bdeea49dd64d58705007a39"
237-
integrity sha512-/280MLdZe0W03stA69iL+v6I+J1ascrQ6FrXBlXGCsGzrfMaGr7fskMa0T5AhQIVQD4nA/46QQWxG//DYuFBcA==
238-
239-
"@next/swc-darwin-arm64@12.1.0":
240-
version "12.1.0"
241-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.1.0.tgz#08e8b411b8accd095009ed12efbc2f1d4d547135"
242-
integrity sha512-R8vcXE2/iONJ1Unf5Ptqjk6LRW3bggH+8drNkkzH4FLEQkHtELhvcmJwkXcuipyQCsIakldAXhRbZmm3YN1vXg==
243-
244-
"@next/swc-darwin-x64@12.1.0":
245-
version "12.1.0"
246-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.1.0.tgz#fcd684497a76e8feaca88db3c394480ff0b007cd"
247-
integrity sha512-ieAz0/J0PhmbZBB8+EA/JGdhRHBogF8BWaeqR7hwveb6SYEIJaDNQy0I+ZN8gF8hLj63bEDxJAs/cEhdnTq+ug==
248-
249-
"@next/swc-linux-arm-gnueabihf@12.1.0":
250-
version "12.1.0"
251-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.1.0.tgz#9ec6380a27938a5799aaa6035c205b3c478468a7"
252-
integrity sha512-njUd9hpl6o6A5d08dC0cKAgXKCzm5fFtgGe6i0eko8IAdtAPbtHxtpre3VeSxdZvuGFh+hb0REySQP9T1ttkog==
253-
254-
"@next/swc-linux-arm64-gnu@12.1.0":
255-
version "12.1.0"
256-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.1.0.tgz#7f4196dff1049cea479607c75b81033ae2dbd093"
257-
integrity sha512-OqangJLkRxVxMhDtcb7Qn1xjzFA3s50EIxY7mljbSCLybU+sByPaWAHY4px97ieOlr2y4S0xdPKkQ3BCAwyo6Q==
258-
259-
"@next/swc-linux-arm64-musl@12.1.0":
260-
version "12.1.0"
261-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.1.0.tgz#b445f767569cdc2dddee785ca495e1a88c025566"
262-
integrity sha512-hB8cLSt4GdmOpcwRe2UzI5UWn6HHO/vLkr5OTuNvCJ5xGDwpPXelVkYW/0+C3g5axbDW2Tym4S+MQCkkH9QfWA==
263-
264-
"@next/swc-linux-x64-gnu@12.1.0":
265-
version "12.1.0"
266-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.1.0.tgz#67610e9be4fbc987de7535f1bcb17e45fe12f90e"
267-
integrity sha512-OKO4R/digvrVuweSw/uBM4nSdyzsBV5EwkUeeG4KVpkIZEe64ZwRpnFB65bC6hGwxIBnTv5NMSnJ+0K/WmG78A==
268-
269-
"@next/swc-linux-x64-musl@12.1.0":
270-
version "12.1.0"
271-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.1.0.tgz#ea19a23db08a9f2e34ac30401f774cf7d1669d31"
272-
integrity sha512-JohhgAHZvOD3rQY7tlp7NlmvtvYHBYgY0x5ZCecUT6eCCcl9lv6iV3nfu82ErkxNk1H893fqH0FUpznZ/H3pSw==
273-
274-
"@next/swc-win32-arm64-msvc@12.1.0":
275-
version "12.1.0"
276-
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.1.0.tgz#eadf054fc412085659b98e145435bbba200b5283"
277-
integrity sha512-T/3gIE6QEfKIJ4dmJk75v9hhNiYZhQYAoYm4iVo1TgcsuaKLFa+zMPh4056AHiG6n9tn2UQ1CFE8EoybEsqsSw==
278-
279-
"@next/swc-win32-ia32-msvc@12.1.0":
280-
version "12.1.0"
281-
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.1.0.tgz#68faeae10c89f698bf9d28759172b74c9c21bda1"
282-
integrity sha512-iwnKgHJdqhIW19H9PRPM9j55V6RdcOo6rX+5imx832BCWzkDbyomWnlzBfr6ByUYfhohb8QuH4hSGEikpPqI0Q==
283-
284-
"@next/swc-win32-x64-msvc@12.1.0":
285-
version "12.1.0"
286-
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.1.0.tgz#d27e7e76c87a460a4da99c5bfdb1618dcd6cd064"
287-
integrity sha512-aBvcbMwuanDH4EMrL2TthNJy+4nP59Bimn8egqv6GHMVj0a44cU6Au4PjOhLNqEh9l+IpRGBqMTzec94UdC5xg==
226+
"@next/swc-android-arm-eabi@12.1.5":
227+
version "12.1.5"
228+
resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-12.1.5.tgz#36729ab3dfd7743e82cfe536b43254dcb146620c"
229+
integrity sha512-SKnGTdYcoN04Y2DvE0/Y7/MjkA+ltsmbuH/y/hR7Ob7tsj+8ZdOYuk+YvW1B8dY20nDPHP58XgDTSm2nA8BzzA==
230+
231+
"@next/swc-android-arm64@12.1.5":
232+
version "12.1.5"
233+
resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.1.5.tgz#52578f552305c92d0b9b81d603c9643fb71e0835"
234+
integrity sha512-YXiqgQ/9Rxg1dXp6brXbeQM1JDx9SwUY/36JiE+36FXqYEmDYbxld9qkX6GEzkc5rbwJ+RCitargnzEtwGW0mw==
235+
236+
"@next/swc-darwin-arm64@12.1.5":
237+
version "12.1.5"
238+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.1.5.tgz#3d5b53211484c72074f4975ba0ec2b1107db300e"
239+
integrity sha512-y8mhldb/WFZ6lFeowkGfi0cO/lBdiBqDk4T4LZLvCpoQp4Or/NzUN6P5NzBQZ5/b4oUHM/wQICEM+1wKA4qIVw==
240+
241+
"@next/swc-darwin-x64@12.1.5":
242+
version "12.1.5"
243+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.1.5.tgz#adcabb732d226453777c0d37d58eaff9328b66fd"
244+
integrity sha512-wqJ3X7WQdTwSGi0kIDEmzw34QHISRIQ5uvC+VXmsIlCPFcMA+zM5723uh8NfuKGquDMiEMS31a83QgkuHMYbwQ==
245+
246+
"@next/swc-linux-arm-gnueabihf@12.1.5":
247+
version "12.1.5"
248+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.1.5.tgz#82a7cde67482b756bc65fbebf1dfa8a782074e93"
249+
integrity sha512-WnhdM5duONMvt2CncAl+9pim0wBxDS2lHoo7ub/o/i1bRbs11UTzosKzEXVaTDCUkCX2c32lIDi1WcN2ZPkcdw==
250+
251+
"@next/swc-linux-arm64-gnu@12.1.5":
252+
version "12.1.5"
253+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.1.5.tgz#f82ca014504950aab751e81f467492e9be0bad5d"
254+
integrity sha512-Jq2H68yQ4bLUhR/XQnbw3LDW0GMQn355qx6rU36BthDLeGue7YV7MqNPa8GKvrpPocEMW77nWx/1yI6w6J07gw==
255+
256+
"@next/swc-linux-arm64-musl@12.1.5":
257+
version "12.1.5"
258+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.1.5.tgz#f811ec9f4b12a978426c284c95ab2f515ddf7f9e"
259+
integrity sha512-KgPjwdbhDqXI7ghNN8V/WAiLquc9Ebe8KBrNNEL0NQr+yd9CyKJ6KqjayVkmX+hbHzbyvbui/5wh/p3CZQ9xcQ==
260+
261+
"@next/swc-linux-x64-gnu@12.1.5":
262+
version "12.1.5"
263+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.1.5.tgz#d44857257e6d20dc841998951d584ab1f25772c3"
264+
integrity sha512-O2ErUTvCJ6DkNTSr9pbu1n3tcqykqE/ebty1rwClzIYdOgpB3T2MfEPP+K7GhUR87wmN/hlihO9ch7qpVFDGKw==
265+
266+
"@next/swc-linux-x64-musl@12.1.5":
267+
version "12.1.5"
268+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.1.5.tgz#3cc523abadc9a2a6de680593aff06e71cc29ecef"
269+
integrity sha512-1eIlZmlO/VRjxxzUBcVosf54AFU3ltAzHi+BJA+9U/lPxCYIsT+R4uO3QksRzRjKWhVQMRjEnlXyyq5SKJm7BA==
270+
271+
"@next/swc-win32-arm64-msvc@12.1.5":
272+
version "12.1.5"
273+
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.1.5.tgz#c62232d869f1f9b22e8f24e4e7f05307c20f30ca"
274+
integrity sha512-oromsfokbEuVb0CBLLE7R9qX3KGXucZpsojLpzUh1QJjuy1QkrPJncwr8xmWQnwgtQ6ecMWXgXPB+qtvizT9Tw==
275+
276+
"@next/swc-win32-ia32-msvc@12.1.5":
277+
version "12.1.5"
278+
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.1.5.tgz#2bd9b28a9ba730d12a493e7d9d18e150fe89d496"
279+
integrity sha512-a/51L5KzBpeZSW9LbekMo3I3Cwul+V+QKwbEIMA+Qwb2qrlcn1L9h3lt8cHqNTFt2y72ce6aTwDTw1lyi5oIRA==
280+
281+
"@next/swc-win32-x64-msvc@12.1.5":
282+
version "12.1.5"
283+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.1.5.tgz#02f377e4d41eaaacf265e34bab9bacd8efc4a351"
284+
integrity sha512-/SoXW1Ntpmpw3AXAzfDRaQidnd8kbZ2oSni8u5z0yw6t4RwJvmdZy1eOaAADRThWKV+2oU90++LSnXJIwBRWYQ==
288285

289286
"@nodelib/fs.scandir@2.1.5":
290287
version "2.1.5"
@@ -386,11 +383,6 @@
386383
dependencies:
387384
"@types/unist" "*"
388385

389-
"@types/js-yaml@^4.0.0":
390-
version "4.0.5"
391-
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.5.tgz#738dd390a6ecc5442f35e7f03fa1431353f7e138"
392-
integrity sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==
393-
394386
"@types/json-schema@^7.0.5":
395387
version "7.0.11"
396388
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
@@ -457,15 +449,6 @@
457449
"@types/scheduler" "*"
458450
csstype "^3.0.2"
459451

460-
"@types/react@>=16":
461-
version "17.0.39"
462-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.39.tgz#d0f4cde092502a6db00a1cded6e6bf2abb7633ce"
463-
integrity sha512-UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug==
464-
dependencies:
465-
"@types/prop-types" "*"
466-
"@types/scheduler" "*"
467-
csstype "^3.0.2"
468-
469452
"@types/resolve@^1.17.1":
470453
version "1.20.1"
471454
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.1.tgz#3727e48042fda81e374f5d5cf2fa92288bf698f8"
@@ -2887,38 +2870,28 @@ natural-compare@^1.4.0:
28872870
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
28882871
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
28892872

2890-
next-mdx-remote@^4.0.0:
2891-
version "4.0.0"
2892-
resolved "https://registry.yarnpkg.com/next-mdx-remote/-/next-mdx-remote-4.0.0.tgz#f76e09344e1b8df9b71782df14dd1a0a442d30a2"
2893-
integrity sha512-WEEBe5OaIiiACvWsYwkf6uFnVcuam33dghDu2WpALE1BcH8Oozwvmjb0KFLURuAQsYL/yOZCTr8urmYtOZifRQ==
2894-
dependencies:
2895-
"@mdx-js/mdx" "^2.0.0"
2896-
"@mdx-js/react" "^2.0.0"
2897-
vfile "^5.3.0"
2898-
vfile-matter "^3.0.1"
2899-
2900-
next@12.1.0:
2901-
version "12.1.0"
2902-
resolved "https://registry.yarnpkg.com/next/-/next-12.1.0.tgz#c33d753b644be92fc58e06e5a214f143da61dd5d"
2903-
integrity sha512-s885kWvnIlxsUFHq9UGyIyLiuD0G3BUC/xrH0CEnH5lHEWkwQcHOORgbDF0hbrW9vr/7am4ETfX4A7M6DjrE7Q==
2873+
next@12.1.5:
2874+
version "12.1.5"
2875+
resolved "https://registry.yarnpkg.com/next/-/next-12.1.5.tgz#7a07687579ddce61ee519493e1c178d83abac063"
2876+
integrity sha512-YGHDpyfgCfnT5GZObsKepmRnne7Kzp7nGrac07dikhutWQug7hHg85/+sPJ4ZW5Q2pDkb+n0FnmLkmd44htIJQ==
29042877
dependencies:
2905-
"@next/env" "12.1.0"
2878+
"@next/env" "12.1.5"
29062879
caniuse-lite "^1.0.30001283"
29072880
postcss "8.4.5"
2908-
styled-jsx "5.0.0"
2909-
use-subscription "1.5.1"
2881+
styled-jsx "5.0.1"
29102882
optionalDependencies:
2911-
"@next/swc-android-arm64" "12.1.0"
2912-
"@next/swc-darwin-arm64" "12.1.0"
2913-
"@next/swc-darwin-x64" "12.1.0"
2914-
"@next/swc-linux-arm-gnueabihf" "12.1.0"
2915-
"@next/swc-linux-arm64-gnu" "12.1.0"
2916-
"@next/swc-linux-arm64-musl" "12.1.0"
2917-
"@next/swc-linux-x64-gnu" "12.1.0"
2918-
"@next/swc-linux-x64-musl" "12.1.0"
2919-
"@next/swc-win32-arm64-msvc" "12.1.0"
2920-
"@next/swc-win32-ia32-msvc" "12.1.0"
2921-
"@next/swc-win32-x64-msvc" "12.1.0"
2883+
"@next/swc-android-arm-eabi" "12.1.5"
2884+
"@next/swc-android-arm64" "12.1.5"
2885+
"@next/swc-darwin-arm64" "12.1.5"
2886+
"@next/swc-darwin-x64" "12.1.5"
2887+
"@next/swc-linux-arm-gnueabihf" "12.1.5"
2888+
"@next/swc-linux-arm64-gnu" "12.1.5"
2889+
"@next/swc-linux-arm64-musl" "12.1.5"
2890+
"@next/swc-linux-x64-gnu" "12.1.5"
2891+
"@next/swc-linux-x64-musl" "12.1.5"
2892+
"@next/swc-win32-arm64-msvc" "12.1.5"
2893+
"@next/swc-win32-ia32-msvc" "12.1.5"
2894+
"@next/swc-win32-x64-msvc" "12.1.5"
29222895

29232896
node-domexception@^1.0.0:
29242897
version "1.0.0"
@@ -3145,10 +3118,10 @@ prettier@*:
31453118
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
31463119
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
31473120

3148-
prism-react-renderer@^1.2.1:
3149-
version "1.2.1"
3150-
resolved "https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-1.2.1.tgz#392460acf63540960e5e3caa699d851264e99b89"
3151-
integrity sha512-w23ch4f75V1Tnz8DajsYKvY5lF7H1+WvzvLUcF0paFxkTHSp42RS0H5CttdN2Q8RR3DRGZ9v5xD/h3n8C8kGmg==
3121+
prism-react-renderer@^1.3.1:
3122+
version "1.3.1"
3123+
resolved "https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-1.3.1.tgz#88fc9d0df6bed06ca2b9097421349f8c2f24e30d"
3124+
integrity sha512-xUeDMEz074d0zc5y6rxiMp/dlC7C+5IDDlaEUlcBOFE2wddz7hz5PNupb087mPwTt7T9BrFmewObfCBuf/LKwQ==
31523125

31533126
progress@^2.0.0:
31543127
version "2.0.3"
@@ -3396,10 +3369,10 @@ sade@^1.7.3:
33963369
dependencies:
33973370
mri "^1.1.0"
33983371

3399-
sass@^1.49.7:
3400-
version "1.49.7"
3401-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.7.tgz#22a86a50552b9b11f71404dfad1b9ff44c6b0c49"
3402-
integrity sha512-13dml55EMIR2rS4d/RDHHP0sXMY3+30e1TKsyXaSz3iLWVoDWEoboY8WzJd5JMnxrRHffKO3wq2mpJ0jxRJiEQ==
3372+
sass@^1.50.1:
3373+
version "1.50.1"
3374+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.50.1.tgz#e9b078a1748863013c4712d2466ce8ca4e4ed292"
3375+
integrity sha512-noTnY41KnlW2A9P8sdwESpDmo+KBNkukI1i8+hOK3footBUcohNHtdOJbckp46XO95nuvcHDDZ+4tmOnpK3hjw==
34033376
dependencies:
34043377
chokidar ">=3.0.0 <4.0.0"
34053378
immutable "^4.0.0"
@@ -3582,10 +3555,10 @@ style-to-object@^0.3.0:
35823555
dependencies:
35833556
inline-style-parser "0.1.1"
35843557

3585-
styled-jsx@5.0.0:
3586-
version "5.0.0"
3587-
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.0.0.tgz#816b4b92e07b1786c6b7111821750e0ba4d26e77"
3588-
integrity sha512-qUqsWoBquEdERe10EW8vLp3jT25s/ssG1/qX5gZ4wu15OZpmSMFI2v+fWlRhLfykA5rFtlJ1ME8A8pm/peV4WA==
3558+
styled-jsx@5.0.1:
3559+
version "5.0.1"
3560+
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.0.1.tgz#78fecbbad2bf95ce6cd981a08918ce4696f5fc80"
3561+
integrity sha512-+PIZ/6Uk40mphiQJJI1202b+/dYeTVd9ZnMPR80pgiWbjIwvN2zIp4r9et0BgqBuShh48I0gttPlAXA7WVvBxw==
35893562

35903563
supports-color@^5.3.0:
35913564
version "5.5.0"
@@ -3817,13 +3790,6 @@ uri-js@^4.2.2:
38173790
dependencies:
38183791
punycode "^2.1.0"
38193792

3820-
use-subscription@1.5.1:
3821-
version "1.5.1"
3822-
resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.1.tgz#73501107f02fad84c6dd57965beb0b75c68c42d1"
3823-
integrity sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==
3824-
dependencies:
3825-
object-assign "^4.1.1"
3826-
38273793
uuid@^8.3.2:
38283794
version "8.3.2"
38293795
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
@@ -3853,15 +3819,6 @@ vfile-location@^4.0.0:
38533819
"@types/unist" "^2.0.0"
38543820
vfile "^5.0.0"
38553821

3856-
vfile-matter@^3.0.1:
3857-
version "3.0.1"
3858-
resolved "https://registry.yarnpkg.com/vfile-matter/-/vfile-matter-3.0.1.tgz#85e26088e43aa85c04d42ffa3693635fa2bc5624"
3859-
integrity sha512-CAAIDwnh6ZdtrqAuxdElUqQRQDQgbbIrYtDYI8gCjXS1qQ+1XdLoK8FIZWxJwn0/I+BkSSZpar3SOgjemQz4fg==
3860-
dependencies:
3861-
"@types/js-yaml" "^4.0.0"
3862-
is-buffer "^2.0.0"
3863-
js-yaml "^4.0.0"
3864-
38653822
vfile-message@^3.0.0:
38663823
version "3.0.2"
38673824
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.0.2.tgz#db7eaebe7fecb853010f2ef1664427f52baf8f74"
@@ -3880,16 +3837,6 @@ vfile@^5.0.0:
38803837
unist-util-stringify-position "^3.0.0"
38813838
vfile-message "^3.0.0"
38823839

3883-
vfile@^5.3.0:
3884-
version "5.3.0"
3885-
resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.3.0.tgz#4990c78cb3157005590ee8c930b71cd7fa6a006e"
3886-
integrity sha512-Tj44nY/48OQvarrE4FAjUfrv7GZOYzPbl5OD65HxVKwLJKMPU7zmfV8cCgCnzKWnSfYG2f3pxu+ALqs7j22xQQ==
3887-
dependencies:
3888-
"@types/unist" "^2.0.0"
3889-
is-buffer "^2.0.0"
3890-
unist-util-stringify-position "^3.0.0"
3891-
vfile-message "^3.0.0"
3892-
38933840
web-namespaces@^2.0.0:
38943841
version "2.0.1"
38953842
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-2.0.1.tgz#1010ff7c650eccb2592cebeeaf9a1b253fd40692"

0 commit comments

Comments
 (0)