fix: resolve pnpm patchedDependencies routing for tests

This commit is contained in:
Ivan Klimchuk
2026-05-07 17:39:57 +03:00
parent 238b4df55f
commit 14bf0dc32f
3 changed files with 2034 additions and 2315 deletions

View File

@@ -121,6 +121,12 @@
"postcss": "8.5.10",
"protobufjs": "7.5.6",
"rollup": "4.59.0"
},
"patchedDependencies": {
"@blocknote/core@0.46.2": "patches/@blocknote__core@0.46.2.patch",
"@blocknote/react@0.46.2": "patches/@blocknote__react@0.46.2.patch",
"prosemirror-tables@1.8.5": "patches/prosemirror-tables@1.8.5.patch"
}
}
},
"packageManager": "pnpm@9.10.0+sha1.216899f511c8dfde183c7cb50b69009c779534a8"
}

4336
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,8 +4,3 @@ packages:
ignoredBuiltDependencies:
- esbuild
patchedDependencies:
'@blocknote/core@0.46.2': patches/@blocknote__core@0.46.2.patch
'@blocknote/react@0.46.2': patches/@blocknote__react@0.46.2.patch
'@tiptap/extension-link@3.19.0': patches/@tiptap__extension-link@3.19.0.patch
prosemirror-tables@1.8.5: patches/prosemirror-tables@1.8.5.patch