fix: remove stale tiptap deps from workspace and fix lint error

This commit is contained in:
bymyself
2026-03-24 13:31:24 -07:00
parent c19b4e3a1c
commit bd60d63bb5
3 changed files with 1491 additions and 682 deletions

2163
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -37,14 +37,6 @@ catalog:
'@testing-library/jest-dom': ^6.9.1
'@testing-library/user-event': ^14.6.1
'@testing-library/vue': ^8.1.0
'@tiptap/core': ^2.27.2
'@tiptap/extension-link': ^2.27.2
'@tiptap/extension-table': ^2.27.2
'@tiptap/extension-table-cell': ^2.27.2
'@tiptap/extension-table-header': ^2.27.2
'@tiptap/extension-table-row': ^2.27.2
'@tiptap/pm': 2.27.2
'@tiptap/starter-kit': ^2.27.2
'@types/fs-extra': ^11.0.4
'@types/jsdom': ^21.1.7
'@types/node': ^24.1.0

View File

@@ -134,7 +134,7 @@ describe('useDomValueBridge', () => {
})
scope.stop()
element.value
void element.value
expect(customGetter).toHaveBeenCalled()
})