@haklex/rich-kit-shiro 0.4.0 → 0.5.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-kit-shiro",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Production bundle for Shiroi blog",
5
5
  "repository": {
6
6
  "type": "git",
@@ -66,22 +66,23 @@
66
66
  "dependencies": {
67
67
  "katex": "^0.16.45",
68
68
  "react-shadow": "^20.6.0",
69
- "@haklex/rich-ext-chat": "0.4.0",
70
- "@haklex/rich-ext-code-snippet": "0.4.0",
71
- "@haklex/rich-ext-embed": "0.4.0",
72
- "@haklex/rich-ext-nested-doc": "0.4.0",
73
- "@haklex/rich-ext-excalidraw": "0.4.0",
74
- "@haklex/rich-plugin-floating-toolbar": "0.4.0",
75
- "@haklex/rich-plugin-link-edit": "0.4.0",
76
- "@haklex/rich-plugin-slash-menu": "0.4.0",
77
- "@haklex/rich-plugin-block-handle": "0.4.0",
78
- "@haklex/rich-plugin-mention": "0.4.0",
79
- "@haklex/rich-plugin-toolbar": "0.4.0",
80
- "@haklex/rich-renderers": "0.4.0",
81
- "@haklex/rich-renderers-edit": "0.4.0",
82
- "@haklex/rich-static-renderer": "0.4.0",
83
- "@haklex/rich-plugin-table": "0.4.0",
84
- "@haklex/rich-renderer-katex": "0.4.0"
69
+ "@haklex/rich-ext-chat": "0.5.0",
70
+ "@haklex/rich-ext-code-snippet": "0.5.0",
71
+ "@haklex/rich-ext-nested-doc": "0.5.0",
72
+ "@haklex/rich-ext-embed": "0.5.0",
73
+ "@haklex/rich-ext-excalidraw": "0.5.0",
74
+ "@haklex/rich-plugin-block-handle": "0.5.0",
75
+ "@haklex/rich-ext-poll": "0.5.0",
76
+ "@haklex/rich-plugin-floating-toolbar": "0.5.0",
77
+ "@haklex/rich-plugin-link-edit": "0.5.0",
78
+ "@haklex/rich-plugin-table": "0.5.0",
79
+ "@haklex/rich-plugin-mention": "0.5.0",
80
+ "@haklex/rich-plugin-slash-menu": "0.5.0",
81
+ "@haklex/rich-plugin-toolbar": "0.5.0",
82
+ "@haklex/rich-renderer-katex": "0.5.0",
83
+ "@haklex/rich-renderers-edit": "0.5.0",
84
+ "@haklex/rich-renderers": "0.5.0",
85
+ "@haklex/rich-static-renderer": "0.5.0"
85
86
  },
86
87
  "devDependencies": {
87
88
  "@lexical/react": "^0.44.0",
@@ -96,14 +97,14 @@
96
97
  "vite-plugin-dts": "^4.5.4"
97
98
  },
98
99
  "peerDependencies": {
99
- "@haklex/rich-editor": ">=0.3.0",
100
- "@haklex/rich-editor-ui": ">=0.3.0",
101
- "@haklex/rich-style-token": ">=0.3.0",
102
100
  "@lexical/react": "^0.44.0",
103
101
  "lexical": "^0.44.0",
104
102
  "lucide-react": "^1.0.0",
105
103
  "react": ">=19",
106
- "react-dom": ">=19"
104
+ "react-dom": ">=19",
105
+ "@haklex/rich-editor": "0.5.0",
106
+ "@haklex/rich-editor-ui": "0.5.0",
107
+ "@haklex/rich-style-token": "0.5.0"
107
108
  },
108
109
  "publishConfig": {
109
110
  "access": "public"