Skip to content

Commit f3819ef

Browse files
committed
chore: update job in bio, update dependencies
1 parent ffaf78c commit f3819ef

File tree

3 files changed

+81
-82
lines changed

3 files changed

+81
-82
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"mdx-prism": "^0.3.4",
2121
"next": "^12.1.0",
2222
"next-mdx-remote": "^4.0.0",
23-
"next-seo": "5.1.0",
23+
"next-seo": "5.2.0",
2424
"preact": "^10.6.6",
2525
"react": "^17.0.2",
2626
"react-dom": "^17.0.2",
@@ -30,13 +30,13 @@
3030
"remark-slug": "^7.0.1"
3131
},
3232
"devDependencies": {
33-
"@types/node": "17.0.21",
34-
"@types/react": "^17.0.39",
35-
"autoprefixer": "^10.4.2",
36-
"eslint": "8.10.0",
33+
"@types/node": "17.0.22",
34+
"@types/react": "^17.0.42",
35+
"autoprefixer": "^10.4.4",
36+
"eslint": "8.11.0",
3737
"eslint-config-next": "12.1.0",
38-
"next-sitemap": "^2.5.4",
39-
"postcss": "^8.4.8",
38+
"next-sitemap": "^2.5.13",
39+
"postcss": "^8.4.12",
4040
"rehype": "^12.0.1",
4141
"tailwindcss": "^3.0.23",
4242
"typescript": "^4.6.2"

src/components/about/bio.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,8 @@ const Bio = () => {
2828
<div className="space-y-8">
2929
<Divider isCenter />
3030
<p>
31-
Day-to-day I work full time at{' '}
32-
<TextLink isExternal href="https://kolabo.id">
33-
Kolabo
34-
</TextLink>{' '}
35-
as a Frontend Engineer. Build an application to help remote workers in Indonesia. In addition, I am also an
36-
undergraduate student of Informatics at Amikom University, Yogyakarta. Outside of my job, I like to make
37-
things out of the ideas that pop into my head. I&apos;ll probably put it later on the{' '}
31+
Day-to-day I&apos;m an undergraduate student of Informatics at Amikom University, Yogyakarta. Outside of my
32+
job, I like to make things out of the ideas that pop into my head. I&apos;ll probably put it later on the{' '}
3833
<TextLink href="/projects">projects</TextLink> page on this website.
3934
</p>
4035
</div>

yarn.lock

Lines changed: 72 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-2.6.148.tgz#8fa825d53ffd1cbcafce1b6a830eefd3dcc09dd5"
5151
integrity sha512-6QMz0/2h5C3ua51iAnXMPWFbb1QOU1UvSM4bKBw5mzdT+WtLgjbETBBIQZ+Sh9WvEcGwlAt/DEdRpIC3XlDBMA==
5252

53-
"@eslint/eslintrc@^1.2.0":
54-
version "1.2.0"
55-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.0.tgz#7ce1547a5c46dfe56e1e45c3c9ed18038c721c6a"
56-
integrity sha512-igm9SjJHNEJRiUnecP/1R5T3wKLEJ7pL6e2P+GUSfCd0dGjPYYZve08uzw8L2J8foVHFz+NGu12JxRcU2gGo6w==
53+
"@eslint/eslintrc@^1.2.1":
54+
version "1.2.1"
55+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.1.tgz#8b5e1c49f4077235516bc9ec7d41378c0f69b8c6"
56+
integrity sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==
5757
dependencies:
5858
ajv "^6.12.4"
5959
debug "^4.3.2"
6060
espree "^9.3.1"
6161
globals "^13.9.0"
62-
ignore "^4.0.6"
62+
ignore "^5.2.0"
6363
import-fresh "^3.2.1"
6464
js-yaml "^4.1.0"
6565
minimatch "^3.0.4"
@@ -338,10 +338,10 @@
338338
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
339339
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
340340

341-
"@types/node@17.0.21":
342-
version "17.0.21"
343-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.21.tgz#864b987c0c68d07b4345845c3e63b75edd143644"
344-
integrity sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==
341+
"@types/node@17.0.22":
342+
version "17.0.22"
343+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.22.tgz#38b6c4b9b2f3ed9f2e376cce42a298fb2375251e"
344+
integrity sha512-8FwbVoG4fy+ykY86XCAclKZDORttqE5/s7dyWZKLXTdv3vRy5HozBEinG5IqhvPXXzIZEcTVbuHlQEI6iuwcmw==
345345

346346
"@types/parse-json@^4.0.0":
347347
version "4.0.0"
@@ -363,7 +363,7 @@
363363
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
364364
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
365365

366-
"@types/react@>=16", "@types/react@^17.0.39":
366+
"@types/react@>=16":
367367
version "17.0.39"
368368
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.39.tgz#d0f4cde092502a6db00a1cded6e6bf2abb7633ce"
369369
integrity sha512-UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug==
@@ -372,6 +372,15 @@
372372
"@types/scheduler" "*"
373373
csstype "^3.0.2"
374374

375+
"@types/react@^17.0.42":
376+
version "17.0.42"
377+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.42.tgz#8242b9219bf8a911c47f248e327206fea3f4ee5a"
378+
integrity sha512-nuab3x3CpJ7VFeNA+3HTUuEkvClYHXqWtWd7Ud6AZYW7Z3NH9WKtgU+tFB0ZLcHq+niB/HnzLcaZPqMJ95+k5Q==
379+
dependencies:
380+
"@types/prop-types" "*"
381+
"@types/scheduler" "*"
382+
csstype "^3.0.2"
383+
375384
"@types/scheduler@*":
376385
version "0.16.1"
377386
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
@@ -561,14 +570,14 @@ astring@^1.6.0:
561570
resolved "https://registry.yarnpkg.com/astring/-/astring-1.8.1.tgz#a91c4afd4af3523e11f31242a3d5d9af62bb6cc6"
562571
integrity sha512-Aj3mbwVzj7Vve4I/v2JYOPFkCGM2YS7OqQTNSxmUR+LECRpokuPgAYghePgr6SALDo5bD5DlfbSaYjOzGJZOLQ==
563572

564-
autoprefixer@^10.4.2:
565-
version "10.4.2"
566-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.2.tgz#25e1df09a31a9fba5c40b578936b90d35c9d4d3b"
567-
integrity sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==
573+
autoprefixer@^10.4.4:
574+
version "10.4.4"
575+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.4.tgz#3e85a245b32da876a893d3ac2ea19f01e7ea5a1e"
576+
integrity sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA==
568577
dependencies:
569-
browserslist "^4.19.1"
570-
caniuse-lite "^1.0.30001297"
571-
fraction.js "^4.1.2"
578+
browserslist "^4.20.2"
579+
caniuse-lite "^1.0.30001317"
580+
fraction.js "^4.2.0"
572581
normalize-range "^0.1.2"
573582
picocolors "^1.0.0"
574583
postcss-value-parser "^4.2.0"
@@ -618,15 +627,15 @@ braces@^3.0.1, braces@~3.0.2:
618627
dependencies:
619628
fill-range "^7.0.1"
620629

621-
browserslist@^4.19.1:
622-
version "4.19.1"
623-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3"
624-
integrity sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==
630+
browserslist@^4.20.2:
631+
version "4.20.2"
632+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.2.tgz#567b41508757ecd904dab4d1c646c612cd3d4f88"
633+
integrity sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==
625634
dependencies:
626-
caniuse-lite "^1.0.30001286"
627-
electron-to-chromium "^1.4.17"
635+
caniuse-lite "^1.0.30001317"
636+
electron-to-chromium "^1.4.84"
628637
escalade "^3.1.1"
629-
node-releases "^2.0.1"
638+
node-releases "^2.0.2"
630639
picocolors "^1.0.0"
631640

632641
call-bind@^1.0.0, call-bind@^1.0.2:
@@ -647,15 +656,15 @@ camelcase-css@^2.0.1:
647656
resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5"
648657
integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
649658

650-
caniuse-lite@^1.0.30001283, caniuse-lite@^1.0.30001297:
659+
caniuse-lite@^1.0.30001283:
651660
version "1.0.30001299"
652661
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz#d753bf6444ed401eb503cbbe17aa3e1451b5a68c"
653662
integrity sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==
654663

655-
caniuse-lite@^1.0.30001286:
656-
version "1.0.30001292"
657-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001292.tgz#4a55f61c06abc9595965cfd77897dc7bc1cdc456"
658-
integrity sha512-jnT4Tq0Q4ma+6nncYQVe7d73kmDmE9C3OGTx3MvW7lBM/eY1S1DZTMBON7dqV481RhNiS5OxD7k9JQvmDOTirw==
664+
caniuse-lite@^1.0.30001317:
665+
version "1.0.30001319"
666+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001319.tgz#eb4da4eb3ecdd409f7ba1907820061d56096e88f"
667+
integrity sha512-xjlIAFHucBRSMUo1kb5D4LYgcN1M45qdKP++lhqowDpwJwGkpIRTt5qQqnhxjj1vHcI7nrJxWhCC1ATrCEBTcw==
659668

660669
ccount@^1.0.0:
661670
version "1.1.0"
@@ -942,10 +951,10 @@ doctrine@^3.0.0:
942951
dependencies:
943952
esutils "^2.0.2"
944953

945-
electron-to-chromium@^1.4.17:
946-
version "1.4.28"
947-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.28.tgz#fef0e92e281df6d568f482d8d53c34ca5374de48"
948-
integrity sha512-Gzbf0wUtKfyPaqf0Plz+Ctinf9eQIzxEqBHwSvbGfeOm9GMNdLxyu1dNiCUfM+x6r4BE0xUJNh3Nmg9gfAtTmg==
954+
electron-to-chromium@^1.4.84:
955+
version "1.4.90"
956+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.90.tgz#4a518590f118828d54fff045728f547fef08143f"
957+
integrity sha512-ZwKgSA0mQMyEhz+NR0F8dRzkrCLeHLzLkjx/CWf16+zV85hQ6meXPQbKanvhnpkYb7b2uJNj+enQJ/N877ND4Q==
949958

950959
"emoji-regex@>=6.0.0 <=6.1.1":
951960
version "6.1.1"
@@ -1143,12 +1152,12 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
11431152
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
11441153
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
11451154

1146-
eslint@8.10.0:
1147-
version "8.10.0"
1148-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.10.0.tgz#931be395eb60f900c01658b278e05b6dae47199d"
1149-
integrity sha512-tcI1D9lfVec+R4LE1mNDnzoJ/f71Kl/9Cv4nG47jOueCMBrCCKYXr4AUVS7go6mWYGFD4+EoN6+eXSrEbRzXVw==
1155+
eslint@8.11.0:
1156+
version "8.11.0"
1157+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.11.0.tgz#88b91cfba1356fc10bb9eb592958457dfe09fb37"
1158+
integrity sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==
11501159
dependencies:
1151-
"@eslint/eslintrc" "^1.2.0"
1160+
"@eslint/eslintrc" "^1.2.1"
11521161
"@humanwhocodes/config-array" "^0.9.2"
11531162
ajv "^6.10.0"
11541163
chalk "^4.0.0"
@@ -1342,10 +1351,10 @@ flatted@^3.1.0:
13421351
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
13431352
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
13441353

1345-
fraction.js@^4.1.2:
1346-
version "4.1.2"
1347-
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.1.2.tgz#13e420a92422b6cf244dff8690ed89401029fbe8"
1348-
integrity sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==
1354+
fraction.js@^4.2.0:
1355+
version "4.2.0"
1356+
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950"
1357+
integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
13491358

13501359
fs.realpath@^1.0.0:
13511360
version "1.0.0"
@@ -1649,11 +1658,6 @@ html-void-elements@^2.0.0:
16491658
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-2.0.0.tgz#ea71bae0dd33de675cdda3c4ace1bc7584bb1071"
16501659
integrity sha512-4OYzQQsBt0G9bJ/nM9/DDsjm4+fVdzAaPJJcWk5QwA3GIAPxQEeOR0rsI8HbDHQz5Gta8pVvGnnTNSbZVEVvkQ==
16511660

1652-
ignore@^4.0.6:
1653-
version "4.0.6"
1654-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
1655-
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
1656-
16571661
ignore@^5.2.0:
16581662
version "5.2.0"
16591663
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
@@ -2531,15 +2535,15 @@ next-mdx-remote@^4.0.0:
25312535
vfile "^5.3.0"
25322536
vfile-matter "^3.0.1"
25332537

2534-
next-seo@5.1.0:
2535-
version "5.1.0"
2536-
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-5.1.0.tgz#aa9fd6249a11bf93e6da06fa2a6bc89268936edf"
2537-
integrity sha512-ampuQfNTOi1x+xtRIb6CZGunIo6rQXtMo2Tyu861d5GjJFIwfOXsA4lzCa4+e2rLkyXDyVpavNNUZWa3US9ELw==
2538+
next-seo@5.2.0:
2539+
version "5.2.0"
2540+
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-5.2.0.tgz#d847fadc637b4b2778d46822357a3682bbdf3221"
2541+
integrity sha512-IJNKzYH4ARKHxN6YTN7AYj3CEpZLpL/o6FlDZqWJ/HaOnpjpvLHpQlI57be/N92iafmYwYE+jOU0SQ6T9DIo/Q==
25382542

2539-
next-sitemap@^2.5.4:
2540-
version "2.5.4"
2541-
resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-2.5.4.tgz#a48498d495b603043b5322878501cf4069b827ef"
2542-
integrity sha512-ftFqQQk74V+9+WkyAQLi98vaoLHisarP9VpsFTlAje3HOPzSQ33GrURDY8dRiguhFps4S4lQApXH5AgKByubvg==
2543+
next-sitemap@^2.5.13:
2544+
version "2.5.13"
2545+
resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-2.5.13.tgz#d7ac297130274abbdc90c4206f903ae73c8f6b1e"
2546+
integrity sha512-MIIqXdabDLj086OwP2MQmpk90KR7Sxup8DWxkDQBD2KZhml/ds2vulCv7sZptpuVjXckCufoMSsP+JjMdr2cSw==
25432547
dependencies:
25442548
"@corex/deepmerge" "^2.6.148"
25452549
minimist "^1.2.5"
@@ -2567,10 +2571,10 @@ next@^12.1.0:
25672571
"@next/swc-win32-ia32-msvc" "12.1.0"
25682572
"@next/swc-win32-x64-msvc" "12.1.0"
25692573

2570-
node-releases@^2.0.1:
2571-
version "2.0.1"
2572-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
2573-
integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
2574+
node-releases@^2.0.2:
2575+
version "2.0.2"
2576+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.2.tgz#7139fe71e2f4f11b47d4d2986aaf8c48699e0c01"
2577+
integrity sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==
25742578

25752579
normalize-path@^3.0.0, normalize-path@~3.0.0:
25762580
version "3.0.0"
@@ -2844,6 +2848,15 @@ postcss@8.4.5:
28442848
picocolors "^1.0.0"
28452849
source-map-js "^1.0.1"
28462850

2851+
postcss@^8.4.12:
2852+
version "8.4.12"
2853+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
2854+
integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
2855+
dependencies:
2856+
nanoid "^3.3.1"
2857+
picocolors "^1.0.0"
2858+
source-map-js "^1.0.2"
2859+
28472860
postcss@^8.4.6:
28482861
version "8.4.6"
28492862
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.6.tgz#c5ff3c3c457a23864f32cb45ac9b741498a09ae1"
@@ -2853,15 +2866,6 @@ postcss@^8.4.6:
28532866
picocolors "^1.0.0"
28542867
source-map-js "^1.0.2"
28552868

2856-
postcss@^8.4.8:
2857-
version "8.4.8"
2858-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.8.tgz#dad963a76e82c081a0657d3a2f3602ce10c2e032"
2859-
integrity sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==
2860-
dependencies:
2861-
nanoid "^3.3.1"
2862-
picocolors "^1.0.0"
2863-
source-map-js "^1.0.2"
2864-
28652869
preact@^10.6.6:
28662870
version "10.6.6"
28672871
resolved "https://registry.yarnpkg.com/preact/-/preact-10.6.6.tgz#f1899bc8dab7c0788b858481532cb3b5d764a520"

0 commit comments

Comments
 (0)