2 Commits

Author SHA1 Message Date
16e4061743 feat: release 0.1.2
All checks were successful
test-build / guarddog (push) Successful in 27s
test-build / build (push) Successful in 53s
release-image-harbor / build (push) Successful in 1m36s
release-image-gitea / build (push) Successful in 1m37s
release-image-gitea / release (push) Successful in 1m47s
release-image-harbor / release (push) Successful in 1m56s
renovate / renovate (push) Successful in 2m14s
2026-02-11 15:46:08 -06:00
84c86ba2b4 chore(deps): update deps
All checks were successful
test-build / guarddog (push) Successful in 24s
renovate / renovate (push) Successful in 40s
test-build / build (push) Successful in 1m13s
2026-02-11 15:37:52 -06:00
3 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ ENV HOST=0.0.0.0
ENV SITE_URL=https://docs.alexlebens.dev
ENV PORT=4321
LABEL version="0.1.1"
LABEL version="0.1.2"
LABEL description="Astro based documentation website"
EXPOSE $PORT

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -13,11 +13,11 @@
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/node": "^9.5.2",
"@astrojs/node": "^9.5.3",
"@astrojs/starlight": "^0.37.6",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.1",
"astro": "^5.17.2",
"motion": "^12.34.0",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.5",

4
pnpm-lock.yaml generated
View File

@@ -12,7 +12,7 @@ importers:
specifier: ^4.3.13
version: 4.3.13(astro@5.17.2(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.9.2))
'@astrojs/node':
specifier: ^9.5.2
specifier: ^9.5.3
version: 9.5.3(astro@5.17.2(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.9.2))
'@astrojs/starlight':
specifier: ^0.37.6
@@ -24,7 +24,7 @@ importers:
specifier: ^4.1.18
version: 4.1.18(vite@6.4.1(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2))
astro:
specifier: ^5.17.1
specifier: ^5.17.2
version: 5.17.2(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.9.2)
motion:
specifier: ^12.34.0