markstream-react 0.0.21 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "markstream-react",
3
3
  "type": "module",
4
- "version": "0.0.21",
4
+ "version": "0.0.23",
5
5
  "description": "React Markdown renderer optimized for large documents with progressive Mermaid rendering, streaming diff code blocks, and fast real-time preview. Built on stream-markdown AST for consistent rendering across frameworks. Perfect for documentation sites, AI chat interfaces, and content management systems.",
6
6
  "author": "Simon He",
7
7
  "license": "MIT",
@@ -106,18 +106,18 @@
106
106
  }
107
107
  },
108
108
  "dependencies": {
109
- "@floating-ui/dom": "^1.7.5",
109
+ "@floating-ui/dom": "^1.7.6",
110
110
  "clsx": "^2.1.1",
111
- "stream-markdown-parser": "0.0.64"
111
+ "stream-markdown-parser": "0.0.66"
112
112
  },
113
113
  "devDependencies": {
114
- "@types/react": "^18.3.27",
114
+ "@types/react": "^18.3.28",
115
115
  "@types/react-dom": "^18.3.7",
116
116
  "@vitejs/plugin-react-swc": "^3.11.0",
117
- "autoprefixer": "^10.4.24",
118
- "rollup": "^3.29.5",
117
+ "autoprefixer": "^10.4.27",
118
+ "rollup": "^3.30.0",
119
119
  "rollup-plugin-dts": "^5.3.1",
120
- "rollup-plugin-visualizer": "^6.0.5",
120
+ "rollup-plugin-visualizer": "^6.0.11",
121
121
  "tailwindcss": "^3.4.19",
122
122
  "typescript": "^5.9.3",
123
123
  "vite": "^7.3.1",