@payloadcms/richtext-lexical 3.55.0-internal.b47bfce → 3.55.0-internal.ce8fe55
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.55.0-internal.
|
|
3
|
+
"version": "3.55.0-internal.ce8fe55",
|
|
4
4
|
"description": "The officially supported Lexical richtext adapter for Payload",
|
|
5
5
|
"homepage": "https://payloadcms.com",
|
|
6
6
|
"repository": {
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
"react-error-boundary": "4.1.2",
|
|
369
369
|
"ts-essentials": "10.0.3",
|
|
370
370
|
"uuid": "10.0.0",
|
|
371
|
-
"@payloadcms/translations": "3.55.0-internal.
|
|
372
|
-
"@payloadcms/ui": "3.55.0-internal.
|
|
371
|
+
"@payloadcms/translations": "3.55.0-internal.ce8fe55",
|
|
372
|
+
"@payloadcms/ui": "3.55.0-internal.ce8fe55"
|
|
373
373
|
},
|
|
374
374
|
"devDependencies": {
|
|
375
375
|
"@babel/cli": "7.27.2",
|
|
@@ -389,15 +389,15 @@
|
|
|
389
389
|
"esbuild-sass-plugin": "3.3.1",
|
|
390
390
|
"swc-plugin-transform-remove-imports": "4.0.4",
|
|
391
391
|
"@payloadcms/eslint-config": "3.28.0",
|
|
392
|
-
"payload": "3.55.0-internal.
|
|
392
|
+
"payload": "3.55.0-internal.ce8fe55"
|
|
393
393
|
},
|
|
394
394
|
"peerDependencies": {
|
|
395
395
|
"@faceless-ui/modal": "3.0.0-beta.2",
|
|
396
396
|
"@faceless-ui/scroll-info": "2.0.0",
|
|
397
397
|
"react": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
|
|
398
398
|
"react-dom": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
|
|
399
|
-
"@payloadcms/next": "3.55.0-internal.
|
|
400
|
-
"payload": "3.55.0-internal.
|
|
399
|
+
"@payloadcms/next": "3.55.0-internal.ce8fe55",
|
|
400
|
+
"payload": "3.55.0-internal.ce8fe55"
|
|
401
401
|
},
|
|
402
402
|
"engines": {
|
|
403
403
|
"node": "^18.20.2 || >=20.9.0"
|