Commit 4c5e498
ci(fresh-install): widen prod-dep update to examples and playground
Without this, pnpm update --prod only bumped the publishable @blocknote/*
packages, leaving examples/* and playground pinned to older versions. For
peer-dep'd libs like @tiptap/core + @tiptap/pm that produced two virtual-
store copies keyed on different peer versions, which TypeScript treated as
unrelated types — breaking example-editor:build with TS2322.
Extending the filter keeps every app that consumes @blocknote/* in lockstep
with the published packages. docs/shared/tests/fumadocs stay excluded.
Also add this branch to the push triggers so the PR exercises the workflow.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 40ddec4 commit 4c5e498
1 file changed
Lines changed: 20 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
55 | 65 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments