1 Commits

Author SHA1 Message Date
0a3856cf2d chore(deps): update dependency python to 3.14
Some checks failed
test-build / build (pull_request) Successful in 55s
test-build / guarddog (pull_request) Failing after 1m54s
2026-02-11 21:34:51 +00:00
4 changed files with 7 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'
- name: Install GuardDog
run: |

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.2"
LABEL version="0.1.1"
LABEL description="Astro based documentation website"
EXPOSE $PORT

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.1.2",
"version": "0.1.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -13,11 +13,11 @@
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/node": "^9.5.3",
"@astrojs/node": "^9.5.2",
"@astrojs/starlight": "^0.37.6",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.2",
"astro": "^5.17.1",
"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.3
specifier: ^9.5.2
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.2
specifier: ^5.17.1
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