Skip to content

Commit

Permalink
additional version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ukdaaan committed May 22, 2024
1 parent 161f8c7 commit 17bd1c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 17bd1c9

Please sign in to comment.