File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -654,6 +654,13 @@ declare module 'astro:content' {
654
654
collection : "docs" ;
655
655
data : InferEntrySchema < "docs" >
656
656
} & { 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" ] } ;
657
664
"hosting/tls.mdx" : {
658
665
id : "hosting/tls.mdx" ;
659
666
slug : "h/ssl" ;
Original file line number Diff line number Diff line change 11
11
"astro" : " astro"
12
12
},
13
13
"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 " ,
17
17
"@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 "
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments