Compare commits

...

2 Commits
0.5.0 ... 0.5.2

Author SHA1 Message Date
358d6b91c6 upgrade base image 2024-08-24 01:35:22 -05:00
92d4be91df upgrade astro 2024-08-24 01:34:16 -05:00
3 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
FROM node:20.16.0-alpine3.20 AS base FROM node:20.17.0-alpine3.20 AS base
LABEL version="0.5.0" LABEL version="0.5.2"
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

@@ -1,7 +1,7 @@
{ {
"name": "site-profile", "name": "site-profile",
"type": "module", "type": "module",
"version": "0.5.0", "version": "0.5.2",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
@@ -13,7 +13,7 @@
"@astrojs/check": "^0.9.3", "@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.3", "@astrojs/node": "^8.3.3",
"@directus/sdk": "^17.0.0", "@directus/sdk": "^17.0.0",
"astro": "^4.14.2", "astro": "^4.14.5",
"typescript": "^5.5.4" "typescript": "^5.5.4"
} }
} }

16
pnpm-lock.yaml generated
View File

@@ -13,13 +13,13 @@ importers:
version: 0.9.3(typescript@5.5.4) version: 0.9.3(typescript@5.5.4)
'@astrojs/node': '@astrojs/node':
specifier: ^8.3.3 specifier: ^8.3.3
version: 8.3.3(astro@4.14.2(rollup@4.21.0)(typescript@5.5.4)) version: 8.3.3(astro@4.14.5(rollup@4.21.0)(typescript@5.5.4))
'@directus/sdk': '@directus/sdk':
specifier: ^17.0.0 specifier: ^17.0.0
version: 17.0.0 version: 17.0.0
astro: astro:
specifier: ^4.14.2 specifier: ^4.14.5
version: 4.14.2(rollup@4.21.0)(typescript@5.5.4) version: 4.14.5(rollup@4.21.0)(typescript@5.5.4)
typescript: typescript:
specifier: ^5.5.4 specifier: ^5.5.4
version: 5.5.4 version: 5.5.4
@@ -672,8 +672,8 @@ packages:
array-iterate@2.0.1: array-iterate@2.0.1:
resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==}
astro@4.14.2: astro@4.14.5:
resolution: {integrity: sha512-x9VeYx8Ih6kYKBMVwwsfRzsZVq30+SUhiawnYQ6+46qQnEx3zH05KcH24HsJMe6dVpHD8HdH7CWR5C4o7Q/jeg==} resolution: {integrity: sha512-sv47kPE6FnvyxxHHcCePNwTKpOMKBq0r1m6WZYg6ag9j3yF9m72ov64NFB7c+hAMDUKgsHfVdLKjOOqDC/c+fA==}
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
hasBin: true hasBin: true
@@ -2071,9 +2071,9 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@astrojs/node@8.3.3(astro@4.14.2(rollup@4.21.0)(typescript@5.5.4))': '@astrojs/node@8.3.3(astro@4.14.5(rollup@4.21.0)(typescript@5.5.4))':
dependencies: dependencies:
astro: 4.14.2(rollup@4.21.0)(typescript@5.5.4) astro: 4.14.5(rollup@4.21.0)(typescript@5.5.4)
send: 0.18.0 send: 0.18.0
server-destroy: 1.0.1 server-destroy: 1.0.1
transitivePeerDependencies: transitivePeerDependencies:
@@ -2639,7 +2639,7 @@ snapshots:
array-iterate@2.0.1: {} array-iterate@2.0.1: {}
astro@4.14.2(rollup@4.21.0)(typescript@5.5.4): astro@4.14.5(rollup@4.21.0)(typescript@5.5.4):
dependencies: dependencies:
'@astrojs/compiler': 2.10.3 '@astrojs/compiler': 2.10.3
'@astrojs/internal-helpers': 0.4.1 '@astrojs/internal-helpers': 0.4.1