@payloadcms/richtext-lexical 3.10.0 → 3.11.0
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/richtext-lexical",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.11.0",
|
|
4
4
|
"description": "The officially supported Lexical richtext adapter for Payload",
|
|
5
5
|
"homepage": "https://payloadcms.com",
|
|
6
6
|
"repository": {
|
|
@@ -351,8 +351,8 @@
|
|
|
351
351
|
"react-error-boundary": "4.1.2",
|
|
352
352
|
"ts-essentials": "10.0.3",
|
|
353
353
|
"uuid": "10.0.0",
|
|
354
|
-
"@payloadcms/
|
|
355
|
-
"@payloadcms/
|
|
354
|
+
"@payloadcms/ui": "3.11.0",
|
|
355
|
+
"@payloadcms/translations": "3.11.0"
|
|
356
356
|
},
|
|
357
357
|
"devDependencies": {
|
|
358
358
|
"@babel/cli": "7.25.9",
|
|
@@ -372,8 +372,8 @@
|
|
|
372
372
|
"esbuild-sass-plugin": "3.3.1",
|
|
373
373
|
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
|
|
374
374
|
"swc-plugin-transform-remove-imports": "2.0.0",
|
|
375
|
-
"
|
|
376
|
-
"
|
|
375
|
+
"payload": "3.11.0",
|
|
376
|
+
"@payloadcms/eslint-config": "3.9.0"
|
|
377
377
|
},
|
|
378
378
|
"peerDependencies": {
|
|
379
379
|
"@faceless-ui/modal": "3.0.0-beta.2",
|
|
@@ -391,8 +391,8 @@
|
|
|
391
391
|
"lexical": "0.20.0",
|
|
392
392
|
"react": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
|
|
393
393
|
"react-dom": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
|
|
394
|
-
"@payloadcms/next": "3.
|
|
395
|
-
"payload": "3.
|
|
394
|
+
"@payloadcms/next": "3.11.0",
|
|
395
|
+
"payload": "3.11.0"
|
|
396
396
|
},
|
|
397
397
|
"engines": {
|
|
398
398
|
"node": "^18.20.2 || >=20.9.0"
|