Skip to content

Commit 7b7f449

Browse files
authored
Merge pull request #84 from setupmd/deps-update
deps update
2 parents e286dce + 17bd1c9 commit 7b7f449

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/check": "^0.5.10",
15-
"@astrojs/sitemap": "^3.1.2",
16-
"@astrojs/starlight": "^0.21.2",
14+
"@astrojs/check": "^0.7.0",
15+
"@astrojs/sitemap": "^3.1.5",
16+
"@astrojs/starlight": "^0.23.1",
1717
"@astrojs/tailwind": "^5.1.0",
18-
"@astrojs/vue": "^4.0.9",
19-
"@vitejs/plugin-vue": "^4.5.1",
20-
"astro": "^4.5.10",
21-
"sharp": "^0.32.5",
22-
"tailwindcss": "^3.3.5",
23-
"typescript": "^5.3.3",
24-
"vue": "^3.3.9"
18+
"@astrojs/vue": "^4.2.0",
19+
"@vitejs/plugin-vue": "^4.5.2",
20+
"astro": "^4.8.7",
21+
"sharp": "^0.32.6",
22+
"tailwindcss": "^3.3.6",
23+
"typescript": "^5.3.4",
24+
"vue": "^3.3.10"
2525
}
2626
}

0 commit comments

Comments
 (0)