From a50da9ea4db5b551899517062e8d81625ef3030d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 02:27:41 +0000 Subject: [PATCH] chore(deps): bump the lexical group in /apps/writenex with 5 updates Bumps the lexical group in /apps/writenex with 5 updates: | Package | From | To | | --- | --- | --- | | [@lexical/list](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-list) | `0.35.0` | `0.39.0` | | [@lexical/react](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-react) | `0.35.0` | `0.39.0` | | [@lexical/rich-text](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-rich-text) | `0.35.0` | `0.39.0` | | [@lexical/selection](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-selection) | `0.35.0` | `0.39.0` | | [lexical](https://github.com/facebook/lexical/tree/HEAD/packages/lexical) | `0.35.0` | `0.39.0` | Updates `@lexical/list` from 0.35.0 to 0.39.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.39.0/packages/lexical-list) Updates `@lexical/react` from 0.35.0 to 0.39.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.39.0/packages/lexical-react) Updates `@lexical/rich-text` from 0.35.0 to 0.39.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.39.0/packages/lexical-rich-text) Updates `@lexical/selection` from 0.35.0 to 0.39.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.39.0/packages/lexical-selection) Updates `lexical` from 0.35.0 to 0.39.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.39.0/packages/lexical) --- updated-dependencies: - dependency-name: "@lexical/list" dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lexical - dependency-name: "@lexical/react" dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lexical - dependency-name: "@lexical/rich-text" dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lexical - dependency-name: "@lexical/selection" dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lexical - dependency-name: lexical dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lexical ... Signed-off-by: dependabot[bot] --- apps/writenex/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/writenex/package.json b/apps/writenex/package.json index c1f4b6c..75c0cfb 100644 --- a/apps/writenex/package.json +++ b/apps/writenex/package.json @@ -11,10 +11,10 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@lexical/list": "^0.35.0", - "@lexical/react": "^0.35.0", - "@lexical/rich-text": "^0.35.0", - "@lexical/selection": "^0.35.0", + "@lexical/list": "^0.39.0", + "@lexical/react": "^0.39.0", + "@lexical/rich-text": "^0.39.0", + "@lexical/selection": "^0.39.0", "@mdxeditor/editor": "^3.52.1", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", @@ -23,7 +23,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dexie": "^4.2.1", - "lexical": "^0.35.0", + "lexical": "^0.39.0", "lucide-react": "^0.561.0", "marked": "^17.0.1", "next": "^15.5.7",