diff --git a/package-lock.json b/package-lock.json index 131398b68..09c44ce01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@tiptap/extension-link": "^3.22.4", "@tiptap/extension-paragraph": "^3.22.4", "@tiptap/extension-text": "^3.22.4", - "@tiptap/vue-3": "^3.22.4", + "@tiptap/vue-3": "^3.24.0", "@unhead/vue": "^3.1.1", "@vitejs/plugin-vue": "^6.0.7", "@vueuse/core": "^14.3.0", @@ -3134,24 +3134,6 @@ "@tiptap/core": "3.22.4" } }, - "node_modules/@tiptap/extension-bubble-menu": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.22.4.tgz", - "integrity": "sha512-v4pux5Ql3THAEjaLMY4ldtdy/Xy2qU7PJLBkq8ugLp8qicaKC+tpqxp6sGif4vLIjz7Ap5hurRbTNbXzszyyHA==", - "license": "MIT", - "optional": true, - "dependencies": { - "@floating-ui/dom": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/ueberdosis" - }, - "peerDependencies": { - "@tiptap/core": "3.22.4", - "@tiptap/pm": "3.22.4" - } - }, "node_modules/@tiptap/extension-character-count": { "version": "3.22.4", "resolved": "https://registry.npmjs.org/@tiptap/extension-character-count/-/extension-character-count-3.22.4.tgz", @@ -3178,22 +3160,6 @@ "@tiptap/core": "3.22.4" } }, - "node_modules/@tiptap/extension-floating-menu": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-3.22.4.tgz", - "integrity": "sha512-DFuyYxgaZPgxum5z1yvJPbfYCvDdO8geXsdyqt0qYYdiat3aGE4ncJhiLRIFDhSHBhaZg5eCgu/YPYAN6jZnrA==", - "license": "MIT", - "optional": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/ueberdosis" - }, - "peerDependencies": { - "@floating-ui/dom": "^1.0.0", - "@tiptap/core": "3.22.4", - "@tiptap/pm": "3.22.4" - } - }, "node_modules/@tiptap/extension-history": { "version": "3.22.4", "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-3.22.4.tgz", @@ -3304,25 +3270,59 @@ } }, "node_modules/@tiptap/vue-3": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/@tiptap/vue-3/-/vue-3-3.22.4.tgz", - "integrity": "sha512-fcqUWt6LlA5PbcFaDXyV1apWwAs8j80m0kWwoL5+DgKdkGxsB5LgDZU1pTWle0zvR5zmGvJ7LmB6EGAYIBjdmQ==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/@tiptap/vue-3/-/vue-3-3.24.0.tgz", + "integrity": "sha512-B7H630A5kGRHPrj60FMLbKC8EBWFvGeP8EytaKqxfByEFW6I2mYeZV4BzDptx6Hgy7h5oTXJ1yjc8DH1Q80WYA==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "optionalDependencies": { - "@tiptap/extension-bubble-menu": "^3.22.4", - "@tiptap/extension-floating-menu": "^3.22.4" + "@tiptap/extension-bubble-menu": "^3.24.0", + "@tiptap/extension-floating-menu": "^3.24.0" }, "peerDependencies": { "@floating-ui/dom": "^1.0.0", - "@tiptap/core": "3.22.4", - "@tiptap/pm": "3.22.4", + "@tiptap/core": "3.24.0", + "@tiptap/pm": "3.24.0", "vue": "^3.0.0" } }, + "node_modules/@tiptap/vue-3/node_modules/@tiptap/extension-bubble-menu": { + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.24.0.tgz", + "integrity": "sha512-jRXD+JPu9ayvq78g8hsCxx4q/qUFtrdfIYirRSf5YUseuuUbtfrq83AsGabcygpUTefjJkMQoXNITkh6294Ggw==", + "license": "MIT", + "optional": true, + "dependencies": { + "@floating-ui/dom": "^1.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "3.24.0", + "@tiptap/pm": "3.24.0" + } + }, + "node_modules/@tiptap/vue-3/node_modules/@tiptap/extension-floating-menu": { + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-3.24.0.tgz", + "integrity": "sha512-7QEbf3mUzFAkejjQGX9f0L507oMtnOBRwHt2skUTR+9yXgudsN8zaDBSSRHLeMWGk9b7L293ZMA6zCRrZaHrfA==", + "license": "MIT", + "optional": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@floating-ui/dom": "^1.0.0", + "@tiptap/core": "3.24.0", + "@tiptap/pm": "3.24.0" + } + }, "node_modules/@tybys/wasm-util": { "version": "0.10.2", "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz", diff --git a/package.json b/package.json index d08f71c84..a2320087c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@tiptap/extension-link": "^3.22.4", "@tiptap/extension-paragraph": "^3.22.4", "@tiptap/extension-text": "^3.22.4", - "@tiptap/vue-3": "^3.22.4", + "@tiptap/vue-3": "^3.24.0", "@unhead/vue": "^3.1.1", "@vitejs/plugin-vue": "^6.0.7", "@vueuse/core": "^14.3.0",