Compare commits

..

1 Commits
0.6.1 ... 0.5.4

Author SHA1 Message Date
3d53b15f7b update dependencies 2024-09-30 17:12:46 -05:00
4 changed files with 953 additions and 1307 deletions

View File

@@ -1,6 +1,6 @@
FROM node:22.13.0-alpine3.20 AS base FROM node:20.17.0-alpine3.20 AS base
LABEL version="0.6.1" LABEL version="0.5.3"
LABEL description="Astro based website to use as a profile" LABEL description="Astro based website to use as a profile"
ENV PNPM_HOME="/pnpm" ENV PNPM_HOME="/pnpm"

View File

@@ -3,7 +3,7 @@ import { defineConfig } from 'astro/config';
import node from "@astrojs/node"; import node from "@astrojs/node";
export default defineConfig({ export default defineConfig({
output: "static", output: "hybrid",
adapter: node({ adapter: node({
mode: "standalone" mode: "standalone"
}) })

View File

@@ -1,7 +1,7 @@
{ {
"name": "site-profile", "name": "site-profile",
"type": "module", "type": "module",
"version": "0.6.1", "version": "0.5.4",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
@@ -10,10 +10,10 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.3",
"@astrojs/node": "^9.0.0", "@astrojs/node": "^8.3.4",
"@directus/sdk": "^18.0.0", "@directus/sdk": "^17.0.1",
"astro": "^5.1.4", "astro": "^4.15.9",
"typescript": "^5.7.3" "typescript": "^5.6.2"
} }
} }

2242
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff