Skip to content

Commit

Permalink
fix(deps): update dependency date-fns to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and HoreKk committed May 6, 2024
1 parent 541d53e commit 6c78b1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webapp-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@uidotdev/usehooks": "^2.1.1",
"chart.js": "^4.3.0",
"chartjs-adapter-moment": "^1.0.1",
"date-fns": "^2.30.0",
"date-fns": "^3.0.0",
"eslint": "8.57.0",
"eslint-config-next": "13.5.6",
"framer-motion": "^10.12.9",
Expand Down
5 changes: 5 additions & 0 deletions webapp-next/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1996,6 +1996,11 @@ date-fns@^2.0.1, date-fns@^2.30.0:
dependencies:
"@babel/runtime" "^7.21.0"

date-fns@^3.0.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.6.0.tgz#f20ca4fe94f8b754951b24240676e8618c0206bf"
integrity sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==

debug@4, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
version "4.3.4"
resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
Expand Down

0 comments on commit 6c78b1d

Please sign in to comment.