Comparing version 0.9.1 to 0.9.2
# mdsvex | ||
## 0.9.2 | ||
### Patch Changes | ||
- [`0567e15`](https://github.com/pngwn/MDsveX/commit/0567e151ea29ea531b8f71496c46871add43dcbb) [#237](https://github.com/pngwn/MDsveX/pull/237) Thanks [@pngwn](https://github.com/pngwn)! - Fix "Cannot find module 'prism-svelte'" error. | ||
## 0.9.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "mdsvex", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Markdown preprocessor for Svelte", | ||
@@ -40,3 +40,2 @@ "main": "dist/main.cjs.js", | ||
"node-fetch": "^2.6.0", | ||
"prism-svelte": "^0.4.7", | ||
"rehype-slug": "^3.0.0", | ||
@@ -70,2 +69,3 @@ "rehype-toc": "^3.0.1", | ||
"@types/unist": "^2.0.3", | ||
"prism-svelte": "^0.4.7", | ||
"prismjs": "^1.17.1", | ||
@@ -72,0 +72,0 @@ "vfile-message": "^2.0.4" |
2741327
36
5
+ Addedprism-svelte@^0.4.7
+ Addedprism-svelte@0.4.7(transitive)