1 Commits

Author SHA1 Message Date
fe2366b666 Update Node.js to v22.19.0
All checks were successful
test-build / build (pull_request) Successful in 37s
2025-08-30 00:00:55 +00:00
4 changed files with 1141 additions and 883 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22.19.0
node-version: 22.18.0
cache: pnpm
- name: Install Dependencies

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.0.2",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -12,27 +12,27 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "4.3.5",
"@astrojs/mdx": "4.3.4",
"@astrojs/node": "9.4.3",
"@astrojs/starlight": "^0.36.0",
"@astrojs/starlight": "^0.35.2",
"@catppuccin/starlight": "1.0.2",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/vite": "^4.1.13",
"astro": "5.13.9",
"framer-motion": "^12.23.18",
"@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/vite": "^4.1.8",
"astro": "5.13.4",
"framer-motion": "^12.16.0",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.4",
"tailwindcss": "^4.1.13"
"sharp": "^0.34.2",
"tailwindcss": "^4.1.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.18",
"@typescript-eslint/parser": "8.44.1",
"eslint": "9.36.0",
"@tailwindcss/typography": "^0.5.16",
"@typescript-eslint/parser": "8.41.0",
"eslint": "9.34.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.3.1",
"prettier": "^3.6.2",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript-eslint": "8.44.1"
"prettier-plugin-tailwindcss": "^0.6.12",
"typescript-eslint": "8.41.0"
}
}

1990
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff