From 1cf5a001f7d72fe0c05acf12b11627005b2ad583 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Tue, 2 Jan 2024 14:09:28 +0100 Subject: [PATCH] Revert "chore(deps-dev): bump date-fns from 2.30.0 to 3.0.6 (#1191)" This reverts commit 4ebdd42bab33cab321c82eecfa8aea44589e1415. --- package.json | 2 +- yarn.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f08443c94..6404cc51e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "alive-server": "^1.3.0", "codesandbox-import-utils": "^2.2.3", "cross-env": "^7.0.3", - "date-fns": "^3.0.6", + "date-fns": "^2.30.0", "esbuild-plugin-external-global": "^1.0.1", "esbuild-sass-plugin": "^2.16.0", "eslint": "^8.56.0", diff --git a/yarn.lock b/yarn.lock index 29a19e803..8822f31d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -901,7 +901,7 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime@^7.11.0", "@babel/runtime@^7.8.4": +"@babel/runtime@^7.11.0", "@babel/runtime@^7.21.0", "@babel/runtime@^7.8.4": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200" integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q== @@ -3830,10 +3830,12 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -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@^2.30.0: + version "2.30.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0" + integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw== + dependencies: + "@babel/runtime" "^7.21.0" de-indent@^1.0.2: version "1.0.2"