markdown-flow-ui 0.1.17-beta.16 → 0.1.17-beta.17

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.
File without changes
package/package.json CHANGED
@@ -20,17 +20,18 @@
20
20
  "@radix-ui/react-slot": "1.2.3",
21
21
  "@types/unist": "^3.0.3",
22
22
  "@uiw/react-codemirror": "^4.24.1",
23
- "i18next": "^23.15.1",
24
23
  "class-variance-authority": "^0.7.1",
25
24
  "clsx": "^2.1.1",
26
25
  "github-markdown-css": "^5.8.1",
27
26
  "highlight.js": "^11.11.1",
27
+ "i18next": "^23.15.1",
28
28
  "katex": "^0.16.22",
29
29
  "lucide-react": "^0.525.0",
30
30
  "mermaid": "^11.10.1",
31
31
  "next": "15.3.5",
32
32
  "react": "19.0.0",
33
33
  "react-dom": "19.0.0",
34
+ "react-i18next": "^15.5.0",
34
35
  "react-markdown": "^10.1.0",
35
36
  "rehype-highlight": "^7.0.2",
36
37
  "rehype-katex": "^7.0.1",
@@ -39,7 +40,6 @@
39
40
  "remark-flow": "^0.1.6",
40
41
  "remark-gfm": "^4.0.1",
41
42
  "remark-math": "^6.0.0",
42
- "react-i18next": "^15.5.0",
43
43
  "tailwind-merge": "^3.3.1",
44
44
  "unified": "^11.0.5",
45
45
  "unist": "^0.0.1",
@@ -57,6 +57,8 @@
57
57
  "@storybook/addon-docs": "^9.0.16",
58
58
  "@storybook/addon-vitest": "^9.0.16",
59
59
  "@storybook/nextjs-vite": "^9.0.16",
60
+ "@storybook/react": "9.1.5",
61
+ "@storybook/react-vite": "9.1.5",
60
62
  "@tailwindcss/postcss": "^4",
61
63
  "@types/node": "^20",
62
64
  "@types/react": "^19",
@@ -64,7 +66,9 @@
64
66
  "@vitejs/plugin-react": "^4.7.0",
65
67
  "@vitest/browser": "^3.2.4",
66
68
  "@vitest/coverage-v8": "^3.2.4",
69
+ "autoprefixer": "^10.4.21",
67
70
  "commitizen": "^4.3.1",
71
+ "cross-env": "^10.1.0",
68
72
  "cz-conventional-changelog": "^3.3.0",
69
73
  "eslint": "^9",
70
74
  "eslint-config-next": "15.3.5",
@@ -79,7 +83,7 @@
79
83
  "rollup": "^4.46.2",
80
84
  "rollup-plugin-dts": "^6.2.1",
81
85
  "standard-version": "^9.5.0",
82
- "storybook": "^9.0.16",
86
+ "storybook": "^9.1.5",
83
87
  "tailwindcss": "^4",
84
88
  "tw-animate-css": "^1.3.6",
85
89
  "typescript": "^5",
@@ -144,5 +148,5 @@
144
148
  "test": "echo \"No tests specified\" && exit 0"
145
149
  },
146
150
  "types": "dist/index.d.ts",
147
- "version": "0.1.17-beta.16"
151
+ "version": "0.1.17-beta.17"
148
152
  }