Compare commits

...

1 Commits
0.6.5 ... 0.6.1

Author SHA1 Message Date
a652d06d31 update dependencies 2025-01-09 21:18:26 -06:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "0.6.0",
"version": "0.6.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@@ -13,7 +13,7 @@
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.0.0",
"@directus/sdk": "^18.0.0",
"astro": "^5.0.0",
"typescript": "^5.7.2"
"astro": "^5.1.4",
"typescript": "^5.7.3"
}
}