Skip to content

Commit 55eca87

Browse files
committed
yarn upgrade
1 parent fc46570 commit 55eca87

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"astro-icon": "^1.1.4",
4141
"astro-remote": "^0.3.3",
4242
"astro-social-share": "^2.0.3",
43-
"class-variance-authority": "^0.7.0",
43+
"class-variance-authority": "^0.7.1",
4444
"clsx": "^2.1.1",
4545
"date-fns": "^4.1.0",
4646
"dotenv": "^16.4.5",
@@ -57,7 +57,7 @@
5757
"reading-time": "^1.5.0",
5858
"sharp": "0.32.6",
5959
"tailwind-clip-path": "^1.0.0",
60-
"tailwind-merge": "^2.5.4",
60+
"tailwind-merge": "^2.5.5",
6161
"zod": "^3.23.4"
6262
},
6363
"devDependencies": {
@@ -69,15 +69,15 @@
6969
"@types/mdast": "^4.0.3",
7070
"@types/react": "^18.3.12",
7171
"@types/react-dom": "^18.3.1",
72-
"@typescript-eslint/eslint-plugin": "^8.15.0",
73-
"@typescript-eslint/parser": "^8.15.0",
72+
"@typescript-eslint/eslint-plugin": "^8.16.0",
73+
"@typescript-eslint/parser": "^8.16.0",
7474
"eslint": "8.57.0",
7575
"eslint-config-prettier": "^9.1.0",
7676
"eslint-mdx": "^3.1.5",
7777
"eslint-plugin-astro": "^1.3.1",
7878
"eslint-plugin-mdx": "^3.1.5",
7979
"eslint-plugin-tailwindcss": "^3.17.5",
80-
"prettier": "^3.3.3",
80+
"prettier": "^3.4.0",
8181
"prettier-plugin-astro": "^0.14.1",
8282
"satori": "^0.12.0",
8383
"satori-html": "^0.3.2",

yarn.lock

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,39 +1475,39 @@
14751475
dependencies:
14761476
"@types/node" "*"
14771477

1478-
"@typescript-eslint/eslint-plugin@^8.15.0":
1479-
version "8.15.0"
1480-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2"
1481-
integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==
1478+
"@typescript-eslint/eslint-plugin@^8.16.0":
1479+
version "8.16.0"
1480+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.16.0.tgz#ac56825bcdf3b392fc76a94b1315d4a162f201a6"
1481+
integrity sha512-5YTHKV8MYlyMI6BaEG7crQ9BhSc8RxzshOReKwZwRWN0+XvvTOm+L/UYLCYxFpfwYuAAqhxiq4yae0CMFwbL7Q==
14821482
dependencies:
14831483
"@eslint-community/regexpp" "^4.10.0"
1484-
"@typescript-eslint/scope-manager" "8.15.0"
1485-
"@typescript-eslint/type-utils" "8.15.0"
1486-
"@typescript-eslint/utils" "8.15.0"
1487-
"@typescript-eslint/visitor-keys" "8.15.0"
1484+
"@typescript-eslint/scope-manager" "8.16.0"
1485+
"@typescript-eslint/type-utils" "8.16.0"
1486+
"@typescript-eslint/utils" "8.16.0"
1487+
"@typescript-eslint/visitor-keys" "8.16.0"
14881488
graphemer "^1.4.0"
14891489
ignore "^5.3.1"
14901490
natural-compare "^1.4.0"
14911491
ts-api-utils "^1.3.0"
14921492

1493-
"@typescript-eslint/parser@^8.15.0":
1494-
version "8.15.0"
1495-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.15.0.tgz#92610da2b3af702cfbc02a46e2a2daa6260a9045"
1496-
integrity sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==
1493+
"@typescript-eslint/parser@^8.16.0":
1494+
version "8.16.0"
1495+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.16.0.tgz#ee5b2d6241c1ab3e2e53f03fd5a32d8e266d8e06"
1496+
integrity sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w==
14971497
dependencies:
1498-
"@typescript-eslint/scope-manager" "8.15.0"
1499-
"@typescript-eslint/types" "8.15.0"
1500-
"@typescript-eslint/typescript-estree" "8.15.0"
1501-
"@typescript-eslint/visitor-keys" "8.15.0"
1498+
"@typescript-eslint/scope-manager" "8.16.0"
1499+
"@typescript-eslint/types" "8.16.0"
1500+
"@typescript-eslint/typescript-estree" "8.16.0"
1501+
"@typescript-eslint/visitor-keys" "8.16.0"
15021502
debug "^4.3.4"
15031503

1504-
"@typescript-eslint/scope-manager@8.15.0":
1505-
version "8.15.0"
1506-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6"
1507-
integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==
1504+
"@typescript-eslint/scope-manager@8.16.0":
1505+
version "8.16.0"
1506+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz#ebc9a3b399a69a6052f3d88174456dd399ef5905"
1507+
integrity sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg==
15081508
dependencies:
1509-
"@typescript-eslint/types" "8.15.0"
1510-
"@typescript-eslint/visitor-keys" "8.15.0"
1509+
"@typescript-eslint/types" "8.16.0"
1510+
"@typescript-eslint/visitor-keys" "8.16.0"
15111511

15121512
"@typescript-eslint/scope-manager@^7.0.0 || ^8.0.0":
15131513
version "8.7.0"
@@ -1517,33 +1517,33 @@
15171517
"@typescript-eslint/types" "8.7.0"
15181518
"@typescript-eslint/visitor-keys" "8.7.0"
15191519

1520-
"@typescript-eslint/type-utils@8.15.0":
1521-
version "8.15.0"
1522-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72"
1523-
integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==
1520+
"@typescript-eslint/type-utils@8.16.0":
1521+
version "8.16.0"
1522+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.16.0.tgz#585388735f7ac390f07c885845c3d185d1b64740"
1523+
integrity sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg==
15241524
dependencies:
1525-
"@typescript-eslint/typescript-estree" "8.15.0"
1526-
"@typescript-eslint/utils" "8.15.0"
1525+
"@typescript-eslint/typescript-estree" "8.16.0"
1526+
"@typescript-eslint/utils" "8.16.0"
15271527
debug "^4.3.4"
15281528
ts-api-utils "^1.3.0"
15291529

1530-
"@typescript-eslint/types@8.15.0":
1531-
version "8.15.0"
1532-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc"
1533-
integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==
1530+
"@typescript-eslint/types@8.16.0":
1531+
version "8.16.0"
1532+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737"
1533+
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==
15341534

15351535
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^7.0.0 || ^8.0.0", "@typescript-eslint/types@^7.7.1 || ^8":
15361536
version "8.7.0"
15371537
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.7.0.tgz#21d987201c07b69ce7ddc03451d7196e5445ad19"
15381538
integrity sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w==
15391539

1540-
"@typescript-eslint/typescript-estree@8.15.0":
1541-
version "8.15.0"
1542-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7"
1543-
integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==
1540+
"@typescript-eslint/typescript-estree@8.16.0":
1541+
version "8.16.0"
1542+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz#9d741e56e5b13469b5190e763432ce5551a9300c"
1543+
integrity sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==
15441544
dependencies:
1545-
"@typescript-eslint/types" "8.15.0"
1546-
"@typescript-eslint/visitor-keys" "8.15.0"
1545+
"@typescript-eslint/types" "8.16.0"
1546+
"@typescript-eslint/visitor-keys" "8.16.0"
15471547
debug "^4.3.4"
15481548
fast-glob "^3.3.2"
15491549
is-glob "^4.0.3"
@@ -1565,22 +1565,22 @@
15651565
semver "^7.6.0"
15661566
ts-api-utils "^1.3.0"
15671567

1568-
"@typescript-eslint/utils@8.15.0":
1569-
version "8.15.0"
1570-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
1571-
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==
1568+
"@typescript-eslint/utils@8.16.0":
1569+
version "8.16.0"
1570+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.16.0.tgz#c71264c437157feaa97842809836254a6fc833c3"
1571+
integrity sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA==
15721572
dependencies:
15731573
"@eslint-community/eslint-utils" "^4.4.0"
1574-
"@typescript-eslint/scope-manager" "8.15.0"
1575-
"@typescript-eslint/types" "8.15.0"
1576-
"@typescript-eslint/typescript-estree" "8.15.0"
1574+
"@typescript-eslint/scope-manager" "8.16.0"
1575+
"@typescript-eslint/types" "8.16.0"
1576+
"@typescript-eslint/typescript-estree" "8.16.0"
15771577

1578-
"@typescript-eslint/visitor-keys@8.15.0":
1579-
version "8.15.0"
1580-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12"
1581-
integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==
1578+
"@typescript-eslint/visitor-keys@8.16.0":
1579+
version "8.16.0"
1580+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz#d5086afc060b01ff7a4ecab8d49d13d5a7b07705"
1581+
integrity sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ==
15821582
dependencies:
1583-
"@typescript-eslint/types" "8.15.0"
1583+
"@typescript-eslint/types" "8.16.0"
15841584
eslint-visitor-keys "^4.2.0"
15851585

15861586
"@typescript-eslint/[email protected]":
@@ -2360,12 +2360,12 @@ ci-info@^4.0.0:
23602360
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.0.0.tgz#65466f8b280fc019b9f50a5388115d17a63a44f2"
23612361
integrity sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==
23622362

2363-
class-variance-authority@^0.7.0:
2364-
version "0.7.0"
2365-
resolved "https://registry.yarnpkg.com/class-variance-authority/-/class-variance-authority-0.7.0.tgz#1c3134d634d80271b1837452b06d821915954522"
2366-
integrity sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==
2363+
class-variance-authority@^0.7.1:
2364+
version "0.7.1"
2365+
resolved "https://registry.yarnpkg.com/class-variance-authority/-/class-variance-authority-0.7.1.tgz#4008a798a0e4553a781a57ac5177c9fb5d043787"
2366+
integrity sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==
23672367
dependencies:
2368-
clsx "2.0.0"
2368+
clsx "^2.1.1"
23692369

23702370
cli-boxes@^3.0.0:
23712371
version "3.0.0"
@@ -2402,11 +2402,6 @@ cliui@^8.0.1:
24022402
strip-ansi "^6.0.1"
24032403
wrap-ansi "^7.0.0"
24042404

2405-
2406-
version "2.0.0"
2407-
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.0.0.tgz#12658f3fd98fafe62075595a5c30e43d18f3d00b"
2408-
integrity sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==
2409-
24102405
clsx@^2.1.1:
24112406
version "2.1.1"
24122407
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
@@ -5765,11 +5760,16 @@ [email protected]:
57655760
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450"
57665761
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==
57675762

5768-
prettier@^3.0.0, prettier@^3.3.3:
5763+
prettier@^3.0.0:
57695764
version "3.3.3"
57705765
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
57715766
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
57725767

5768+
prettier@^3.4.0:
5769+
version "3.4.0"
5770+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.0.tgz#9dcd5e617cf103db8e4bd00924baecfd32bf9971"
5771+
integrity sha512-/OXNZcLyWkfo13ofOW5M7SLh+k5pnIs07owXK2teFpnfaOEcycnSy7HQxldaVX1ZP/7Q8oO1eDuQJNwbomQq5Q==
5772+
57735773
prismjs@^1.29.0:
57745774
version "1.29.0"
57755775
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"
@@ -6748,10 +6748,10 @@ tailwind-clip-path@^1.0.0:
67486748
resolved "https://registry.yarnpkg.com/tailwind-clip-path/-/tailwind-clip-path-1.0.0.tgz#2a1d41480cac00603b6c4504d597426f6b4d0c88"
67496749
integrity sha512-pac3BiCZCEKtX+3In4508PFcX2eZL7JwliZMtfYE0RoqFMjfbCVLmu+uuEFqn1y/f2vrOB5rY4XNcmaOSG1csw==
67506750

6751-
tailwind-merge@^2.5.4:
6752-
version "2.5.4"
6753-
resolved "https://registry.yarnpkg.com/tailwind-merge/-/tailwind-merge-2.5.4.tgz#4bf574e81fa061adeceba099ae4df56edcee78d1"
6754-
integrity sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==
6751+
tailwind-merge@^2.5.5:
6752+
version "2.5.5"
6753+
resolved "https://registry.yarnpkg.com/tailwind-merge/-/tailwind-merge-2.5.5.tgz#98167859b856a2a6b8d2baf038ee171b9d814e39"
6754+
integrity sha512-0LXunzzAZzo0tEPxV3I297ffKZPlKDrjj7NXphC8V5ak9yHC5zRmxnOe2m/Rd/7ivsOMJe3JZ2JVocoDdQTRBA==
67556755

67566756
tailwindcss@^3.4.15:
67576757
version "3.4.15"

0 commit comments

Comments
 (0)