2 Commits

Author SHA1 Message Date
c1ac56fea8 bump deps
All checks were successful
renovate / renovate (push) Successful in 34s
test-build / build (push) Successful in 1m57s
release-image / release (push) Successful in 1m54s
2025-12-29 22:00:14 -06:00
a022d1e8fa Update typescript-eslint monorepo to v8.50.1 (#111)
All checks were successful
test-build / build (push) Successful in 41s
renovate / renovate (push) Successful in 1m17s
2025-12-24 00:01:52 +00:00
3 changed files with 352 additions and 287 deletions

View File

@@ -1,7 +1,7 @@
ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:24.11.1-alpine3.22 AS base
FROM ${REGISTRY}/node:24.12.0-alpine3.22 AS base
LABEL version="0.0.5"
LABEL version="0.0.6"
LABEL description="Astro based documentation website"
ENV PNPM_HOME="/pnpm"

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -16,23 +16,23 @@
"@astrojs/node": "9.5.1",
"@astrojs/starlight": "^0.37.1",
"@catppuccin/starlight": "1.0.2",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"astro": "5.16.6",
"motion": "^12.23.26",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.17"
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@typescript-eslint/parser": "8.50.0",
"@typescript-eslint/parser": "8.50.1",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.5.0",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript-eslint": "8.50.0"
"typescript-eslint": "8.50.1"
}
}

623
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff