@oyat/editor 1.5.6 → 1.5.8
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/dist/components/editor/plugins/block-menu-kit.d.ts +1 -0
- package/dist/components/editor/plugins/block-menu-kit.d.ts.map +1 -1
- package/dist/components/editor/plugins/block-selection-kit.d.ts +1 -0
- package/dist/components/editor/plugins/block-selection-kit.d.ts.map +1 -1
- package/dist/components/editor/plugins/mention-kit.d.ts.map +1 -1
- package/dist/components/ui/inline-combobox.d.ts.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oyat/editor",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.8",
|
|
4
4
|
"description": "A powerful, feature-rich Plate.js editor component with AI integration, collaboration features, and extensive customization options",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"homepage": "https://github.com/oyat-app/oyat-editor#readme",
|
|
37
37
|
"scripts": {
|
|
38
38
|
"dev": "vite",
|
|
39
|
-
"build": "tsc && vite build",
|
|
40
|
-
"build:lib": "vite build --config vite.config.lib.ts",
|
|
39
|
+
"build": "tsc -b && vite build",
|
|
41
40
|
"lint": "eslint .",
|
|
42
41
|
"preview": "vite preview",
|
|
42
|
+
"build:lib": "vite build --config vite.config.lib.ts",
|
|
43
43
|
"prepublishOnly": "npm run build:lib",
|
|
44
44
|
"type-check": "tsc --noEmit"
|
|
45
45
|
},
|
|
@@ -48,20 +48,20 @@
|
|
|
48
48
|
"@ariakit/react": "^0.4.20",
|
|
49
49
|
"@emoji-mart/data": "1.2.1",
|
|
50
50
|
"@faker-js/faker": "^10.1.0",
|
|
51
|
-
"@platejs/ai": "^52.0.
|
|
51
|
+
"@platejs/ai": "^52.0.16",
|
|
52
52
|
"@platejs/autoformat": "^52.0.11",
|
|
53
53
|
"@platejs/basic-nodes": "^52.0.11",
|
|
54
54
|
"@platejs/basic-styles": "^52.0.11",
|
|
55
55
|
"@platejs/callout": "^52.0.11",
|
|
56
56
|
"@platejs/caption": "^52.0.11",
|
|
57
57
|
"@platejs/code-block": "^52.0.11",
|
|
58
|
-
"@platejs/combobox": "^52.0.
|
|
58
|
+
"@platejs/combobox": "^52.0.15",
|
|
59
59
|
"@platejs/comment": "^52.0.11",
|
|
60
60
|
"@platejs/date": "^52.0.11",
|
|
61
61
|
"@platejs/diff": "^52.0.11",
|
|
62
62
|
"@platejs/dnd": "^52.0.11",
|
|
63
63
|
"@platejs/docx": "^52.0.11",
|
|
64
|
-
"@platejs/emoji": "^52.0.
|
|
64
|
+
"@platejs/emoji": "^52.0.15",
|
|
65
65
|
"@platejs/excalidraw": "^52.0.11",
|
|
66
66
|
"@platejs/floating": "^52.0.11",
|
|
67
67
|
"@platejs/indent": "^52.0.11",
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
"@platejs/markdown": "^52.0.11",
|
|
73
73
|
"@platejs/math": "^52.0.11",
|
|
74
74
|
"@platejs/media": "^52.0.11",
|
|
75
|
-
"@platejs/mention": "^52.0.
|
|
75
|
+
"@platejs/mention": "^52.0.15",
|
|
76
76
|
"@platejs/resizable": "^52.0.11",
|
|
77
|
-
"@platejs/selection": "^52.0.
|
|
78
|
-
"@platejs/slash-command": "^52.0.
|
|
77
|
+
"@platejs/selection": "^52.0.16",
|
|
78
|
+
"@platejs/slash-command": "^52.0.15",
|
|
79
79
|
"@platejs/suggestion": "^52.0.11",
|
|
80
80
|
"@platejs/table": "^52.0.11",
|
|
81
81
|
"@platejs/toc": "^52.0.11",
|
|
@@ -100,14 +100,14 @@
|
|
|
100
100
|
"cmdk": "^1.1.1",
|
|
101
101
|
"date-fns": "^4.1.0",
|
|
102
102
|
"dedent": "1.0.0",
|
|
103
|
-
"html2canvas-pro": "^1.
|
|
103
|
+
"html2canvas-pro": "^1.6.2",
|
|
104
104
|
"lodash": "^4.17.21",
|
|
105
105
|
"lowlight": "^3.3.0",
|
|
106
|
-
"lucide-react": "^0.
|
|
106
|
+
"lucide-react": "^0.562.0",
|
|
107
107
|
"pdf-lib": "^1.17.1",
|
|
108
|
-
"platejs": "^52.0.
|
|
108
|
+
"platejs": "^52.0.15",
|
|
109
109
|
"react": "^19.2.0",
|
|
110
|
-
"react-day-picker": "^9.
|
|
110
|
+
"react-day-picker": "^9.13.0",
|
|
111
111
|
"react-dnd": "^16.0.1",
|
|
112
112
|
"react-dnd-html5-backend": "^16.0.1",
|
|
113
113
|
"react-dom": "^19.2.0",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"tailwindcss": "^4.1.18",
|
|
124
124
|
"uploadthing": "7.7.4",
|
|
125
125
|
"use-file-picker": "2.1.2",
|
|
126
|
-
"zod": "^4.1
|
|
126
|
+
"zod": "^4.2.1"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
129
|
"@eslint/js": "^9.39.1",
|