From 4441e359c5dab8b94a5eae96609d4e0f6bdb4a83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 02:21:30 +0000 Subject: [PATCH] chore(packages): update dependency date-fns to v3 --- package.json | 2 +- projects/library/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2944915fd..70eecef76 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "@terminus/design-tokens": "1.0.8", "@terminus/ngx-tools": "8.0.2", "@terminus/ui": "18.2.2", - "date-fns": "2.12.0", + "date-fns": "3.0.6", "ngx-perfect-scrollbar": "9.0.0", "@popperjs/core": "^2.0.0", "text-mask-addons": "3.8.0", diff --git a/projects/library/package.json b/projects/library/package.json index d152115e8..42d83ed68 100644 --- a/projects/library/package.json +++ b/projects/library/package.json @@ -57,7 +57,7 @@ "@terminus/ngx-tools": ">=8.0.0", "@ngrx/effects": "^9.0.0", "@ngrx/store": "^9.0.0", - "date-fns": "^2.0.1", + "date-fns": "^2.0.1 || ^3.0.0", "ngx-perfect-scrollbar": "9.0.0", "rxjs": "^6.5.4", "text-mask-addons": "3.8.0", diff --git a/yarn.lock b/yarn.lock index 740b130b7..98f68d52a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6093,10 +6093,10 @@ data-urls@^2.0.0: whatwg-mimetype "^2.3.0" whatwg-url "^8.0.0" -date-fns@2.12.0: - version "2.12.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.12.0.tgz#01754c8a2f3368fc1119cf4625c3dad8c1845ee6" - integrity sha512-qJgn99xxKnFgB1qL4jpxU7Q2t0LOn1p8KMIveef3UZD7kqjT3tpFNNdXJelEHhE+rUgffriXriw/sOSU+cS1Hw== +date-fns@3.0.6: + version "3.0.6" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.0.6.tgz#fe3aeb7592d359f075ffc41cb16139828810ca83" + integrity sha512-W+G99rycpKMMF2/YD064b2lE7jJGUe+EjOES7Q8BIGY8sbNdbgcs9XFTZwvzc9Jx1f3k7LB7gZaZa7f8Agzljg== date-fns@^1.27.2: version "1.30.1"