8000 fix(deps): update dependency date-fns to v4 by renovate[bot] · Pull Request #5092 · jpmorganchase/salt-ds · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

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

Open
wants to merge 1 commit into
base: main
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 packages/date-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"peerDependencies": {
"@types/luxon": "^3.4.2",
"@types/react": ">=16.14.0",
"date-fns": "^3.6.0",
"date-fns": "^4.0.0",
"dayjs": "^1.11.13",
"luxon": "^3.5.0",
"moment": "^2.30.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"date-fns": "^3.6.0",
"date-fns": "^4.0.0",
"dayjs": "^1.11.13",
"luxon": "^3.5.0",
"moment": "^2.30.1",
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@jpmorganchase/mosaic-standard-generator": "0.1.0-beta.90",
"@jpmorganchase/mosaic-store": "0.1.0-beta.90",
"css-tree": "^3.1.0",
"date-fns": "^3.6.0",
"date-fns": "^4.0.0",
"dayjs": "^1.11.13",
"lodash-es": "^4.17.21",
"luxon": "^3.5.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3245,7 +3245,7 @@ __metadata:
peerDependencies:
"@types/luxon": ^3.4.2
"@types/react": ">=16.14.0"
date-fns: ^3.6.0
date-fns: ^4.0.0
dayjs: ^1.11.13
luxon: ^3.5.0
moment: ^2.30.1
Expand Down Expand Up @@ -3300,7 +3300,7 @@ __metadata:
clipboard-copy: "npm:^4.0.1"
clsx: "npm:^2.0.0"
compute-scroll-into-view: "npm:^3.0.0"
date-fns: "npm:^3.6.0"
date-fns: "npm:^4.0.0"
dayjs: "npm:^1.11.13"
deepmerge: "npm:^4.2.2"
luxon: "npm:^3.5.0"
Expand Down Expand Up @@ -3433,7 +3433,7 @@ __metadata:
concurrently: "npm:^9.0.0"
cross-env: "npm:^7.0.3"
css-tree: "npm:^3.1.0"
date-fns: "npm:^3.6.0"
date-fns: "npm:^4.0.0"
dayjs: "npm:^1.11.13"
dotenv-load: "npm:^2.0.1"
lodash-es: "npm:^4.17.21"
Expand Down Expand Up @@ -7649,10 +7649,10 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down
Loading
0