payload-richtext-tiptap 0.0.99 → 0.0.101
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/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/events.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/serverside/useAppendIdToClientsideBlocks.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/serverside/useAppendIdToClientsideBlocks.js +4 -1
- package/dist/src/fields/TiptapEditor/extensions/serverside/useAppendIdToClientsideBlocks.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +38 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payload-richtext-tiptap",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.101",
|
|
4
4
|
"description": "Rich text tiptap for Payload CMS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -29,26 +29,27 @@
|
|
|
29
29
|
"sideEffects": false,
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@headlessui/tailwindcss": "^0.2.1",
|
|
32
|
-
"@hocuspocus/provider": "^2.
|
|
32
|
+
"@hocuspocus/provider": "^2.15.0",
|
|
33
33
|
"@payloadcms/ui": "3.0.0-beta.58",
|
|
34
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
35
|
-
"@radix-ui/react-popover": "^1.1.
|
|
36
|
-
"@radix-ui/react-portal": "^1.1.
|
|
37
|
-
"@radix-ui/react-scroll-area": "^1.
|
|
38
|
-
"@radix-ui/react-slot": "^1.1.
|
|
34
|
+
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
|
35
|
+
"@radix-ui/react-popover": "^1.1.4",
|
|
36
|
+
"@radix-ui/react-portal": "^1.1.3",
|
|
37
|
+
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
38
|
+
"@radix-ui/react-slot": "^1.1.1",
|
|
39
39
|
"@svgr/webpack": "^8.1.0",
|
|
40
|
+
"@swc/cli": "^0.5.2",
|
|
40
41
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
41
|
-
"@tailwindcss/forms": "^0.5.
|
|
42
|
-
"@tailwindcss/typography": "^0.5.
|
|
42
|
+
"@tailwindcss/forms": "^0.5.9",
|
|
43
|
+
"@tailwindcss/typography": "^0.5.15",
|
|
43
44
|
"@tippyjs/react": "^4.2.6",
|
|
44
|
-
"@tiptap-pro/extension-drag-handle": "^2.
|
|
45
|
-
"@tiptap-pro/extension-drag-handle-react": "^2.
|
|
46
|
-
"@tiptap-pro/extension-emoji": "^2.
|
|
47
|
-
"@tiptap-pro/extension-file-handler": "^2.
|
|
48
|
-
"@tiptap-pro/extension-mathematics": "^2.
|
|
49
|
-
"@tiptap-pro/extension-node-range": "^2.
|
|
50
|
-
"@tiptap-pro/extension-table-of-contents": "^2.
|
|
51
|
-
"@tiptap-pro/extension-unique-id": "^2.
|
|
45
|
+
"@tiptap-pro/extension-drag-handle": "^2.16.3",
|
|
46
|
+
"@tiptap-pro/extension-drag-handle-react": "^2.16.3",
|
|
47
|
+
"@tiptap-pro/extension-emoji": "^2.16.3",
|
|
48
|
+
"@tiptap-pro/extension-file-handler": "^2.16.3",
|
|
49
|
+
"@tiptap-pro/extension-mathematics": "^2.16.3",
|
|
50
|
+
"@tiptap-pro/extension-node-range": "^2.16.3",
|
|
51
|
+
"@tiptap-pro/extension-table-of-contents": "^2.16.3",
|
|
52
|
+
"@tiptap-pro/extension-unique-id": "^2.16.3",
|
|
52
53
|
"@tiptap/core": "2.9.1",
|
|
53
54
|
"@tiptap/extension-bullet-list": "2.9.1",
|
|
54
55
|
"@tiptap/extension-character-count": "2.9.1",
|
|
@@ -77,36 +78,37 @@
|
|
|
77
78
|
"@tiptap/extension-table-row": "2.9.1",
|
|
78
79
|
"@tiptap/extension-task-item": "2.9.1",
|
|
79
80
|
"@tiptap/extension-task-list": "2.9.1",
|
|
80
|
-
"@tiptap/extension-text": "^2.10.
|
|
81
|
+
"@tiptap/extension-text": "^2.10.4",
|
|
81
82
|
"@tiptap/extension-text-align": "2.9.1",
|
|
82
83
|
"@tiptap/extension-text-style": "2.9.1",
|
|
83
84
|
"@tiptap/extension-typography": "2.9.1",
|
|
84
85
|
"@tiptap/extension-underline": "2.9.1",
|
|
85
|
-
"@tiptap/html": "^2.10.
|
|
86
|
+
"@tiptap/html": "^2.10.4",
|
|
86
87
|
"@tiptap/pm": "2.9.1",
|
|
87
88
|
"@tiptap/react": "2.9.1",
|
|
88
89
|
"@tiptap/starter-kit": "2.9.1",
|
|
89
90
|
"@tiptap/suggestion": "2.9.1",
|
|
90
91
|
"@types/video.js": "7.3.26",
|
|
91
92
|
"@types/videojs-contrib-quality-levels": "2.0.1",
|
|
92
|
-
"@videojs/http-streaming": "^3.
|
|
93
|
+
"@videojs/http-streaming": "^3.15.0",
|
|
93
94
|
"adi": "^1.0.1",
|
|
94
|
-
"ai": "^3.
|
|
95
|
+
"ai": "^3.4.33",
|
|
95
96
|
"cal-sans": "^1.0.1",
|
|
96
97
|
"clsx": "^2.1.1",
|
|
97
98
|
"deepmerge": "^4.3.1",
|
|
98
99
|
"escape-html": "^1.0.3",
|
|
99
|
-
"i18next": "^23.16.
|
|
100
|
+
"i18next": "^23.16.8",
|
|
100
101
|
"json5": "^2.2.3",
|
|
101
102
|
"jsonwebtoken": "^9.0.2",
|
|
102
103
|
"lowlight": "^1.20.0",
|
|
103
104
|
"lucide-react": "^0.417.0",
|
|
105
|
+
"patch-package": "^8.0.0",
|
|
104
106
|
"react-colorful": "^5.6.1",
|
|
105
107
|
"react-hot-toast": "^2.4.1",
|
|
106
108
|
"react-markdown": "^9.0.1",
|
|
107
|
-
"react-social-media-embed": "^2.5.
|
|
108
|
-
"react-textarea-autosize": "^8.5.
|
|
109
|
-
"sass": "^1.
|
|
109
|
+
"react-social-media-embed": "^2.5.17",
|
|
110
|
+
"react-textarea-autosize": "^8.5.6",
|
|
111
|
+
"sass": "^1.83.0",
|
|
110
112
|
"tailwind-merge": "^1.14.0",
|
|
111
113
|
"tailwindcss-animate": "^1.0.7",
|
|
112
114
|
"tippy.js": "^6.3.7",
|
|
@@ -117,37 +119,36 @@
|
|
|
117
119
|
"tw-to-css": "^0.0.12",
|
|
118
120
|
"underscore": "^1.13.7",
|
|
119
121
|
"uuid": "^9.0.1",
|
|
120
|
-
"video.js": "
|
|
122
|
+
"video.js": "^8.21.0",
|
|
121
123
|
"videojs-contrib-quality-levels": "2.1.0",
|
|
122
124
|
"videojs-hls-quality-selector": "^2.0.0",
|
|
123
|
-
"y-prosemirror": "^1.2.
|
|
125
|
+
"y-prosemirror": "^1.2.15",
|
|
124
126
|
"y-protocols": "^1.0.6",
|
|
125
|
-
"yjs": "^13.6.
|
|
127
|
+
"yjs": "^13.6.20"
|
|
126
128
|
},
|
|
127
129
|
"devDependencies": {
|
|
128
130
|
"@payloadcms/eslint-config": "3.0.0-beta.16",
|
|
129
|
-
"@swc/
|
|
130
|
-
"@swc/core": "^1.7.6",
|
|
131
|
+
"@swc/core": "^1.10.1",
|
|
131
132
|
"@swc/jest": "0.2.36",
|
|
132
133
|
"@types/escape-html": "^1.0.4",
|
|
133
134
|
"@types/express": "^4.17.21",
|
|
134
|
-
"@types/jest": "^29.5.
|
|
135
|
+
"@types/jest": "^29.5.14",
|
|
135
136
|
"@types/react": "npm:types-react@19.0.0-beta.2",
|
|
136
137
|
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2",
|
|
137
138
|
"autoprefixer": "^10.4.20",
|
|
138
139
|
"copyfiles": "^2.4.1",
|
|
139
140
|
"cross-env": "^7.0.3",
|
|
140
141
|
"jest": "^29.7.0",
|
|
141
|
-
"next": "14.2.
|
|
142
|
+
"next": "14.2.21",
|
|
142
143
|
"nodemon": "3.0.3",
|
|
143
144
|
"payload": "3.0.0-beta.58",
|
|
144
|
-
"postcss": "^8.4.
|
|
145
|
+
"postcss": "^8.4.49",
|
|
145
146
|
"rimraf": "^5.0.10",
|
|
146
|
-
"sort-package-json": "^2.
|
|
147
|
-
"swc-plugin-transform-remove-imports": "^1.
|
|
148
|
-
"tailwindcss": "^3.4.
|
|
147
|
+
"sort-package-json": "^2.12.0",
|
|
148
|
+
"swc-plugin-transform-remove-imports": "^1.24.0",
|
|
149
|
+
"tailwindcss": "^3.4.17",
|
|
149
150
|
"ts-node": "10.9.1",
|
|
150
|
-
"typescript": "^5.
|
|
151
|
+
"typescript": "^5.7.2"
|
|
151
152
|
},
|
|
152
153
|
"peerDependencies": {
|
|
153
154
|
"next": "14.2.4",
|