1 Commits

Author SHA1 Message Date
f7b1f7ab45 chore(deps): update dependency python to 3.14
Some checks failed
test-build / build (pull_request) Successful in 36s
test-build / guarddog (pull_request) Failing after 1m43s
2026-02-16 03:52:10 +00:00
4 changed files with 314 additions and 314 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.3"
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.3",
"version": "0.1.2",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -13,26 +13,26 @@
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/node": "^9.5.4",
"@astrojs/node": "^9.5.3",
"@astrojs/starlight": "^0.37.6",
"@tailwindcss/postcss": "^4.2.0",
"@tailwindcss/vite": "^4.2.0",
"astro": "^5.17.3",
"motion": "^12.34.2",
"sanitize-html": "^2.17.1",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.2",
"motion": "^12.34.0",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.5",
"starlight-theme-rapide": "^0.5.2",
"tailwindcss": "^4.2.0"
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@typescript-eslint/parser": "^8.56.0",
"@typescript-eslint/parser": "^8.55.0",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-astro": "^1.5.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript-eslint": "^8.56.0"
"typescript-eslint": "^8.55.0"
}
}

602
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff