@oyat/editor 1.7.8 → 1.7.9

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": "@oyat/editor",
3
- "version": "1.7.8",
3
+ "version": "1.7.9",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -13,7 +13,7 @@
13
13
  "prepublishOnly": "npm run build:lib"
14
14
  },
15
15
  "dependencies": {
16
- "@ai-sdk/react": "2.0.28",
16
+ "@ai-sdk/react": "^3.0.118",
17
17
  "@ariakit/react": "^0.4.23",
18
18
  "@emoji-mart/data": "1.2.1",
19
19
  "@faker-js/faker": "^10.3.0",
@@ -32,6 +32,7 @@
32
32
  "@platejs/diff": "^52.0.11",
33
33
  "@platejs/dnd": "^52.0.11",
34
34
  "@platejs/docx": "^52.0.11",
35
+ "@platejs/docx-io": "^52.2.0",
35
36
  "@platejs/emoji": "^52.0.15",
36
37
  "@platejs/excalidraw": "^52.0.11",
37
38
  "@platejs/floating": "^52.0.11",
@@ -40,7 +41,7 @@
40
41
  "@platejs/layout": "^52.0.11",
41
42
  "@platejs/link": "^52.0.11",
42
43
  "@platejs/list": "^52.0.11",
43
- "@platejs/markdown": "^52.3.1",
44
+ "@platejs/markdown": "^52.3.5",
44
45
  "@platejs/math": "^52.0.11",
45
46
  "@platejs/media": "^52.0.11",
46
47
  "@platejs/mention": "^52.0.15",
@@ -55,10 +56,10 @@
55
56
  "@radix-ui/react-popover": "^1.1.15",
56
57
  "@radix-ui/react-toolbar": "^1.1.11",
57
58
  "@radix-ui/react-tooltip": "^1.2.8",
58
- "@tailwindcss/vite": "^4.1.17",
59
+ "@tailwindcss/vite": "^4.2.1",
59
60
  "@udecode/cn": "^52.3.4",
60
61
  "@uploadthing/react": "7.3.3",
61
- "ai": "5.0.28",
62
+ "ai": "^6.0.116",
62
63
  "class-variance-authority": "^0.7.1",
63
64
  "clsx": "^2.1.1",
64
65
  "cmdk": "^1.1.1",
@@ -71,44 +72,44 @@
71
72
  "pdf-lib": "^1.17.1",
72
73
  "platejs": "^52.3.4",
73
74
  "radix-ui": "^1.4.3",
74
- "react": "^19.2.0",
75
+ "react": "^19.2.4",
75
76
  "react-day-picker": "^9.14.0",
76
77
  "react-dnd": "^16.0.1",
77
78
  "react-dnd-html5-backend": "^16.0.1",
78
- "react-dom": "^19.2.0",
79
+ "react-dom": "^19.2.4",
79
80
  "react-lite-youtube-embed": "^3.5.1",
80
81
  "react-player": "3.3.1",
81
82
  "react-textarea-autosize": "^8.5.9",
82
83
  "react-tweet": "^3.3.0",
83
84
  "remark-gfm": "^4.0.1",
84
85
  "remark-math": "^6.0.0",
85
- "shadcn": "^4.0.5",
86
+ "shadcn": "^4.0.8",
86
87
  "sonner": "^2.0.7",
87
88
  "tailwind-merge": "^3.5.0",
88
89
  "tailwind-scrollbar-hide": "^4.0.0",
89
- "tailwindcss": "^4.1.17",
90
+ "tailwindcss": "^4.2.1",
90
91
  "tw-animate-css": "^1.4.0",
91
92
  "uploadthing": "7.7.4",
92
93
  "use-file-picker": "2.1.2",
93
94
  "zod": "^4.3.6"
94
95
  },
95
96
  "devDependencies": {
96
- "@eslint/js": "^9.39.1",
97
+ "@eslint/js": "^9.39.4",
97
98
  "@types/lodash": "^4.17.24",
98
- "@types/node": "^24.10.1",
99
- "@types/react": "^19.2.5",
99
+ "@types/node": "^24.12.0",
100
+ "@types/react": "^19.2.14",
100
101
  "@types/react-dom": "^19.2.3",
101
- "@vitejs/plugin-react": "^5.1.1",
102
- "eslint": "^9.39.1",
102
+ "@vitejs/plugin-react": "^5.2.0",
103
+ "eslint": "^9.39.4",
103
104
  "eslint-plugin-react-hooks": "^7.0.1",
104
- "eslint-plugin-react-refresh": "^0.4.24",
105
+ "eslint-plugin-react-refresh": "^0.5.2",
105
106
  "globals": "^16.5.0",
106
107
  "prettier": "^3.8.1",
107
108
  "prettier-plugin-tailwindcss": "^0.7.2",
108
- "terser": "^5.46.0",
109
+ "terser": "^5.46.1",
109
110
  "typescript": "~5.9.3",
110
- "typescript-eslint": "^8.46.4",
111
- "vite": "^7.2.4",
111
+ "typescript-eslint": "^8.57.1",
112
+ "vite": "^7.3.1",
112
113
  "vite-plugin-css-injected-by-js": "^4.0.1",
113
114
  "vite-plugin-dts": "^4.5.4"
114
115
  },