Skip to content

Commit dea59b9

Browse files
committed
Merge branch 'main' of github.com:Rinai-R/WHITE
2 parents 8a2d028 + 3938574 commit dea59b9

39 files changed

Lines changed: 2829 additions & 2474 deletions

astro.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ export default defineConfig({
4040
// when the Tailwind class `transition-all` is used
4141
containers: ["main", "#toc"],
4242
smoothScrolling: true,
43-
cache: true,
43+
// Swup cache + client:only islands can get out of sync and break hydration.
44+
cache: false,
4445
preload: true,
4546
accessibility: true,
4647
updateHead: true,
@@ -102,7 +103,7 @@ export default defineConfig({
102103
}),
103104
svelte(),
104105
sitemap(),
105-
],
106+
].filter(Boolean),
106107
markdown: {
107108
remarkPlugins: [
108109
remarkMath,

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,31 @@
1616
"preinstall": "npx only-allow pnpm"
1717
},
1818
"dependencies": {
19-
"@astrojs/check": "^0.9.4",
20-
"@astrojs/rss": "^4.0.12",
21-
"@astrojs/sitemap": "^3.6.0",
22-
"@astrojs/svelte": "7.2.0",
19+
"@astrojs/check": "^0.9.6",
20+
"@astrojs/rss": "^4.0.15",
21+
"@astrojs/sitemap": "^3.7.0",
22+
"@astrojs/svelte": "7.2.5",
2323
"@astrojs/tailwind": "^6.0.2",
24-
"@expressive-code/core": "^0.41.3",
25-
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
26-
"@expressive-code/plugin-line-numbers": "^0.41.3",
24+
"@expressive-code/core": "^0.41.6",
25+
"@expressive-code/plugin-collapsible-sections": "^0.41.6",
26+
"@expressive-code/plugin-line-numbers": "^0.41.6",
2727
"@fontsource-variable/jetbrains-mono": "^5.2.8",
28-
"@fontsource/roboto": "^5.2.8",
28+
"@fontsource/roboto": "^5.2.9",
2929
"@iconify-json/fa6-brands": "^1.2.6",
3030
"@iconify-json/fa6-regular": "^1.2.4",
3131
"@iconify-json/fa6-solid": "^1.2.4",
32-
"@iconify-json/material-symbols": "^1.2.40",
32+
"@iconify-json/material-symbols": "^1.2.53",
3333
"@iconify/svelte": "^4.2.0",
3434
"@swup/astro": "^1.7.0",
3535
"@tailwindcss/typography": "^0.5.19",
36-
"astro": "5.13.10",
37-
"astro-expressive-code": "^0.41.3",
36+
"astro": "5.16.15",
37+
"astro-expressive-code": "^0.41.6",
3838
"astro-icon": "^1.1.5",
3939
"hastscript": "^9.0.1",
40-
"katex": "^0.16.23",
40+
"katex": "^0.16.28",
4141
"markdown-it": "^14.1.0",
4242
"mdast-util-to-string": "^4.0.0",
43-
"overlayscrollbars": "^2.12.0",
43+
"overlayscrollbars": "^2.13.0",
4444
"pagefind": "^1.4.0",
4545
"photoswipe": "^5.4.4",
4646
"reading-time": "^1.5.0",
@@ -54,15 +54,15 @@
5454
"remark-math": "^6.0.0",
5555
"remark-sectionize": "^2.1.0",
5656
"sanitize-html": "^2.17.0",
57-
"sharp": "^0.34.4",
57+
"sharp": "^0.34.5",
5858
"stylus": "^0.64.0",
59-
"svelte": "^5.39.8",
60-
"tailwindcss": "^3.4.18",
59+
"svelte": "^5.48.2",
60+
"tailwindcss": "^3.4.19",
6161
"typescript": "^5.9.3",
62-
"unist-util-visit": "^5.0.0"
62+
"unist-util-visit": "^5.1.0"
6363
},
6464
"devDependencies": {
65-
"@astrojs/ts-plugin": "^1.10.4",
65+
"@astrojs/ts-plugin": "^1.10.6",
6666
"@biomejs/biome": "2.2.5",
6767
"@rollup/plugin-yaml": "^4.1.2",
6868
"@types/hast": "^3.0.4",

0 commit comments

Comments
 (0)