From 34e33a2400b3a4627b46e589361ce4dbb452ad38 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 11 Jul 2022 19:39:03 +0200 Subject: [PATCH] Feature/upgrade date fns to version 2.28.0 (#1070) * Upgrade date-fns * Update changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82047b779..ed72106ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Upgraded `date-fns` from version `2.22.1` to `2.28.0` + ## 1.168.0 - 10.07.2022 ### Added diff --git a/package.json b/package.json index 5eaad3295..b1fb68116 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "color": "4.0.1", "countries-list": "2.6.1", "countup.js": "2.0.7", - "date-fns": "2.22.1", + "date-fns": "2.28.0", "envalid": "7.3.1", "google-spreadsheet": "3.2.0", "http-status-codes": "2.2.0", diff --git a/yarn.lock b/yarn.lock index 08046466f..a9cba8d64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7710,10 +7710,10 @@ data-urls@^2.0.0: whatwg-mimetype "^2.3.0" whatwg-url "^8.0.0" -date-fns@2.22.1: - version "2.22.1" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.22.1.tgz#1e5af959831ebb1d82992bf67b765052d8f0efc4" - integrity sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg== +date-fns@2.28.0: + version "2.28.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.28.0.tgz#9570d656f5fc13143e50c975a3b6bbeb46cd08b2" + integrity sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw== date-fns@^1.27.2: version "1.30.1"