From 0b91acd89b1de9c0148cad43b8bc614e9614cc4c Mon Sep 17 00:00:00 2001 From: Yet Another Stupid Coder <117515380+WhyNeet@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:28:28 +0300 Subject: [PATCH] build: add missing tiptap dependencies --- package.json | 2 ++ pnpm-lock.yaml | 18 ++++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c887af1cc..5587b164c 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,12 @@ "@tiptap/extension-heading": "^2.2.4", "@tiptap/extension-highlight": "^2.2.4", "@tiptap/extension-history": "^2.2.4", + "@tiptap/extension-horizontal-rule": "^2.4.0", "@tiptap/extension-italic": "^2.2.4", "@tiptap/extension-link": "^2.2.4", "@tiptap/extension-list-item": "^2.2.4", "@tiptap/extension-paragraph": "^2.2.4", + "@tiptap/extension-strike": "^2.4.0", "@tiptap/extension-task-item": "^2.2.4", "@tiptap/extension-task-list": "^2.2.4", "@tiptap/extension-text": "^2.2.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a49e19337..64e2fd34a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,6 +47,9 @@ dependencies: '@tiptap/extension-history': specifier: ^2.2.4 version: 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) + '@tiptap/extension-horizontal-rule': + specifier: ^2.4.0 + version: 2.4.0(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) '@tiptap/extension-italic': specifier: ^2.2.4 version: 2.2.4(@tiptap/core@2.2.4) @@ -59,6 +62,9 @@ dependencies: '@tiptap/extension-paragraph': specifier: ^2.2.4 version: 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-strike': + specifier: ^2.4.0 + version: 2.4.0(@tiptap/core@2.2.4) '@tiptap/extension-task-item': specifier: ^2.2.4 version: 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) @@ -888,8 +894,8 @@ packages: '@tiptap/pm': 2.2.4 dev: false - /@tiptap/extension-horizontal-rule@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4): - resolution: {integrity: sha512-iCRHjFQQHApWg3R4fkKkJQhWEOdu1Fdc4YEAukdOXPSg3fg36IwjvsMXjt9SYBtVZ+iio3rORCZGXyMvgCH9uw==} + /@tiptap/extension-horizontal-rule@2.4.0(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4): + resolution: {integrity: sha512-yDgxy+YxagcEsBbdWvbQiXYxsv3noS1VTuGwc9G7ZK9xPmBHJ5y0agOkB7HskwsZvJHoaSqNRsh7oZTkf0VR3g==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 @@ -941,8 +947,8 @@ packages: '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-strike@2.2.4(@tiptap/core@2.2.4): - resolution: {integrity: sha512-/a2EwQgA+PpG17V2tVRspcrIY0SN3blwcgM7lxdW4aucGkqSKnf7+91dkhQEwCZ//o8kv9mBCyRoCUcGy6S5Xg==} + /@tiptap/extension-strike@2.4.0(@tiptap/core@2.2.4): + resolution: {integrity: sha512-pE1uN/fQPOMS3i+zxPYMmPmI3keubnR6ivwM+KdXWOMnBiHl9N4cNpJgq1n2eUUGKLurC2qrQHpnVyGAwBS6Vg==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: @@ -1013,12 +1019,12 @@ packages: '@tiptap/extension-hard-break': 2.2.4(@tiptap/core@2.2.4) '@tiptap/extension-heading': 2.2.4(@tiptap/core@2.2.4) '@tiptap/extension-history': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) - '@tiptap/extension-horizontal-rule': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) + '@tiptap/extension-horizontal-rule': 2.4.0(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) '@tiptap/extension-italic': 2.2.4(@tiptap/core@2.2.4) '@tiptap/extension-list-item': 2.2.4(@tiptap/core@2.2.4) '@tiptap/extension-ordered-list': 2.2.4(@tiptap/core@2.2.4) '@tiptap/extension-paragraph': 2.2.4(@tiptap/core@2.2.4) - '@tiptap/extension-strike': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-strike': 2.4.0(@tiptap/core@2.2.4) '@tiptap/extension-text': 2.2.4(@tiptap/core@2.2.4) transitivePeerDependencies: - '@tiptap/pm'