Skip to content

Commit 9243457

Browse files
committed
chore:
1 parent 54cd753 commit 9243457

10 files changed

Lines changed: 1196 additions & 956 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: withastro/action@v2
2929
with:
3030
# path: . # The root location of your Astro project inside the repository. (optional)
31-
node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
31+
node-version: 24
3232
package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
3333

3434
deploy:

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24.3.0

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
"astro": "astro"
1414
},
1515
"dependencies": {
16-
"@astrojs/check": "^0.9.6",
17-
"@astrojs/mdx": "^4.3.13",
18-
"@astrojs/rss": "^4.0.15",
19-
"@astrojs/sitemap": "3.7.0",
20-
"@astrojs/svelte": "^7.2.5",
16+
"@astrojs/check": "^0.9.8",
17+
"@astrojs/mdx": "^5.0.1",
18+
"@astrojs/rss": "^4.0.17",
19+
"@astrojs/sitemap": "3.7.1",
20+
"@astrojs/svelte": "^8.0.1",
2121
"@astrojs/vercel": "^9.0.4",
2222
"@tailwindcss/typography": "^0.5.19",
23-
"@tailwindcss/vite": "^4.1.18",
24-
"astro": "^5.16.11",
23+
"@tailwindcss/vite": "^4.2.1",
24+
"astro": "^6.0.5",
2525
"markdown-to-text": "^0.1.1",
2626
"mdast-util-to-string": "^4.0.0",
27-
"prettier": "^3.7.4",
27+
"prettier": "^3.8.1",
2828
"sharp": "^0.34.5",
29-
"svelte": "^5.46.0",
30-
"tailwind-merge": "^3.4.0",
31-
"tailwindcss": "^4.1.18",
29+
"svelte": "^5.54.0",
30+
"tailwind-merge": "^3.5.0",
31+
"tailwindcss": "^4.2.1",
3232
"twikoo": "^1.6.42",
3333
"typescript": "^5.9.3",
3434
"yamljs": "^0.3.0"
3535
},
36-
"packageManager": "pnpm@10.25.0"
36+
"packageManager": "pnpm@10.32.1"
3737
}

0 commit comments

Comments
 (0)