test
This commit is contained in:
parent
2db4183b58
commit
9696dd3822
|
@ -45,7 +45,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@expressive-code/plugin-line-numbers": "^0.33.5",
|
||||
"astro-integration-kit": "^0.7.0",
|
||||
"astro-integration-kit": "^0.7.1",
|
||||
"chalk": "5.3.0",
|
||||
"expressive-code": "^0.33.5",
|
||||
"hast-util-to-html": "8.0.4",
|
||||
|
|
|
@ -17,7 +17,7 @@ export const optionsSchema = z.object({
|
|||
/**
|
||||
* Optional: Allows the user to enable verbose logging.
|
||||
*/
|
||||
verbose: z.boolean().default(false),
|
||||
}).optional().default({});
|
||||
verbose: z.boolean().optional().default(false),
|
||||
})
|
||||
|
||||
export type astroGistsUserConfig = z.infer<typeof optionsSchema>
|
|
@ -4,6 +4,6 @@ import mdx from "@astrojs/mdx"
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [astroGist({ verbose: true }), mdx()]
|
||||
integrations: [astroGist(), mdx()]
|
||||
});
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@ importers:
|
|||
specifier: ^4.4.1
|
||||
version: 4.4.11
|
||||
astro-integration-kit:
|
||||
specifier: ^0.7.0
|
||||
version: 0.7.0(astro@4.4.11)
|
||||
specifier: ^0.7.1
|
||||
version: 0.7.1(astro@4.4.11)
|
||||
chalk:
|
||||
specifier: 5.3.0
|
||||
version: 5.3.0
|
||||
|
@ -1723,8 +1723,8 @@ packages:
|
|||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/astro-integration-kit@0.7.0(astro@4.4.11):
|
||||
resolution: {integrity: sha512-kFyAtD3TZa0pGqFjpVeKLbzQlmFm/YOYoMp+m/WzkqGYrFmIjKX1CZM2s6mICZV+hEmozvRz2KE6t5xwdnr+7w==}
|
||||
/astro-integration-kit@0.7.1(astro@4.4.11):
|
||||
resolution: {integrity: sha512-QiIRvNdESlm7bziuEkWXUJI6uWdQgmeUEOLXkbpuMZrZK8c7DytbGSs3SStpT0b5ITQ1XcDV9r9DAixyW0F2Dg==}
|
||||
peerDependencies:
|
||||
'@astrojs/db': ^0.9.0
|
||||
'@vitejs/plugin-react': ^4.2.1
|
||||
|
|
Loading…
Reference in New Issue