@oyat/editor 1.6.1 → 1.6.3

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.6.1",
3
+ "version": "1.6.3",
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",
@@ -47,7 +47,7 @@
47
47
  "@ai-sdk/react": "2.0.28",
48
48
  "@ariakit/react": "^0.4.21",
49
49
  "@emoji-mart/data": "1.2.1",
50
- "@faker-js/faker": "^10.2.0",
50
+ "@faker-js/faker": "^10.3.0",
51
51
  "@platejs/ai": "^52.1.0",
52
52
  "@platejs/autoformat": "^52.0.11",
53
53
  "@platejs/basic-nodes": "^52.0.11",
@@ -100,14 +100,15 @@
100
100
  "cmdk": "^1.1.1",
101
101
  "date-fns": "^4.1.0",
102
102
  "dedent": "1.0.0",
103
- "html2canvas-pro": "^1.6.4",
104
- "lodash": "^4.17.21",
103
+ "html2canvas-pro": "^1.6.6",
104
+ "lodash": "^4.17.23",
105
105
  "lowlight": "^3.3.0",
106
- "lucide-react": "^0.562.0",
106
+ "lucide-react": "^0.563.0",
107
107
  "pdf-lib": "^1.17.1",
108
108
  "platejs": "^52.0.17",
109
+ "radix-ui": "^1.4.3",
109
110
  "react": "^19.2.0",
110
- "react-day-picker": "^9.13.0",
111
+ "react-day-picker": "^9.13.1",
111
112
  "react-dnd": "^16.0.1",
112
113
  "react-dnd-html5-backend": "^16.0.1",
113
114
  "react-dom": "^19.2.0",
@@ -123,7 +124,7 @@
123
124
  "tailwindcss": "^4.1.18",
124
125
  "uploadthing": "7.7.4",
125
126
  "use-file-picker": "2.1.2",
126
- "zod": "^4.3.5"
127
+ "zod": "^4.3.6"
127
128
  },
128
129
  "devDependencies": {
129
130
  "@eslint/js": "^9.39.1",
@@ -136,7 +137,8 @@
136
137
  "eslint-plugin-react-hooks": "^7.0.1",
137
138
  "eslint-plugin-react-refresh": "^0.4.24",
138
139
  "globals": "^16.5.0",
139
- "terser": "^5.45.0",
140
+ "shadcn": "^3.8.4",
141
+ "terser": "^5.46.0",
140
142
  "tw-animate-css": "^1.4.0",
141
143
  "typescript": "~5.9.3",
142
144
  "typescript-eslint": "^8.46.4",