Commit 0f1123f
fix(webapp): regen openapi-ts client + drop lodash import from storybook manager
@hey-api/openapi-ts 0.90→0.97 produces a slightly different sdk/transformers
shape (idiomatic-modules path renames). Regenerated to keep CI's openapi-sync
gate happy.
The Storybook manager imported lodash/startCase, but lodash was never a
declared webapp dep — npm's hoisting masked it; pnpm's strict resolution
exposes it. Replace with a six-line inline implementation; no need to pull
~600 KB of lodash into the manager bundle.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 5eb339d commit 0f1123f
14 files changed
Lines changed: 243 additions & 394 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
| |||
0 commit comments