@delmaredigital/payload-puck 0.8.2 → 0.8.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/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +20 -20
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "0.8.
|
|
1
|
+
export declare const VERSION = "0.8.3";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Auto-generated by scripts/generate-version.js - do not edit manually
|
|
2
|
-
export const VERSION = '0.8.
|
|
2
|
+
export const VERSION = '0.8.3';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delmaredigital/payload-puck",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"description": "Puck visual page builder plugin for Payload CMS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -145,35 +145,35 @@
|
|
|
145
145
|
"@puckeditor/plugin-ai": "^0.8.2",
|
|
146
146
|
"@puckeditor/plugin-heading-analyzer": "^0.23.0",
|
|
147
147
|
"@radix-ui/react-popover": "^1.1.15",
|
|
148
|
-
"@tiptap/core": "^3.
|
|
149
|
-
"@tiptap/extension-color": "^3.
|
|
150
|
-
"@tiptap/extension-highlight": "^3.
|
|
151
|
-
"@tiptap/extension-link": "^3.
|
|
152
|
-
"@tiptap/extension-subscript": "^3.
|
|
153
|
-
"@tiptap/extension-superscript": "^3.
|
|
154
|
-
"@tiptap/extension-text-align": "^3.
|
|
155
|
-
"@tiptap/extension-text-style": "^3.
|
|
156
|
-
"@tiptap/extension-underline": "^3.
|
|
157
|
-
"@tiptap/react": "^3.
|
|
158
|
-
"@tiptap/starter-kit": "^3.
|
|
159
|
-
"html-react-parser": "^
|
|
160
|
-
"lucide-react": "^
|
|
148
|
+
"@tiptap/core": "^3.29.2",
|
|
149
|
+
"@tiptap/extension-color": "^3.29.2",
|
|
150
|
+
"@tiptap/extension-highlight": "^3.29.2",
|
|
151
|
+
"@tiptap/extension-link": "^3.29.2",
|
|
152
|
+
"@tiptap/extension-subscript": "^3.29.2",
|
|
153
|
+
"@tiptap/extension-superscript": "^3.29.2",
|
|
154
|
+
"@tiptap/extension-text-align": "^3.29.2",
|
|
155
|
+
"@tiptap/extension-text-style": "^3.29.2",
|
|
156
|
+
"@tiptap/extension-underline": "^3.29.2",
|
|
157
|
+
"@tiptap/react": "^3.29.2",
|
|
158
|
+
"@tiptap/starter-kit": "^3.29.2",
|
|
159
|
+
"html-react-parser": "^6.1.5",
|
|
160
|
+
"lucide-react": "^1.30.0"
|
|
161
161
|
},
|
|
162
162
|
"devDependencies": {
|
|
163
163
|
"@payloadcms/next": "^3.87.1",
|
|
164
164
|
"@payloadcms/ui": "^3.87.1",
|
|
165
165
|
"@puckeditor/core": "^0.23.0",
|
|
166
166
|
"@swc/cli": "^0.6.0",
|
|
167
|
-
"@swc/core": "^1.15.
|
|
168
|
-
"@types/node": "^24.
|
|
169
|
-
"@types/react": "^19.2.
|
|
170
|
-
"@types/react-dom": "^19.2.
|
|
167
|
+
"@swc/core": "^1.15.47",
|
|
168
|
+
"@types/node": "^24.13.3",
|
|
169
|
+
"@types/react": "^19.2.18",
|
|
170
|
+
"@types/react-dom": "^19.2.4",
|
|
171
171
|
"@vitest/coverage-v8": "^3.2.7",
|
|
172
172
|
"copyfiles": "^2.4.1",
|
|
173
173
|
"next": "^16.3.0",
|
|
174
174
|
"payload": "^3.87.1",
|
|
175
|
-
"react": "^19.2.
|
|
176
|
-
"react-dom": "^19.2.
|
|
175
|
+
"react": "^19.2.8",
|
|
176
|
+
"react-dom": "^19.2.8",
|
|
177
177
|
"typescript": "^5.9.3",
|
|
178
178
|
"vitest": "^3.2.7"
|
|
179
179
|
},
|