@payloadcms/richtext-lexical 3.84.0-internal.d5d6e43 → 3.84.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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/richtext-lexical",
|
|
3
|
-
"version": "3.84.0
|
|
3
|
+
"version": "3.84.0",
|
|
4
4
|
"description": "The officially supported Lexical richtext adapter for Payload",
|
|
5
5
|
"homepage": "https://payloadcms.com",
|
|
6
6
|
"repository": {
|
|
@@ -378,8 +378,8 @@
|
|
|
378
378
|
"react-error-boundary": "4.1.2",
|
|
379
379
|
"ts-essentials": "10.0.3",
|
|
380
380
|
"uuid": "11.1.0",
|
|
381
|
-
"@payloadcms/
|
|
382
|
-
"@payloadcms/
|
|
381
|
+
"@payloadcms/translations": "3.84.0",
|
|
382
|
+
"@payloadcms/ui": "3.84.0"
|
|
383
383
|
},
|
|
384
384
|
"devDependencies": {
|
|
385
385
|
"@babel/cli": "7.27.2",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"esbuild": "0.27.1",
|
|
399
399
|
"esbuild-sass-plugin": "3.3.1",
|
|
400
400
|
"swc-plugin-transform-remove-imports": "8.3.0",
|
|
401
|
-
"payload": "3.84.0
|
|
401
|
+
"payload": "3.84.0",
|
|
402
402
|
"@payloadcms/eslint-config": "3.28.0"
|
|
403
403
|
},
|
|
404
404
|
"peerDependencies": {
|
|
@@ -406,8 +406,8 @@
|
|
|
406
406
|
"@faceless-ui/scroll-info": "2.0.0",
|
|
407
407
|
"react": "^19.0.1 || ^19.1.2 || ^19.2.1",
|
|
408
408
|
"react-dom": "^19.0.1 || ^19.1.2 || ^19.2.1",
|
|
409
|
-
"
|
|
410
|
-
"
|
|
409
|
+
"payload": "3.84.0",
|
|
410
|
+
"@payloadcms/next": "3.84.0"
|
|
411
411
|
},
|
|
412
412
|
"engines": {
|
|
413
413
|
"node": "^18.20.2 || >=20.9.0"
|