Skip to content

Commit f95b171

Browse files
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

File tree

apps/shade/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
"clsx": "catalog:",
141141
"cmdk": "1.1.1",
142142
"color": "5.0.3",
143-
"date-fns": "4.1.0",
144143
"lucide-react": "catalog:",
145144
"moment-timezone": "^0.5.48",
146145
"react": "catalog:",

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)