Skip to content

Commit

Permalink
fix(deps): update peerdependency date-fns to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 10, 2024
1 parent 9c4b068 commit ee44132
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix(deps): update peerdependency date-fns to v4",
"packageName": "@rightcapital/date-helpers",
"email": "29139614+renovate[bot]@users.noreply.github.com",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions packages/date-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@rightcapital/exceptions": "workspace:*",
"date-fns": "3.6.0"
"date-fns": "4.1.0"
},
"peerDependencies": {
"date-fns": "^2.29.3 || ^3.0.0"
"date-fns": "^2.29.3 || ^3.0.0 || ^4.0.0"
},
"devDependencies": {
"typedoc": "0.25.7",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee44132

Please sign in to comment.