Skip to content

Commit

Permalink
fix(deps): update dependency date-fns to v4 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent b7e832a commit e7761da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion model-filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@prisma/client": "5.19.1",
"cuid": "3.0.0",
"date-fns": "3.6.0"
"date-fns": "4.1.0"
},
"devDependencies": {
"@faker-js/faker": "8.4.1",
Expand Down
2 changes: 1 addition & 1 deletion transformed-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@prisma/client": "5.19.1",
"date-fns": "3.6.0"
"date-fns": "4.1.0"
},
"devDependencies": {
"@faker-js/faker": "8.4.1",
Expand Down

0 comments on commit e7761da

Please sign in to comment.