From 4acbacce5d7bc33d979b73d8851f9d36d717cf79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:20:34 +0000 Subject: [PATCH] build(deps): bump @lexical/rich-text from 0.41.0 to 0.42.0 Bumps [@lexical/rich-text](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-rich-text) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/facebook/lexical/releases) - [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/lexical/commits/v0.42.0/packages/lexical-rich-text) --- updated-dependencies: - dependency-name: "@lexical/rich-text" dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a705330..028f777 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@lexical/list": "^0.41.0", "@lexical/markdown": "^0.41.0", "@lexical/react": "^0.41.0", - "@lexical/rich-text": "^0.41.0", + "@lexical/rich-text": "^0.42.0", "@lexical/selection": "^0.41.0", "@lexical/utils": "^0.41.0", "@react-three/drei": "^10.7.7",