Skip to content

Commit

Permalink
fix(): Reduce package size by fixing date-fns import (#5050)
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalric-talend authored Dec 11, 2023
1 parent 424544a commit 1bc49cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clean-frogs-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/utils': minor
---

fix(): Reduce package size by fixing date-fns import
2 changes: 1 addition & 1 deletion packages/utils/src/date/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { parseISO } from 'date-fns';
import dateFnsFormat from 'date-fns/format';
import parseISO from 'date-fns/parseISO';

import * as generator from './generator';

Expand Down

0 comments on commit 1bc49cd

Please sign in to comment.