Commit f95b171
authored
Removed the unused date-fns dependency from shade (#28330)
ref https://linear.app/ghost/issue/PLA-60
`apps/shade` declared `date-fns@4.1.0` as a direct dependency but
**never imports it** — there's no `date-fns` reference anywhere in the
package's source. The calendar component pulls in
`react-day-picker@9.14.0`, which depends on date-fns 4.x itself, so
shade's direct declaration was redundant.1 parent abdb8f3 commit f95b171
2 files changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments