From e800b9fcba267e26f44030afd8498ed933d7efd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 08:38:25 +0000 Subject: [PATCH] fix(deps): update dependency mui-tiptap to v1.30.0 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9473b789..8d30e95e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "i18next-browser-languagedetector": "8.2.1", "i18next-resources-to-backend": "1.2.1", "js-cookie": "3.0.5", - "mui-tiptap": "1.29.0", + "mui-tiptap": "1.30.0", "nanoid": "5.1.7", "next": "16.2.0", "react": "19.2.4", @@ -13273,9 +13273,9 @@ "license": "MIT" }, "node_modules/mui-tiptap": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/mui-tiptap/-/mui-tiptap-1.29.0.tgz", - "integrity": "sha512-2fupRo0RI2o+xX59qoSGpNertfMoDGLhxpzZjXP/loXlrbzuIVw+AGbUg4zeHbFJrbXH2RGIiPbI4ysPbvO8mg==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/mui-tiptap/-/mui-tiptap-1.30.0.tgz", + "integrity": "sha512-BVgv9JstoNsk1SudQuIGV58N7GHlWSdItc8Yxa2BXZ6GFjJ1q1QLFoD6mALRrsKEhxpRfkRHrGaOLlZ5KkO2cQ==", "license": "MIT", "dependencies": { "clsx": "^2.1.1", @@ -13288,8 +13288,8 @@ }, "peerDependencies": { "@emotion/react": "^11.4.1", - "@mui/icons-material": "^5.0.0 || ^6.0.0 || ^7.0.0", - "@mui/material": "^5.0.1 || ^6.0.0 || ^7.0.0", + "@mui/icons-material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0", + "@mui/material": "^5.0.1 || ^6.0.0 || ^7.0.0 || ^9.0.0", "@tiptap/core": "^2.0.0-beta.210 || ^3.0.0", "@tiptap/extension-heading": "^2.0.0-beta.210 || ^3.0.0", "@tiptap/extension-image": "^2.0.0-beta.210 || ^3.0.0", diff --git a/package.json b/package.json index 2645e2ba..71d7b256 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "i18next-browser-languagedetector": "8.2.1", "i18next-resources-to-backend": "1.2.1", "js-cookie": "3.0.5", - "mui-tiptap": "1.29.0", + "mui-tiptap": "1.30.0", "nanoid": "5.1.7", "next": "16.2.0", "react": "19.2.4",