Skip to content

Commit ccb3142

Browse files
committed
fix: update stream-markdown-parser dependency to version 0.0.15
1 parent 05db9af commit ccb3142

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"dependencies": {
105105
"@floating-ui/dom": "^1.7.4",
106-
"stream-markdown-parser": "^0.0.14"
106+
"stream-markdown-parser": "^0.0.15"
107107
},
108108
"devDependencies": {
109109
"@antfu/eslint-config": "^5.4.1",

packages/markdown-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-markdown-parser",
33
"type": "module",
4-
"version": "0.0.14",
4+
"version": "0.0.15",
55
"packageManager": "[email protected]",
66
"description": "Pure markdown parser and renderer utilities with streaming support - framework agnostic",
77
"author": "Simon He",

pnpm-lock.yaml

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)