Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 71c9fdd

Browse files
authoredMar 14, 2024··
Bump date-fns from 3.3.1 to 3.4.0
Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](date-fns/date-fns@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e49d20 commit 71c9fdd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"constate": "^3.3.2",
114114
"cookie-parser": "^1.4.6",
115115
"cors": "^2.8.5",
116-
"date-fns": "^3.3.1",
116+
"date-fns": "^3.4.0",
117117
"dotenv": "^16.4.5",
118118
"express": "^4.18.2",
119119
"http-proxy-middleware": "^2.0.6",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4836,10 +4836,10 @@ date-fns@^2.30.0:
48364836
dependencies:
48374837
"@babel/runtime" "^7.21.0"
48384838

4839-
date-fns@^3.0.0, date-fns@^3.3.1:
4840-
version "3.3.1"
4841-
resolved "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz#7581daca0892d139736697717a168afbb908cfed"
4842-
integrity sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==
4839+
date-fns@^3.0.0, date-fns@^3.4.0:
4840+
version "3.4.0"
4841+
resolved "https://registry.npmjs.org/date-fns/-/date-fns-3.4.0.tgz#19ac3c19a39af64acb21c23587cb08504dcdc3de"
4842+
integrity sha512-Akz4R8J9MXBsOgF1QeWeCsbv6pntT5KCPjU0Q9prBxVmWJYPLhwAIsNg3b0QAdr0ttiozYLD3L/af7Ra0jqYXw==
48434843

48444844
debounce@^1.2.1:
48454845
version "1.2.1"

0 commit comments

Comments
 (0)
Please sign in to comment.