Skip to content

Commit 17bd1c9

Browse files
committed
additional version bumps
1 parent 161f8c7 commit 17bd1c9

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.astro/types.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,13 @@ declare module 'astro:content' {
654654
collection: "docs";
655655
data: InferEntrySchema<"docs">
656656
} & { render(): Render[".mdx"] };
657+
"hosting/summerhosts.mdx": {
658+
id: "hosting/summerhosts.mdx";
659+
slug: "h/summerhosts";
660+
body: string;
661+
collection: "docs";
662+
data: InferEntrySchema<"docs">
663+
} & { render(): Render[".mdx"] };
657664
"hosting/tls.mdx": {
658665
id: "hosting/tls.mdx";
659666
slug: "h/ssl";

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/check": "^0.6.0",
15-
"@astrojs/sitemap": "^3.1.3",
16-
"@astrojs/starlight": "^0.21.4",
17-
"@astrojs/tailwind": "^5.1.1",
18-
"@astrojs/vue": "^4.1.0",
14+
"@astrojs/check": "^0.7.0",
15+
"@astrojs/sitemap": "^3.1.5",
16+
"@astrojs/starlight": "^0.23.1",
17+
"@astrojs/tailwind": "^5.1.0",
18+
"@astrojs/vue": "^4.2.0",
1919
"@vitejs/plugin-vue": "^4.5.2",
20-
"astro": "^4.3.0",
20+
"astro": "^4.8.7",
2121
"sharp": "^0.32.6",
2222
"tailwindcss": "^3.3.6",
2323
"typescript": "^5.3.4",

0 commit comments

Comments
 (0)