exmarkdown-heading-anchor
Advanced tools
Comparing version 1.3.22 to 1.3.23
@@ -12,2 +12,4 @@ import { SvelteComponent } from "svelte"; | ||
}; | ||
exports?: undefined; | ||
bindings?: undefined; | ||
}; | ||
@@ -14,0 +16,0 @@ export type HeadingProps = typeof __propDef.props; |
{ | ||
"name": "exmarkdown-heading-anchor", | ||
"version": "1.3.22", | ||
"version": "1.3.23", | ||
"type": "module", | ||
@@ -36,3 +36,3 @@ "description": "⚓️ A svelte-exmarkdown plugin that places anchors in heading tags", | ||
"url": "https://github.com/jill64/exmarkdown-heading-anchor.git", | ||
"image": "https://opengraph.githubassets.com/7d46971416f446e48050e8d7ec444bd46ae6ae5433c6fb4160975dfdb04e8f79/jill64/exmarkdown-heading-anchor" | ||
"image": "https://opengraph.githubassets.com/5913b904ee1655a00336ba8493bb8cc96d17ba93574c4f74cdfd83765959323b/jill64/exmarkdown-heading-anchor" | ||
}, | ||
@@ -56,19 +56,19 @@ "scripts": { | ||
"devDependencies": { | ||
"@jill64/eslint-config-svelte": "1.2.27", | ||
"@jill64/npm-demo-layout": "1.0.202", | ||
"@jill64/universal-sanitizer": "1.2.11", | ||
"@jill64/eslint-config-svelte": "1.2.31", | ||
"@jill64/npm-demo-layout": "1.0.210", | ||
"@jill64/universal-sanitizer": "1.2.13", | ||
"@jill64/playwright-config": "2.3.0", | ||
"@jill64/prettier-config": "1.0.0", | ||
"@jill64/sentry-sveltekit-cloudflare": "1.7.12", | ||
"@jill64/svelte-input": "1.6.28", | ||
"@jill64/sentry-sveltekit-cloudflare": "1.7.14", | ||
"@jill64/svelte-input": "1.6.29", | ||
"@playwright/test": "1.44.1", | ||
"@sveltejs/adapter-cloudflare": "4.4.0", | ||
"@sveltejs/kit": "2.5.10", | ||
"svelte": "4.2.17", | ||
"svelte": "4.2.18", | ||
"svelte-exmarkdown": "3.0.5", | ||
"svelte-qparam": "1.0.24", | ||
"svelte-qparam": "1.0.25", | ||
"typescript": "5.4.5", | ||
"unified": "11.0.4", | ||
"vite": "5.2.11", | ||
"@sveltejs/vite-plugin-svelte": "3.1.0" | ||
"vite": "5.2.13", | ||
"@sveltejs/vite-plugin-svelte": "3.1.1" | ||
}, | ||
@@ -75,0 +75,0 @@ "dependencies": { |
9761
101