diff --git a/package.json b/package.json index 37eeae0ccc..7ef3cad63f 100644 --- a/package.json +++ b/package.json @@ -88,16 +88,16 @@ "rollup": ">=4.59.0", "react": "^19.2.7", "react-dom": "^19.2.7", - "lexical": "0.46.0", - "@lexical/clipboard": "0.46.0", - "@lexical/link": "0.46.0", - "@lexical/list": "0.46.0", - "@lexical/markdown": "0.46.0", - "@lexical/plain-text": "0.46.0", - "@lexical/react": "0.46.0", - "@lexical/rich-text": "0.46.0", - "@lexical/selection": "0.46.0", - "@lexical/utils": "0.46.0" + "lexical": "0.49.0", + "@lexical/clipboard": "0.49.0", + "@lexical/link": "0.49.0", + "@lexical/list": "0.49.0", + "@lexical/markdown": "0.49.0", + "@lexical/plain-text": "0.49.0", + "@lexical/react": "0.49.0", + "@lexical/rich-text": "0.49.0", + "@lexical/selection": "0.49.0", + "@lexical/utils": "0.49.0" } } } diff --git a/ui/package.json b/ui/package.json index 9e933d39aa..1e81e21011 100644 --- a/ui/package.json +++ b/ui/package.json @@ -33,7 +33,7 @@ "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", - "@lexical/link": "0.48.0", + "@lexical/link": "0.49.0", "@mdxeditor/editor": "^3.55.0", "@paperclipai/adapter-claude-local": "workspace:*", "@paperclipai/adapter-codex-local": "workspace:*",