Skip to content

Commit b27d0e9

Browse files
committed
chore: upgrade deps
1 parent 0e94ec2 commit b27d0e9

File tree

4 files changed

+241
-160
lines changed

4 files changed

+241
-160
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"katex": ">=0.16.22",
7777
"mermaid": ">=11",
7878
"shiki": "^3.13.0",
79-
"stream-markdown": ">=0.0.8",
79+
"stream-markdown": ">=0.0.9",
8080
"stream-monaco": ">=0.0.2",
8181
"vue": ">=3.0.0",
8282
"vue-i18n": ">=9"
@@ -103,7 +103,7 @@
103103
},
104104
"dependencies": {
105105
"@floating-ui/dom": "^1.7.4",
106-
"stream-markdown-parser": "^0.0.16"
106+
"stream-markdown-parser": "^0.0.17"
107107
},
108108
"devDependencies": {
109109
"@antfu/eslint-config": "^5.4.1",
@@ -121,17 +121,17 @@
121121
"rollup": "^3.29.5",
122122
"rollup-plugin-dts": "^5.3.1",
123123
"tailwindcss": "^3.4.18",
124-
"terser": "^5.44.0",
124+
"terser": "^5.44.1",
125125
"tsx": "^4.20.6",
126126
"typescript": "^5.9.3",
127127
"unplugin-class-extractor": "^0.0.22",
128128
"unplugin-vue-components": "^28.8.0",
129-
"vite": "^7.1.12",
129+
"vite": "^7.2.1",
130130
"vite-plugin-dts": "^4.5.4",
131131
"vite-plugin-pages": "^0.33.1",
132132
"vite-svg-loader": "^5.1.0",
133133
"vitest": "^4.0.7",
134-
"vue": "^3.5.22",
134+
"vue": "^3.5.23",
135135
"vue-tsc": "^2.2.12"
136136
},
137137
"lint-staged": {

packages/markdown-parser/package.json

Lines changed: 2 additions & 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.16",
4+
"version": "0.0.17",
55
"packageManager": "[email protected]",
66
"description": "Pure markdown parser and renderer utilities with streaming support - framework agnostic",
77
"author": "Simon He",
@@ -18,6 +18,7 @@
1818
"keywords": [
1919
"markdown",
2020
"markdown-it",
21+
"markdown-it-ts",
2122
"parser",
2223
"markdown-parser",
2324
"markdown-renderer",

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@tailwindcss/typography": "^0.5.19",
1616
"@vueuse/core": "^13.9.0",
1717
"katex": "^0.16.25",
18-
"stream-markdown": "^0.0.8",
18+
"stream-markdown": "^0.0.9",
1919
"stream-monaco": "^0.0.2",
20-
"vite": "^7.1.12",
21-
"vue": "^3.5.22",
20+
"vite": "^7.2.1",
21+
"vue": "^3.5.23",
2222
"vue-i18n": "^11.1.12",
2323
"vue-renderer-markdown": "latest",
2424
"vue-router": "^4.6.3"
@@ -30,7 +30,7 @@
3030
"eslint": "^9.39.1",
3131
"jsdom": "^24.1.3",
3232
"monaco-editor": "^0.52.2",
33-
"pinia": "^3.0.3",
33+
"pinia": "^3.0.4",
3434
"unplugin-auto-import": "^0.18.6",
3535
"unplugin-vue-components": "^0.27.5",
3636
"vite-plugin-monaco-editor-esm": "^2.0.2"

0 commit comments

Comments
 (0)