Skip to content

Commit e04f843

Browse files
committed
add photo
1 parent bde0a3e commit e04f843

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"@astrojs/mdx": "^4.3.4",
3636
"@astrojs/partytown": "^2.1.4",
3737
"@astrojs/react": "^4.3.0",
38-
"@astrojs/sitemap": "^3.5.0",
38+
"@astrojs/sitemap": "^3.5.1",
3939
"@astrojs/tailwind": "^5.1.5",
4040
"@fontsource-variable/inter": "^5.2.6",
41-
"astro": "^5.13.2",
41+
"astro": "^5.13.3",
4242
"astro-embed": "^0.9.0",
4343
"astro-expressive-code": "^0.41.3",
4444
"astro-icon": "^1.1.5",
@@ -63,7 +63,7 @@
6363
"sharp": "0.34.3",
6464
"tailwind-clip-path": "^1.0.0",
6565
"tailwind-merge": "^2.6.0",
66-
"zod": "^4.0.17"
66+
"zod": "^4.1.0"
6767
},
6868
"resolutions": {
6969
"**/sharp": "0.34.3"
@@ -76,7 +76,7 @@
7676
"@tailwindcss/typography": "^0.5.16",
7777
"@types/lodash.debounce": "^4.0.9",
7878
"@types/mdast": "^4.0.3",
79-
"@types/react": "^19.1.10",
79+
"@types/react": "^19.1.11",
8080
"@types/react-dom": "^19.1.7",
8181
"@typescript-eslint/eslint-plugin": "^8.40.0",
8282
"@typescript-eslint/parser": "^8.40.0",
656 KB
Loading

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@
206206
ultrahtml "^1.6.0"
207207
vite "^6.3.5"
208208

209-
"@astrojs/sitemap@^3.5.0":
210-
version "3.5.0"
211-
resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-3.5.0.tgz#b43c88d3046f7d335882b47242ca3c0b0a5ede28"
212-
integrity sha512-ldOvoBxuRgpcdndzksskOTzU55g76tkHC/POpejUbPGz6zR4rJKiXh8thX4WEPWDhCTZUafhJ1qf7k1muStHfg==
209+
"@astrojs/sitemap@^3.5.1":
210+
version "3.5.1"
211+
resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-3.5.1.tgz#70dac9eee4fdfd9da9e1809e107d6747652332fc"
212+
integrity sha512-uX5z52GLtQTgOe8r3jeGmFRYrFe52mdpLYJzqjvL1cdy5Kg3MLOZEvaZ/OCH0fSq0t7e50uJQ6oBMZG0ffszBg==
213213
dependencies:
214214
sitemap "^8.0.0"
215215
stream-replace-string "^2.0.0"
@@ -1464,10 +1464,10 @@
14641464
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.7.tgz#2863f2aa89e023592b981204ef92c5221b286410"
14651465
integrity sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw==
14661466

1467-
"@types/react@^19.1.10":
1468-
version "19.1.10"
1469-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.10.tgz#a05015952ef328e1b85579c839a71304b07d21d9"
1470-
integrity sha512-EhBeSYX0Y6ye8pNebpKrwFJq7BoQ8J5SO6NlvNwwHjSj6adXJViPQrKlsyPw7hLBLvckEMO1yxeGdR82YBBlDg==
1467+
"@types/react@^19.1.11":
1468+
version "19.1.11"
1469+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.11.tgz#a64d8ec1769fc861d22f54e6e9f360ed67b54dc8"
1470+
integrity sha512-lr3jdBw/BGj49Eps7EvqlUaoeA0xpj3pc0RoJkHpYaCHkVK7i28dKyImLQb3JVlqs3aYSXf7qYuWOW/fgZnTXQ==
14711471
dependencies:
14721472
csstype "^3.0.2"
14731473

@@ -1923,10 +1923,10 @@ astro-social-share@^2.0.3:
19231923
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.2.0.tgz#4e7609e251cd614a414d884cefc07888ff73d4f4"
19241924
integrity sha512-Z5ebhO6Yw4GLggw7wsTahdpS0f4pf/XuVjQlBpWZ0zyt0cKaVrlG/+u6RzrzN9B2t27wxp90XiosZNwvBZqA+Q==
19251925

1926-
astro@^5.13.2:
1927-
version "5.13.2"
1928-
resolved "https://registry.yarnpkg.com/astro/-/astro-5.13.2.tgz#13e7a92516ba6e0cec9708267d43baffe31ade15"
1929-
integrity sha512-yjcXY0Ua3EwjpVd3GoUXa65HQ6qgmURBptA+M9GzE0oYvgfuyM7bIbH8IR/TWIbdefVUJR5b7nZ0oVnMytmyfQ==
1926+
astro@^5.13.3:
1927+
version "5.13.3"
1928+
resolved "https://registry.yarnpkg.com/astro/-/astro-5.13.3.tgz#5f5aface205a1b41d6e098a35662a02ea89e35fc"
1929+
integrity sha512-V0mUOUK70UZ7xqXp5Noqse/SREU0P756KgFufBEluq5LkmBejzC2GENMUA2Na+PFwUjemElJtRlpKyrnKpFhSQ==
19301930
dependencies:
19311931
"@astrojs/compiler" "^2.12.2"
19321932
"@astrojs/internal-helpers" "0.7.2"
@@ -7423,10 +7423,10 @@ zod@^3.23.8, zod@^3.24.4:
74237423
resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.76.tgz#26841c3f6fd22a6a2760e7ccb719179768471e34"
74247424
integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==
74257425

7426-
zod@^4.0.17:
7427-
version "4.0.17"
7428-
resolved "https://registry.yarnpkg.com/zod/-/zod-4.0.17.tgz#95931170715f73f7426c385c237b7477750d6c8d"
7429-
integrity sha512-1PHjlYRevNxxdy2JZ8JcNAw7rX8V9P1AKkP+x/xZfxB0K5FYfuV+Ug6P/6NVSR2jHQ+FzDDoDHS04nYUsOIyLQ==
7426+
zod@^4.1.0:
7427+
version "4.1.0"
7428+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.0.tgz#b1d5883af7653ad48cd8ecb5a2f4012b542f632a"
7429+
integrity sha512-UWxluYj2IDX9MHRXTMbB/2eeWrAMmmMSESM+MfT9MQw8U1qo9q5ASW08anoJh6AJ7pkt099fLdNFmfI+4aChHg==
74307430

74317431
zwitch@^2.0.0, zwitch@^2.0.4:
74327432
version "2.0.4"

0 commit comments

Comments
 (0)