update dependencies
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| FROM node:20.17.0-alpine3.20 AS base | ||||
| FROM node:22.12.0-alpine3.20 AS base | ||||
|  | ||||
| LABEL version="0.5.5" | ||||
| LABEL version="0.6.0" | ||||
| LABEL description="Astro based website to use as a profile" | ||||
|  | ||||
| ENV PNPM_HOME="/pnpm" | ||||
|   | ||||
| @@ -3,7 +3,7 @@ import { defineConfig } from 'astro/config'; | ||||
| import node from "@astrojs/node"; | ||||
|  | ||||
| export default defineConfig({ | ||||
|   output: "hybrid", | ||||
|   output: "static", | ||||
|   adapter: node({ | ||||
|     mode: "standalone" | ||||
|   }) | ||||
|   | ||||
							
								
								
									
										12
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
									
									
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| { | ||||
|   "name": "site-profile", | ||||
|   "type": "module", | ||||
|   "version": "0.5.5", | ||||
|   "version": "0.6.0", | ||||
|   "scripts": { | ||||
|     "dev": "astro dev", | ||||
|     "start": "astro dev", | ||||
| @@ -10,10 +10,10 @@ | ||||
|     "astro": "astro" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@astrojs/check": "^0.9.3", | ||||
|     "@astrojs/node": "^8.3.4", | ||||
|     "@directus/sdk": "^17.0.1", | ||||
|     "astro": "^4.15.9", | ||||
|     "typescript": "^5.6.2" | ||||
|     "@astrojs/check": "^0.9.4", | ||||
|     "@astrojs/node": "^9.0.0", | ||||
|     "@directus/sdk": "^18.0.0", | ||||
|     "astro": "^5.0.0", | ||||
|     "typescript": "^5.7.2" | ||||
|   } | ||||
| } | ||||
							
								
								
									
										2293
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2293
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user