1 Commits

Author SHA1 Message Date
316b50d3df Update Node.js to v22.19.0
All checks were successful
test-build / build (pull_request) Successful in 35s
2025-09-06 00:02:10 +00:00
3 changed files with 319 additions and 190 deletions

View File

@@ -1,5 +1,5 @@
ARG REGISTRY=docker.io ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:22.18.0-alpine3.22 AS base FROM ${REGISTRY}/node:22.19.0-alpine3.22 AS base
LABEL version="0.0.1" LABEL version="0.0.1"
LABEL description="Astro based documentation website" LABEL description="Astro based documentation website"

View File

@@ -12,13 +12,13 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "4.3.5", "@astrojs/mdx": "4.3.4",
"@astrojs/node": "9.4.3", "@astrojs/node": "9.4.3",
"@astrojs/starlight": "^0.35.2", "@astrojs/starlight": "^0.35.2",
"@catppuccin/starlight": "1.0.2", "@catppuccin/starlight": "1.0.2",
"@tailwindcss/postcss": "^4.1.8", "@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/vite": "^4.1.8", "@tailwindcss/vite": "^4.1.8",
"astro": "5.13.7", "astro": "5.13.5",
"framer-motion": "^12.16.0", "framer-motion": "^12.16.0",
"sanitize-html": "^2.17.0", "sanitize-html": "^2.17.0",
"sharp": "^0.34.2", "sharp": "^0.34.2",
@@ -27,7 +27,7 @@
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"@typescript-eslint/parser": "8.41.0", "@typescript-eslint/parser": "8.41.0",
"eslint": "9.35.0", "eslint": "9.34.0",
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.3.1", "eslint-plugin-astro": "1.3.1",
"prettier": "^3.5.3", "prettier": "^3.5.3",

501
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff