feat(richtext-lexical)!: upgrade lexical from 0.15.0 to 0.16.0 and port over relevant playground changes (#6620)

**BREAKING:**
- This upgrades the required version of lexical from 0.15.0 to 0.16.0.
If you are using lexical directly in your project, possibly due to
custom features, there might be breaking changes for you. Please consult
the lexical 0.16.0 changelog:
https://github.com/facebook/lexical/releases/tag/v0.16.0
This commit is contained in:
Alessio Gravili
2024-06-04 11:49:46 -04:00
committed by GitHub
parent cafc13a7d5
commit da35afbd8f
11 changed files with 204 additions and 181 deletions

View File

@@ -12,8 +12,8 @@
"typecheck": "pnpm turbo build --filter test && tsc --project tsconfig.typecheck.json"
},
"devDependencies": {
"@lexical/headless": "0.15.0",
"@lexical/markdown": "0.15.0",
"@lexical/headless": "0.16.0",
"@lexical/markdown": "0.16.0",
"@payloadcms/db-mongodb": "workspace:*",
"@payloadcms/db-postgres": "workspace:*",
"@payloadcms/email-nodemailer": "workspace:*",