From 161f8c7184609b7a5ca0db5eede1f91617a99173 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 22 May 2024 20:46:38 +0100 Subject: [PATCH 1/2] deps update --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 09d3916ef7..cd2be20b4f 100644 --- a/package.json +++ b/package.json @@ -11,16 +11,16 @@ "astro": "astro" }, "dependencies": { - "@astrojs/check": "^0.5.10", - "@astrojs/sitemap": "^3.1.2", - "@astrojs/starlight": "^0.21.2", - "@astrojs/tailwind": "^5.1.0", - "@astrojs/vue": "^4.0.9", - "@vitejs/plugin-vue": "^4.5.1", - "astro": "^4.5.10", - "sharp": "^0.32.5", - "tailwindcss": "^3.3.5", - "typescript": "^5.3.3", - "vue": "^3.3.9" + "@astrojs/check": "^0.6.0", + "@astrojs/sitemap": "^3.1.3", + "@astrojs/starlight": "^0.21.4", + "@astrojs/tailwind": "^5.1.1", + "@astrojs/vue": "^4.1.0", + "@vitejs/plugin-vue": "^4.5.2", + "astro": "^4.3.0", + "sharp": "^0.32.6", + "tailwindcss": "^3.3.6", + "typescript": "^5.3.4", + "vue": "^3.3.10" } } From 17bd1c9dc534e039bc06b57cfbdad8a0cc233531 Mon Sep 17 00:00:00 2001 From: Daniel <33575896+ukdaaan@users.noreply.github.com> Date: Wed, 22 May 2024 20:55:44 +0100 Subject: [PATCH 2/2] additional version bumps --- .astro/types.d.ts | 7 +++++++ package.json | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.astro/types.d.ts b/.astro/types.d.ts index 7df5627970..b1877f2d3b 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -654,6 +654,13 @@ declare module 'astro:content' { collection: "docs"; data: InferEntrySchema<"docs"> } & { render(): Render[".mdx"] }; +"hosting/summerhosts.mdx": { + id: "hosting/summerhosts.mdx"; + slug: "h/summerhosts"; + body: string; + collection: "docs"; + data: InferEntrySchema<"docs"> +} & { render(): Render[".mdx"] }; "hosting/tls.mdx": { id: "hosting/tls.mdx"; slug: "h/ssl"; diff --git a/package.json b/package.json index cd2be20b4f..aa2ffb6529 100644 --- a/package.json +++ b/package.json @@ -11,13 +11,13 @@ "astro": "astro" }, "dependencies": { - "@astrojs/check": "^0.6.0", - "@astrojs/sitemap": "^3.1.3", - "@astrojs/starlight": "^0.21.4", - "@astrojs/tailwind": "^5.1.1", - "@astrojs/vue": "^4.1.0", + "@astrojs/check": "^0.7.0", + "@astrojs/sitemap": "^3.1.5", + "@astrojs/starlight": "^0.23.1", + "@astrojs/tailwind": "^5.1.0", + "@astrojs/vue": "^4.2.0", "@vitejs/plugin-vue": "^4.5.2", - "astro": "^4.3.0", + "astro": "^4.8.7", "sharp": "^0.32.6", "tailwindcss": "^3.3.6", "typescript": "^5.3.4",