Skip to content

Commit 186cfdb

Browse files
committed
upgrade
1 parent baaab38 commit 186cfdb

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@astrojs/sitemap": "^3.2.1",
3535
"@astrojs/tailwind": "^5.1.5",
3636
"@fontsource-variable/inter": "^5.1.1",
37-
"astro": "^5.4.0",
37+
"astro": "^5.4.1",
3838
"astro-embed": "^0.9.0",
3939
"astro-expressive-code": "^0.40.2",
4040
"astro-icon": "^1.1.5",
@@ -82,7 +82,7 @@
8282
"satori-html": "^0.3.2",
8383
"serve": "^14.2.4",
8484
"tailwindcss": "^3.4.15",
85-
"typescript": "^5.7.3"
85+
"typescript": "^5.8.2"
8686
},
8787
"packageManager": "[email protected]",
8888
"engines": {

yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@
106106
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.10.3.tgz#852386445029f7765a70b4c1d1140e175e1d8c27"
107107
integrity sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==
108108

109+
"@astrojs/compiler@^2.10.4":
110+
version "2.10.4"
111+
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.10.4.tgz#883e469600d06d101d77829c91c4215b270cd503"
112+
integrity sha512-86B3QGagP99MvSNwuJGiYSBHnh8nLvm2Q1IFI15wIUJJsPeQTO3eb2uwBmrqRsXykeR/mBzH8XCgz5AAt1BJrQ==
113+
109114
"@astrojs/[email protected]":
110115
version "0.6.0"
111116
resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.6.0.tgz#8d2a34923a6a12d8ebf86912698a97c38e48fd43"
@@ -1931,12 +1936,12 @@ astro-social-share@^2.0.3:
19311936
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.1.0.tgz#7c0da29b24e8c900d46164cdc306e2509e1b4403"
19321937
integrity sha512-t5DykR+T7gGNLTnrFXASCyufCpXcWhLdXFLSRYRKvMOFSUaaPIWMPu1ncIhxdFD7hm7SWHboAb33nJUUZxJH2Q==
19331938

1934-
astro@^5.4.0:
1935-
version "5.4.0"
1936-
resolved "https://registry.yarnpkg.com/astro/-/astro-5.4.0.tgz#481e9866c9632bdde13bd426af7f8ee43155892e"
1937-
integrity sha512-7A//zrCtJUGfJcQAt6PDhMu4a6pogvnK54HLXnYlPnKSWQZu/tKIYWfyvocVnTuEYIPExIN3CpjNAFFLoweJVw==
1939+
astro@^5.4.1:
1940+
version "5.4.1"
1941+
resolved "https://registry.yarnpkg.com/astro/-/astro-5.4.1.tgz#7f24f8408b3f7a12cec6736ccbdb5bc7dc0bbd4d"
1942+
integrity sha512-z9BiBz8pV7pZVn1evZv/9bJil3A9UZNyEjDFH3IjD87ioz95HHGLgbjRbbqF1EwSy8JOLKlMNyuQPqjrX8xqWw==
19381943
dependencies:
1939-
"@astrojs/compiler" "^2.10.3"
1944+
"@astrojs/compiler" "^2.10.4"
19401945
"@astrojs/internal-helpers" "0.6.0"
19411946
"@astrojs/markdown-remark" "6.2.0"
19421947
"@astrojs/telemetry" "3.2.0"
@@ -6751,10 +6756,10 @@ typescript-auto-import-cache@^0.3.3:
67516756
dependencies:
67526757
semver "^7.3.8"
67536758

6754-
typescript@^5.7.3:
6755-
version "5.7.3"
6756-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
6757-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
6759+
typescript@^5.8.2:
6760+
version "5.8.2"
6761+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
6762+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
67586763

67596764
ufo@^1.5.4:
67606765
version "1.5.4"

0 commit comments

Comments
 (0)