@payloadcms/richtext-lexical 3.34.0-canary.4 → 3.34.0-canary.5

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.34.0-canary.4",
3
+ "version": "3.34.0-canary.5",
4
4
  "description": "The officially supported Lexical richtext adapter for Payload",
5
5
  "homepage": "https://payloadcms.com",
6
6
  "repository": {
@@ -364,8 +364,8 @@
364
364
  "react-error-boundary": "4.1.2",
365
365
  "ts-essentials": "10.0.3",
366
366
  "uuid": "10.0.0",
367
- "@payloadcms/translations": "3.34.0-canary.4",
368
- "@payloadcms/ui": "3.34.0-canary.4"
367
+ "@payloadcms/translations": "3.34.0-canary.5",
368
+ "@payloadcms/ui": "3.34.0-canary.5"
369
369
  },
370
370
  "devDependencies": {
371
371
  "@babel/cli": "7.26.4",
@@ -377,24 +377,24 @@
377
377
  "@types/escape-html": "1.0.4",
378
378
  "@types/json-schema": "7.0.15",
379
379
  "@types/node": "22.5.4",
380
- "@types/react": "19.0.12",
381
- "@types/react-dom": "19.0.4",
382
- "babel-plugin-react-compiler": "19.0.0-beta-714736e-20250131",
380
+ "@types/react": "19.1.0",
381
+ "@types/react-dom": "19.1.2",
382
+ "babel-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
383
383
  "babel-plugin-transform-remove-imports": "^1.8.0",
384
384
  "esbuild": "0.24.2",
385
385
  "esbuild-sass-plugin": "3.3.1",
386
- "eslint-plugin-react-compiler": "19.0.0-beta-714736e-20250131",
386
+ "eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
387
387
  "swc-plugin-transform-remove-imports": "3.1.0",
388
- "payload": "3.34.0-canary.4",
389
- "@payloadcms/eslint-config": "3.28.0"
388
+ "@payloadcms/eslint-config": "3.28.0",
389
+ "payload": "3.34.0-canary.5"
390
390
  },
391
391
  "peerDependencies": {
392
392
  "@faceless-ui/modal": "3.0.0-beta.2",
393
393
  "@faceless-ui/scroll-info": "2.0.0",
394
394
  "react": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
395
395
  "react-dom": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
396
- "@payloadcms/next": "3.34.0-canary.4",
397
- "payload": "3.34.0-canary.4"
396
+ "@payloadcms/next": "3.34.0-canary.5",
397
+ "payload": "3.34.0-canary.5"
398
398
  },
399
399
  "engines": {
400
400
  "node": "^18.20.2 || >=20.9.0"