4 Commits

Author SHA1 Message Date
d8ae06117a Update actions/checkout action to v5
Some checks failed
test-build / build (pull_request) Failing after 3s
2025-11-08 00:05:20 +00:00
fc11b8bf8a Update tailwindcss monorepo to v4.1.17 (#80)
All checks were successful
test-build / build (push) Successful in 1m24s
renovate / renovate (push) Successful in 51s
2025-11-08 00:02:59 +00:00
758f9c5ddd Update dependency sharp to v0.34.5 (#79)
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
2025-11-08 00:02:47 +00:00
3c1c637aee Update astro monorepo (#78)
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled
2025-11-08 00:02:22 +00:00
5 changed files with 245 additions and 286 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Login to Registry
uses: docker/login-action@v3

View File

@@ -16,7 +16,7 @@ jobs:
container: ghcr.io/renovatebot/renovate:41
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Renovate
run: renovate

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up pnpm
uses: pnpm/action-setup@v4

View File

@@ -12,13 +12,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "4.3.9",
"@astrojs/mdx": "4.3.10",
"@astrojs/node": "9.5.0",
"@astrojs/starlight": "^0.36.0",
"@catppuccin/starlight": "1.0.2",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/vite": "^4.1.13",
"astro": "5.15.3",
"astro": "5.15.4",
"framer-motion": "^12.23.18",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.4",

521
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff