@payloadcms/richtext-lexical 3.67.0-internal.1ea538b → 3.67.0-internal.87c53da
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/richtext-lexical",
|
|
3
|
-
"version": "3.67.0-internal.
|
|
3
|
+
"version": "3.67.0-internal.87c53da",
|
|
4
4
|
"description": "The officially supported Lexical richtext adapter for Payload",
|
|
5
5
|
"homepage": "https://payloadcms.com",
|
|
6
6
|
"repository": {
|
|
@@ -33,6 +33,11 @@
|
|
|
33
33
|
"types": "./dist/exports/client/index.d.ts",
|
|
34
34
|
"default": "./dist/exports/client/index.js"
|
|
35
35
|
},
|
|
36
|
+
"./internal-client": {
|
|
37
|
+
"import": "./dist/exports/client/internal-client.js",
|
|
38
|
+
"types": "./dist/exports/client/internal-client.d.ts",
|
|
39
|
+
"default": "./dist/exports/client/internal-client.js"
|
|
40
|
+
},
|
|
36
41
|
"./react": {
|
|
37
42
|
"import": "./dist/exports/react/index.js",
|
|
38
43
|
"types": "./dist/exports/react/index.d.ts",
|
|
@@ -374,8 +379,8 @@
|
|
|
374
379
|
"react-error-boundary": "4.1.2",
|
|
375
380
|
"ts-essentials": "10.0.3",
|
|
376
381
|
"uuid": "10.0.0",
|
|
377
|
-
"@payloadcms/translations": "3.67.0-internal.
|
|
378
|
-
"@payloadcms/ui": "3.67.0-internal.
|
|
382
|
+
"@payloadcms/translations": "3.67.0-internal.87c53da",
|
|
383
|
+
"@payloadcms/ui": "3.67.0-internal.87c53da"
|
|
379
384
|
},
|
|
380
385
|
"devDependencies": {
|
|
381
386
|
"@babel/cli": "7.27.2",
|
|
@@ -387,23 +392,23 @@
|
|
|
387
392
|
"@types/escape-html": "1.0.4",
|
|
388
393
|
"@types/json-schema": "7.0.15",
|
|
389
394
|
"@types/node": "22.15.30",
|
|
390
|
-
"@types/react": "19.1
|
|
391
|
-
"@types/react-dom": "19.1
|
|
395
|
+
"@types/react": "19.2.1",
|
|
396
|
+
"@types/react-dom": "19.2.1",
|
|
392
397
|
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
|
393
398
|
"babel-plugin-transform-remove-imports": "^1.8.0",
|
|
394
399
|
"esbuild": "0.25.5",
|
|
395
400
|
"esbuild-sass-plugin": "3.3.1",
|
|
396
401
|
"swc-plugin-transform-remove-imports": "4.0.4",
|
|
397
|
-
"
|
|
398
|
-
"
|
|
402
|
+
"@payloadcms/eslint-config": "3.28.0",
|
|
403
|
+
"payload": "3.67.0-internal.87c53da"
|
|
399
404
|
},
|
|
400
405
|
"peerDependencies": {
|
|
401
406
|
"@faceless-ui/modal": "3.0.0",
|
|
402
407
|
"@faceless-ui/scroll-info": "2.0.0",
|
|
403
408
|
"react": "^19.0.1 || ^19.1.2 || ^19.2.1",
|
|
404
409
|
"react-dom": "^19.0.1 || ^19.1.2 || ^19.2.1",
|
|
405
|
-
"@payloadcms/next": "3.67.0-internal.
|
|
406
|
-
"payload": "3.67.0-internal.
|
|
410
|
+
"@payloadcms/next": "3.67.0-internal.87c53da",
|
|
411
|
+
"payload": "3.67.0-internal.87c53da"
|
|
407
412
|
},
|
|
408
413
|
"engines": {
|
|
409
414
|
"node": "^18.20.2 || >=20.9.0"
|