payload-richtext-tiptap 0.0.37 → 0.0.38

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": "payload-richtext-tiptap",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "Rich text tiptap for Payload CMS",
5
5
  "keywords": [
6
6
  "payload",
@@ -54,7 +54,7 @@
54
54
  "dependencies": {
55
55
  "@headlessui/tailwindcss": "^0.2.1",
56
56
  "@hocuspocus/provider": "^2.11.3",
57
- "@payloadcms/ui": "3.0.0-beta.47",
57
+ "@payloadcms/ui": "3.0.0-beta.58",
58
58
  "@radix-ui/react-dropdown-menu": "^2.0.5",
59
59
  "@radix-ui/react-popover": "^1.0.6",
60
60
  "@radix-ui/react-scroll-area": "^1.1.0",
@@ -111,6 +111,7 @@
111
111
  "adi": "^1.0.1",
112
112
  "ai": "^3.2.1",
113
113
  "cal-sans": "^1.0.1",
114
+ "clsx": "^2.1.1",
114
115
  "deepmerge": "^4.2.2",
115
116
  "escape-html": "^1.0.3",
116
117
  "jsonwebtoken": "^9.0.2",
@@ -149,8 +150,9 @@
149
150
  "cross-env": "^7.0.3",
150
151
  "jest": "^29.7.0",
151
152
  "nodemon": "3.0.3",
152
- "payload": "3.0.0-beta.47",
153
+ "payload": "3.0.0-beta.58",
153
154
  "postcss": "^8.4.38",
155
+ "rimraf": "^5.0.7",
154
156
  "sort-package-json": "^2.10.0",
155
157
  "swc-plugin-transform-remove-imports": "^1.12.1",
156
158
  "tailwindcss": "^3.4.4",
@@ -158,7 +160,7 @@
158
160
  "typescript": "^5.5.2"
159
161
  },
160
162
  "peerDependencies": {
161
- "payload": "3.0.0-beta.47",
163
+ "payload": "3.0.0-beta.58",
162
164
  "react": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522",
163
165
  "react-dom": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522"
164
166
  },