Skip to content

Commit cf9ce92

Browse files
fix(deps): update dependency date-fns to v4 (#10262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f802789 commit cf9ce92

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@radix-ui/react-icons": "^1.3.0",
7575
"@theguild/components": "7.6.1",
7676
"classnames": "2.5.1",
77-
"date-fns": "2.30.0",
77+
"date-fns": "4.1.0",
7878
"dedent": "1.5.3",
7979
"graphql": "16.9.0",
8080
"js-yaml": "4.1.0",

yarn.lock

+5-7
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@
12041204
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
12051205
"@babel/plugin-transform-typescript" "^7.25.9"
12061206

1207-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.21.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1207+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
12081208
version "7.23.9"
12091209
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7"
12101210
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
@@ -6994,12 +6994,10 @@ dataloader@^2.2.2:
69946994
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.2.2.tgz#216dc509b5abe39d43a9b9d97e6e5e473dfbe3e0"
69956995
integrity sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==
69966996

6997-
6998-
version "2.30.0"
6999-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
7000-
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
7001-
dependencies:
7002-
"@babel/runtime" "^7.21.0"
6997+
6998+
version "4.1.0"
6999+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14"
7000+
integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==
70037001

70047002
dayjs@^1.10.4, dayjs@^1.11.10:
70057003
version "1.11.13"

0 commit comments

Comments
 (0)