From fa0d3c92e15243958fea74db7d43776be03678b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:40:31 +0000 Subject: [PATCH] chore(deps-dev): bump date-fns from 2.30.0 to 4.1.0 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 4.1.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v4.1.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be0d68cab..8a923a605 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/react-dom": "^18.0.8", "coveralls": "^3.0.6", "cross-env": "^7.0.2", - "date-fns": "2.x", + "date-fns": "4.x", "dayjs": "1.x", "dumi": "^2.1.15", "eslint": "^8.56.0",