Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency date-fns to v4 #1248

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@auth/core": "0.18.0",
"cookie": "0.6.0",
"date-fns": "3.6.0",
"date-fns": "4.1.0",
"fast-xml-parser": "4.4.0",
"http-status-codes": "2.3.0",
"query-string": "8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@sentry/react": "7.99.0",
"@tabler/icons-react": "2.47.0",
"chroma-js": "2.4.2",
"date-fns": "3.6.0",
"date-fns": "4.1.0",
"idb": "8.0.0",
"immer": "10.1.1",
"jotai": "2.8.3",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5087,10 +5087,10 @@ __metadata:
languageName: node
linkType: hard

"date-fns@npm:3.6.0, date-fns@npm:^3.6.0":
version: 3.6.0
resolution: "date-fns@npm:3.6.0"
checksum: cac35c58926a3b5d577082ff2b253612ec1c79eb6754fddef46b6a8e826501ea2cb346ecbd211205f1ba382ddd1f9d8c3f00bf433ad63cc3063454d294e3a6b8
"date-fns@npm:4.1.0":
version: 4.1.0
resolution: "date-fns@npm:4.1.0"
checksum: d5f6e9de5bbc52310f786099e18609289ed5e30af60a71e0646784c8185ddd1d0eebcf7c96b7faaaefc4a8366f3a3a4244d099b6d0866ee2bec80d1361e64342
languageName: node
linkType: hard

Expand All @@ -5103,6 +5103,13 @@ __metadata:
languageName: node
linkType: hard

"date-fns@npm:^3.6.0":
version: 3.6.0
resolution: "date-fns@npm:3.6.0"
checksum: cac35c58926a3b5d577082ff2b253612ec1c79eb6754fddef46b6a8e826501ea2cb346ecbd211205f1ba382ddd1f9d8c3f00bf433ad63cc3063454d294e3a6b8
languageName: node
linkType: hard

"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4":
version: 4.3.4
resolution: "debug@npm:4.3.4"
Expand Down Expand Up @@ -6698,7 +6705,7 @@ __metadata:
"@types/cookie": "npm:0.6.0"
"@types/query-string": "npm:6.3.0"
cookie: "npm:0.6.0"
date-fns: "npm:3.6.0"
date-fns: "npm:4.1.0"
fast-xml-parser: "npm:4.4.0"
http-status-codes: "npm:2.3.0"
query-string: "npm:8.2.0"
Expand Down Expand Up @@ -8594,7 +8601,7 @@ __metadata:
babel-plugin-relay: "npm:17.0.0"
chroma-js: "npm:2.4.2"
concurrently: "npm:8.2.2"
date-fns: "npm:3.6.0"
date-fns: "npm:4.1.0"
idb: "npm:8.0.0"
immer: "npm:10.1.1"
jotai: "npm:2.8.3"
Expand Down
Loading