Commit a5db02d
committed
fix(docs): pin typescript and tsx majors in examples runner
Unpinned, typescript now resolves to 7.x, which no longer ships
lib/_tsc.js and crashes Yarn 4's builtin compat/typescript patch during
install, failing docs/examples/bootstrap.sh before any example runs.
Matches the existing pin in docs/examples/ts/bootstrap.sh.1 parent ecbb18d commit a5db02d
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
0 commit comments