@payloadcms/richtext-lexical 3.27.0 → 3.28.0-canary.8f6d2e7
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/richtext-lexical",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.28.0-canary.8f6d2e7",
|
|
4
4
|
"description": "The officially supported Lexical richtext adapter for Payload",
|
|
5
5
|
"homepage": "https://payloadcms.com",
|
|
6
6
|
"repository": {
|
|
@@ -353,8 +353,8 @@
|
|
|
353
353
|
"react-error-boundary": "4.1.2",
|
|
354
354
|
"ts-essentials": "10.0.3",
|
|
355
355
|
"uuid": "10.0.0",
|
|
356
|
-
"@payloadcms/translations": "3.
|
|
357
|
-
"@payloadcms/ui": "3.
|
|
356
|
+
"@payloadcms/translations": "3.28.0-canary.8f6d2e7",
|
|
357
|
+
"@payloadcms/ui": "3.28.0-canary.8f6d2e7"
|
|
358
358
|
},
|
|
359
359
|
"devDependencies": {
|
|
360
360
|
"@babel/cli": "7.26.4",
|
|
@@ -375,15 +375,15 @@
|
|
|
375
375
|
"eslint-plugin-react-compiler": "19.0.0-beta-714736e-20250131",
|
|
376
376
|
"swc-plugin-transform-remove-imports": "3.1.0",
|
|
377
377
|
"@payloadcms/eslint-config": "3.9.0",
|
|
378
|
-
"payload": "3.
|
|
378
|
+
"payload": "3.28.0-canary.8f6d2e7"
|
|
379
379
|
},
|
|
380
380
|
"peerDependencies": {
|
|
381
381
|
"@faceless-ui/modal": "3.0.0-beta.2",
|
|
382
382
|
"@faceless-ui/scroll-info": "2.0.0",
|
|
383
383
|
"react": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
|
|
384
384
|
"react-dom": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
|
|
385
|
-
"@payloadcms/next": "3.
|
|
386
|
-
"payload": "3.
|
|
385
|
+
"@payloadcms/next": "3.28.0-canary.8f6d2e7",
|
|
386
|
+
"payload": "3.28.0-canary.8f6d2e7"
|
|
387
387
|
},
|
|
388
388
|
"engines": {
|
|
389
389
|
"node": "^18.20.2 || >=20.9.0"
|