diff --git a/docs/.gitignore b/docs/.gitignore index 7329a851d..8a3a5a2f0 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -18,3 +18,5 @@ pnpm-debug.log* # macOS-specific files .DS_Store + +.astro \ No newline at end of file diff --git a/docs/package.json b/docs/package.json index 103985e27..47c327357 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,47 +11,47 @@ "astro": "astro" }, "dependencies": { - "@fontsource/jetbrains-mono": "^4.5.11", - "@fontsource/plus-jakarta-sans": "^4.5.10", + "@fontsource/jetbrains-mono": "^4.5.12", + "@fontsource/plus-jakarta-sans": "^4.5.11", "@neodrag/svelte": "workspace:*", - "astro-seo": "^0.6.1", + "astro-seo": "^0.7.1", "open-props": "^1.5.3", "popmotion": "^11.0.5", "slugify": "^1.6.5", "svelte-body": "^1.3.6", "svelte-copy": "^1.3.0", "svelte-inview": "^3.0.2", - "svelte-local-storage-store": "^0.3.2", + "svelte-local-storage-store": "^0.4.0", "throttle-debounce": "^5.0.0" }, "devDependencies": { - "@astrojs/mdx": "^0.14.0", - "@astrojs/prefetch": "^0.1.1", - "@astrojs/sitemap": "^1.0.0", - "@astrojs/svelte": "^1.0.2", - "@iconify/json": "^2.2.7", + "@astrojs/mdx": "^0.17.0", + "@astrojs/prefetch": "^0.1.2", + "@astrojs/sitemap": "^1.0.1", + "@astrojs/svelte": "^2.0.2", + "@iconify/json": "^2.2.25", "@types/throttle-debounce": "^5.0.0", - "astro": "^1.9.2", - "astro-compress": "^1.1.27", - "astro-critters": "^1.1.26", - "astrojs-service-worker": "^0.0.8", + "astro": "^2.0.14", + "astro-compress": "^1.1.33", + "astro-critters": "^1.1.29", + "astrojs-service-worker": "^0.0.9", "autoprefixer": "^10.4.13", "hast-util-to-string": "^2.0.0", "hastscript": "^7.2.0", "postcss": "^8.4.21", - "postcss-jit-props": "^1.0.9", - "prettier": "^2.8.3", - "prettier-plugin-astro": "^0.7.2", + "postcss-jit-props": "^1.0.11", + "prettier": "^2.8.4", + "prettier-plugin-astro": "^0.8.0", "rehype-autolink-headings": "^6.1.1", "remark-custom-container": "^1.2.0", - "rollup": "^3.10.0", - "sass": "^1.57.1", + "rollup": "^3.17.2", + "sass": "^1.58.3", "svelte": "^3.55.1", "svelte-fast-dimension": "^0.0.3", "svelte-sequential-preprocessor": "^0.0.7", - "typescript": "^4.9.4", - "unplugin-auto-import": "^0.12.0", - "unplugin-icons": "^0.15.1", - "vite": "^4.0.4" + "typescript": "^4.9.5", + "unplugin-auto-import": "^0.14.3", + "unplugin-icons": "^0.15.3", + "vite": "^4.1.3" } } diff --git a/docs/src/auto-imports.d.ts b/docs/src/auto-imports.d.ts index 92a8fa93e..e6f9d2458 100644 --- a/docs/src/auto-imports.d.ts +++ b/docs/src/auto-imports.d.ts @@ -1,4 +1,7 @@ -// Generated by 'unplugin-auto-import' +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-auto-import export {} declare global { const Code: typeof import('$components/options/OptionsCode.astro')['default'] diff --git a/docs/src/components/ToC.svelte b/docs/src/components/ToC.svelte index 78a07eecf..5967fc79b 100644 --- a/docs/src/components/ToC.svelte +++ b/docs/src/components/ToC.svelte @@ -1,6 +1,8 @@