diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1ca6b18..903f5d4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -7,7 +7,7 @@ "name": "nuxt-app", "hasInstallScript": true, "dependencies": { - "@malio/layer-ui": "^1.4.7", + "@malio/layer-ui": "^1.4.8", "@nuxt/icon": "^2.2.1", "@nuxtjs/i18n": "^10.2.3", "@nuxtjs/tailwindcss": "^6.14.0", @@ -2212,13 +2212,16 @@ "license": "MIT" }, "node_modules/@malio/layer-ui": { - "version": "1.4.7", - "resolved": "https://gitea.malio.fr/api/packages/MALIO-DEV/npm/%40malio%2Flayer-ui/-/1.4.7/layer-ui-1.4.7.tgz", - "integrity": "sha512-5K9hnpQwxSEdQx7huWsqxuXaOnUFs1xGubLilcyQvTTBrD9cCCM0EQEtBhYMpyMb57NXkI7ZxHI2f4fT8dZPmQ==", + "version": "1.4.8", + "resolved": "https://gitea.malio.fr/api/packages/MALIO-DEV/npm/%40malio%2Flayer-ui/-/1.4.8/layer-ui-1.4.8.tgz", + "integrity": "sha512-ABQmfMqJqKGGnx6kf5KK/XVuKAPWSpRHmLpS9XMg6pUH8kww8o3JoywlrlFkk9xA30zNFaehAtzV7S19E4JTlg==", "dependencies": { "@nuxt/icon": "^2.2.1", "@nuxtjs/tailwindcss": "^6.14.0", + "@tiptap/extension-color": "^3.22.5", + "@tiptap/extension-highlight": "^3.22.5", "@tiptap/extension-placeholder": "^3.22.5", + "@tiptap/extension-text-style": "^3.22.5", "@tiptap/pm": "^3.22.5", "@tiptap/starter-kit": "^3.22.5", "@tiptap/vue-3": "^3.22.5", @@ -2328,6 +2331,19 @@ "@tiptap/pm": "3.22.5" } }, + "node_modules/@malio/layer-ui/node_modules/@tiptap/extension-color": { + "version": "3.22.5", + "resolved": "https://registry.npmjs.org/@tiptap/extension-color/-/extension-color-3.22.5.tgz", + "integrity": "sha512-4aTygOUlTFBYCvJy67SeKVdXCQw7du3Rj+N5ZutVnDnrpfzUBWsO7f+I+iDS8eMQFbWxVFLlWxGMcTbjtk1a+Q==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/extension-text-style": "3.22.5" + } + }, "node_modules/@malio/layer-ui/node_modules/@tiptap/extension-document": { "version": "3.22.5", "resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-3.22.5.tgz", @@ -2409,6 +2425,19 @@ "@tiptap/core": "3.22.5" } }, + "node_modules/@malio/layer-ui/node_modules/@tiptap/extension-highlight": { + "version": "3.22.5", + "resolved": "https://registry.npmjs.org/@tiptap/extension-highlight/-/extension-highlight-3.22.5.tgz", + "integrity": "sha512-byWruAOKcqRN0OuzVSKqLLrced3M9AZaR2pD1BV3aUZHzMzeBjLBfByh8s4lExH2Z547xQUdHHnUflBQ572I5A==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "3.22.5" + } + }, "node_modules/@malio/layer-ui/node_modules/@tiptap/extension-horizontal-rule": { "version": "3.22.5", "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.22.5.tgz", @@ -2559,6 +2588,20 @@ "@tiptap/core": "3.22.5" } }, + "node_modules/@malio/layer-ui/node_modules/@tiptap/extension-text-style": { + "version": "3.22.5", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-3.22.5.tgz", + "integrity": "sha512-jt63jy8YbhZJUGMxTUzeivLhowGtFp6YbCFrrmZJ7G6IHu8X8LJzO81ksz5nT5l8DKpldGwnINUfA6iE91JIAg==", + "license": "MIT", + "peer": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "3.22.5" + } + }, "node_modules/@malio/layer-ui/node_modules/@tiptap/extension-underline": { "version": "3.22.5", "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.22.5.tgz", diff --git a/frontend/package.json b/frontend/package.json index 907ce79..58aed04 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "build:dist": "nuxt generate && rm -rf dist && cp -R .output/public dist" }, "dependencies": { - "@malio/layer-ui": "^1.4.7", + "@malio/layer-ui": "^1.4.8", "@nuxt/icon": "^2.2.1", "@nuxtjs/i18n": "^10.2.3", "@nuxtjs/tailwindcss": "^6.14.0",