Skip to content

Commit

Permalink
chore(deps): bump date-fns from 2.30.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 4.1.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](date-fns/date-fns@v2.30.0...v4.1.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 0afceee commit ac45079
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"babel-plugin-transform-async-to-promises": "^0.8.18",
"colors": "^1.4.0",
"conventional-github-releaser": "^3.1.3",
"date-fns": "^2.30.0",
"date-fns": "^4.1.0",
"depcheck": "^1.4.7",
"esbuild": "^0.17.11",
"esbuild-plugin-replace": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/DateTimePickerCommon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@welcome-ui/select": "^6.0.0",
"@welcome-ui/system": "^6.0.0",
"@welcome-ui/utils": "^6.0.0",
"date-fns": "^2.30.0",
"date-fns": "^4.1.0",
"lodash.range": "^3.2.0",
"react-datepicker": "^4.16.0"
},
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5655,6 +5655,11 @@ date-fns@^2.0.1, date-fns@^2.30.0:
dependencies:
"@babel/runtime" "^7.21.0"

date-fns@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14"
integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==

dateformat@^3.0.0, dateformat@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
Expand Down

0 comments on commit ac45079

Please sign in to comment.