Skip to content

Commit 4a4c19a

Browse files
authored
chore: update dependencies, including Astro v5. (saicaca#244)
* update dependency * update dependencies
1 parent 2244a77 commit 4a4c19a

File tree

2 files changed

+1642
-1150
lines changed

2 files changed

+1642
-1150
lines changed

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,28 @@
1616
},
1717
"dependencies": {
1818
"@astrojs/check": "^0.9.4",
19-
"@astrojs/rss": "^4.0.9",
19+
"@astrojs/rss": "^4.0.11",
2020
"@astrojs/sitemap": "^3.2.1",
21-
"@astrojs/svelte": "^6.0.1",
22-
"@astrojs/tailwind": "^5.1.2",
21+
"@astrojs/svelte": "7.0.3",
22+
"@astrojs/tailwind": "^5.1.4",
2323
"@fontsource-variable/jetbrains-mono": "^5.1.1",
2424
"@fontsource/roboto": "^5.1.0",
25-
"@iconify-json/fa6-brands": "^1.2.1",
26-
"@iconify-json/fa6-regular": "^1.2.1",
27-
"@iconify-json/fa6-solid": "^1.2.1",
28-
"@iconify-json/material-symbols": "^1.2.5",
25+
"@iconify-json/fa6-brands": "^1.2.3",
26+
"@iconify-json/fa6-regular": "^1.2.2",
27+
"@iconify-json/fa6-solid": "^1.2.2",
28+
"@iconify-json/material-symbols": "^1.2.8",
2929
"@iconify/svelte": "^4.0.2",
30-
"@sveltejs/vite-plugin-svelte": "^4.0.0",
31-
"@swup/astro": "^1.4.1",
30+
"@swup/astro": "^1.5.0",
3231
"@tailwindcss/typography": "^0.5.15",
33-
"astro": "^4.16.13",
32+
"astro": "5.1.6",
3433
"astro-compress": "^2.3.5",
35-
"astro-icon": "^1.1.1",
34+
"astro-icon": "^1.1.4",
3635
"hastscript": "^9.0.0",
3736
"katex": "^0.16.19",
3837
"markdown-it": "^14.1.0",
3938
"mdast-util-to-string": "^4.0.0",
40-
"overlayscrollbars": "^2.10.0",
41-
"pagefind": "^1.1.1",
39+
"overlayscrollbars": "^2.10.1",
40+
"pagefind": "^1.2.0",
4241
"photoswipe": "^5.4.4",
4342
"reading-time": "^1.5.0",
4443
"rehype-autolink-headings": "^7.1.0",
@@ -53,9 +52,9 @@
5352
"sanitize-html": "^2.13.1",
5453
"sharp": "^0.33.5",
5554
"stylus": "^0.63.0",
56-
"svelte": "^5.2.2",
57-
"tailwindcss": "^3.4.14",
58-
"typescript": "^5.6.3",
55+
"svelte": "^5.5.3",
56+
"tailwindcss": "^3.4.16",
57+
"typescript": "^5.7.2",
5958
"unist-util-visit": "^5.0.0"
6059
},
6160
"devDependencies": {

0 commit comments

Comments
 (0)