From 27e39036985f5be293ee7a448cf0d371998dab2d Mon Sep 17 00:00:00 2001 From: null Date: Fri, 20 Sep 2024 12:34:47 +0000 Subject: [PATCH] fix(deps): update maskito to >=3.0.2 --- package-lock.json | 6 +++--- projects/editor/package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f34fd57df..1986ee2e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40632,9 +40632,9 @@ "version": "4.9.0", "license": "Apache-2.0", "peerDependencies": { - "@maskito/angular": ">=3.0.1", - "@maskito/core": ">=3.0.1", - "@maskito/kit": ">=3.0.1", + "@maskito/angular": ">=3.0.2", + "@maskito/core": ">=3.0.2", + "@maskito/kit": ">=3.0.2", "@tiptap/core": ">=2.7.2", "@tiptap/extension-blockquote": ">=2.7.2", "@tiptap/extension-bold": ">=2.7.2", diff --git a/projects/editor/package.json b/projects/editor/package.json index 298e39673..b3dac6c75 100644 --- a/projects/editor/package.json +++ b/projects/editor/package.json @@ -14,9 +14,9 @@ "repository": "https://github.com/taiga-family/editor", "license": "Apache-2.0", "peerDependencies": { - "@maskito/angular": ">=3.0.1", - "@maskito/core": ">=3.0.1", - "@maskito/kit": ">=3.0.1", + "@maskito/angular": ">=3.0.2", + "@maskito/core": ">=3.0.2", + "@maskito/kit": ">=3.0.2", "@tiptap/core": ">=2.7.2", "@tiptap/extension-blockquote": ">=2.7.2", "@tiptap/extension-bold": ">=2.7.2",