Commit 89ffc2d
committed
Move typedoc and react out of runtime dependencies
typedoc is only used by the docs script, but as a runtime dependency its
typescript peer range (capped at 5.8.x for typedoc 0.27) constrains
consumers' typescript version: classroom's Renovate typescript 5.9 bump
produced a lockfile npm ci rejects.
react/react-dom were listed in both dependencies and peerDependencies,
forcing react on consumers of the vanilla entry point. They are now
devDependencies (for Storybook) alongside the existing peer ranges.1 parent d94a979 commit 89ffc2d
2 files changed
Lines changed: 39 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 75 | + | |
79 | 76 | | |
80 | 77 | | |
81 | 78 | | |
| |||
94 | 91 | | |
95 | 92 | | |
96 | 93 | | |
| 94 | + | |
| 95 | + | |
97 | 96 | | |
98 | 97 | | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
0 commit comments