diff --git a/package-lock.json b/package-lock.json index 20ec3b31..d539716a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,7 +4,6 @@ "requires": true, "packages": { "": { - "name": "loops-server", "dependencies": { "@headlessui/vue": "^1.7.23", "@heroicons/vue": "^2.2.0", @@ -20,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.25.0", "@unhead/vue": "^3.1.1", "@vitejs/plugin-vue": "^6.0.7", "@vueuse/core": "^14.3.0", @@ -3135,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", @@ -3179,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", @@ -3305,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.25.0", + "resolved": "https://registry.npmjs.org/@tiptap/vue-3/-/vue-3-3.25.0.tgz", + "integrity": "sha512-mlE8GkK11+hduuGJkimuFxSsvXm+MdNH0iQIb8mZqucBdwP2+Q1f4cEOvurgrq+mLTVbBGGp0l4j1duR2cHGJA==", "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.25.0", + "@tiptap/extension-floating-menu": "^3.25.0" }, "peerDependencies": { "@floating-ui/dom": "^1.0.0", - "@tiptap/core": "3.22.4", - "@tiptap/pm": "3.22.4", + "@tiptap/core": "3.25.0", + "@tiptap/pm": "3.25.0", "vue": "^3.0.0" } }, + "node_modules/@tiptap/vue-3/node_modules/@tiptap/extension-bubble-menu": { + "version": "3.25.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.25.0.tgz", + "integrity": "sha512-IL6WRTMS0X6szJ1F9qrAbslbet8awUcQ4cJEJLL2lxDgcxpxDHcKxIQRsX5A7qmrWnHxo0tCIpsXKvJ6toaSCQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "@floating-ui/dom": "^1.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "3.25.0", + "@tiptap/pm": "3.25.0" + } + }, + "node_modules/@tiptap/vue-3/node_modules/@tiptap/extension-floating-menu": { + "version": "3.25.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-3.25.0.tgz", + "integrity": "sha512-ZUC+89Kggg4zxRcb8NxyMwErnGxwp5GDVqjxrqo7DReYiOuKeKF/tqvxxa/x+ADJ0Hsy36hVUJqd6gzoi02njA==", + "license": "MIT", + "optional": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@floating-ui/dom": "^1.0.0", + "@tiptap/core": "3.25.0", + "@tiptap/pm": "3.25.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 29213e8f..852532bd 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.25.0", "@unhead/vue": "^3.1.1", "@vitejs/plugin-vue": "^6.0.7", "@vueuse/core": "^14.3.0",