diff --git a/package-lock.json b/package-lock.json index 8aa10b5b0e..27e69807e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@converse/log": "file:src/log", "@lexical/code": "^0.47.0", "@lexical/history": "^0.47.0", - "@lexical/html": "^0.47.0", + "@lexical/html": "^0.49.0", "@lexical/link": "^0.47.0", "@lexical/list": "^0.47.0", "@lexical/markdown": "^0.47.0", @@ -535,6 +535,27 @@ } } }, + "node_modules/@lexical/clipboard/node_modules/@lexical/html": { + "version": "0.47.0", + "resolved": "https://registry.npmjs.org/@lexical/html/-/html-0.47.0.tgz", + "integrity": "sha512-VrJ9tSRuoUP5tTQb7TB+6PTW0Gh5aC3Hnne4GuXDwKUIzoWFXWkxlB0oIlfL5HVljrzO/Ra65v5M3RnR4TX1PA==", + "license": "MIT", + "dependencies": { + "@lexical/extension": "0.47.0", + "@lexical/internal": "0.47.0", + "@lexical/selection": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0" + }, + "peerDependencies": { + "typescript": ">=5.2" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, "node_modules/@lexical/code": { "version": "0.47.0", "resolved": "https://registry.npmjs.org/@lexical/code/-/code-0.47.0.tgz", @@ -576,6 +597,27 @@ } } }, + "node_modules/@lexical/code-core/node_modules/@lexical/html": { + "version": "0.47.0", + "resolved": "https://registry.npmjs.org/@lexical/html/-/html-0.47.0.tgz", + "integrity": "sha512-VrJ9tSRuoUP5tTQb7TB+6PTW0Gh5aC3Hnne4GuXDwKUIzoWFXWkxlB0oIlfL5HVljrzO/Ra65v5M3RnR4TX1PA==", + "license": "MIT", + "dependencies": { + "@lexical/extension": "0.47.0", + "@lexical/internal": "0.47.0", + "@lexical/selection": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0" + }, + "peerDependencies": { + "typescript": ">=5.2" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, "node_modules/@lexical/code-prism": { "version": "0.47.0", "resolved": "https://registry.npmjs.org/@lexical/code-prism/-/code-prism-0.47.0.tgz", @@ -654,16 +696,104 @@ } }, "node_modules/@lexical/html": { - "version": "0.47.0", - "resolved": "https://registry.npmjs.org/@lexical/html/-/html-0.47.0.tgz", - "integrity": "sha512-VrJ9tSRuoUP5tTQb7TB+6PTW0Gh5aC3Hnne4GuXDwKUIzoWFXWkxlB0oIlfL5HVljrzO/Ra65v5M3RnR4TX1PA==", + "version": "0.49.0", + "resolved": "https://registry.npmjs.org/@lexical/html/-/html-0.49.0.tgz", + "integrity": "sha512-NQqAydKzRjQl7Jx+bTTyC2iuz5uhuDaQX0SSPrdfgaFDCPjqQEejcBkCt1QXnu1CkbVHutZKVGVzljx40Y6y+Q==", "license": "MIT", "dependencies": { - "@lexical/extension": "0.47.0", - "@lexical/internal": "0.47.0", - "@lexical/selection": "0.47.0", - "@lexical/utils": "0.47.0", - "lexical": "0.47.0" + "@lexical/extension": "0.49.0", + "@lexical/internal": "0.49.0", + "@lexical/selection": "0.49.0", + "@lexical/utils": "0.49.0", + "lexical": "0.49.0" + }, + "peerDependencies": { + "typescript": ">=5.2" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@lexical/html/node_modules/@lexical/extension": { + "version": "0.49.0", + "resolved": "https://registry.npmjs.org/@lexical/extension/-/extension-0.49.0.tgz", + "integrity": "sha512-Wv0VsuqxorbxHCK4ms1PwAu6cXIGNLtflq66auF+zwxOtBprkSFV8VzzzdKLOYD2admP0VK6EqVCeGXFK1GggA==", + "license": "MIT", + "dependencies": { + "@lexical/internal": "0.49.0", + "@lexical/utils": "0.49.0", + "@preact/signals-core": "^1.14.1", + "lexical": "0.49.0" + }, + "peerDependencies": { + "typescript": ">=5.2" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@lexical/html/node_modules/@lexical/internal": { + "version": "0.49.0", + "resolved": "https://registry.npmjs.org/@lexical/internal/-/internal-0.49.0.tgz", + "integrity": "sha512-s+XjPC7Qb39A/Xx9ahcz1s69CPix4ultaqyW+MDG0AXYW2quDr7m0USqReKIAiuoLIWtGN5HW8BwV2Y6t4qr6Q==", + "license": "MIT", + "peerDependencies": { + "typescript": ">=5.2" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@lexical/html/node_modules/@lexical/selection": { + "version": "0.49.0", + "resolved": "https://registry.npmjs.org/@lexical/selection/-/selection-0.49.0.tgz", + "integrity": "sha512-08Vd1+VoC6YnztWOFWVsqF/Hxw5EP8qeL1c7t3+rVCV8revLzXxdQw+vbPX3tgM4fmjOBDUXk6Ws1+rTtsqjcQ==", + "license": "MIT", + "dependencies": { + "@lexical/internal": "0.49.0", + "lexical": "0.49.0" + }, + "peerDependencies": { + "typescript": ">=5.2" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@lexical/html/node_modules/@lexical/utils": { + "version": "0.49.0", + "resolved": "https://registry.npmjs.org/@lexical/utils/-/utils-0.49.0.tgz", + "integrity": "sha512-Jaa6DERBqxiFOFa49VPRV1WOb7mzRbMZ5U+v+RFagjzTmBhfxDmEkbQQ9nYTU3n3DPfdT8Hkyffextmw04etXg==", + "license": "MIT", + "dependencies": { + "@lexical/internal": "0.49.0", + "@lexical/selection": "0.49.0", + "lexical": "0.49.0" + }, + "peerDependencies": { + "typescript": ">=5.2" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@lexical/html/node_modules/lexical": { + "version": "0.49.0", + "resolved": "https://registry.npmjs.org/lexical/-/lexical-0.49.0.tgz", + "integrity": "sha512-9V1ZIzGpJEd8rIN+nN7veL4fW4fFWbS66Un4JNqSZB4D5t9euzN9+3+jEXy83FjNjNy0MiiUI3+DQaGCLYko0w==", + "license": "MIT", + "dependencies": { + "@lexical/internal": "0.49.0" }, "peerDependencies": { "typescript": ">=5.2" @@ -709,6 +839,27 @@ } } }, + "node_modules/@lexical/link/node_modules/@lexical/html": { + "version": "0.47.0", + "resolved": "https://registry.npmjs.org/@lexical/html/-/html-0.47.0.tgz", + "integrity": "sha512-VrJ9tSRuoUP5tTQb7TB+6PTW0Gh5aC3Hnne4GuXDwKUIzoWFXWkxlB0oIlfL5HVljrzO/Ra65v5M3RnR4TX1PA==", + "license": "MIT", + "dependencies": { + "@lexical/extension": "0.47.0", + "@lexical/internal": "0.47.0", + "@lexical/selection": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0" + }, + "peerDependencies": { + "typescript": ">=5.2" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, "node_modules/@lexical/list": { "version": "0.47.0", "resolved": "https://registry.npmjs.org/@lexical/list/-/list-0.47.0.tgz", @@ -730,6 +881,27 @@ } } }, + "node_modules/@lexical/list/node_modules/@lexical/html": { + "version": "0.47.0", + "resolved": "https://registry.npmjs.org/@lexical/html/-/html-0.47.0.tgz", + "integrity": "sha512-VrJ9tSRuoUP5tTQb7TB+6PTW0Gh5aC3Hnne4GuXDwKUIzoWFXWkxlB0oIlfL5HVljrzO/Ra65v5M3RnR4TX1PA==", + "license": "MIT", + "dependencies": { + "@lexical/extension": "0.47.0", + "@lexical/internal": "0.47.0", + "@lexical/selection": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0" + }, + "peerDependencies": { + "typescript": ">=5.2" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, "node_modules/@lexical/markdown": { "version": "0.47.0", "resolved": "https://registry.npmjs.org/@lexical/markdown/-/markdown-0.47.0.tgz", @@ -778,6 +950,27 @@ } } }, + "node_modules/@lexical/rich-text/node_modules/@lexical/html": { + "version": "0.47.0", + "resolved": "https://registry.npmjs.org/@lexical/html/-/html-0.47.0.tgz", + "integrity": "sha512-VrJ9tSRuoUP5tTQb7TB+6PTW0Gh5aC3Hnne4GuXDwKUIzoWFXWkxlB0oIlfL5HVljrzO/Ra65v5M3RnR4TX1PA==", + "license": "MIT", + "dependencies": { + "@lexical/extension": "0.47.0", + "@lexical/internal": "0.47.0", + "@lexical/selection": "0.47.0", + "@lexical/utils": "0.47.0", + "lexical": "0.47.0" + }, + "peerDependencies": { + "typescript": ">=5.2" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, "node_modules/@lexical/selection": { "version": "0.47.0", "resolved": "https://registry.npmjs.org/@lexical/selection/-/selection-0.47.0.tgz", diff --git a/package.json b/package.json index d3639011b7..b6bafb80b0 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "@converse/log": "file:src/log", "@lexical/code": "^0.47.0", "@lexical/history": "^0.47.0", - "@lexical/html": "^0.47.0", + "@lexical/html": "^0.49.0", "@lexical/link": "^0.47.0", "@lexical/list": "^0.47.0", "@lexical/markdown": "^0.47.0",