Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 21, 2023
1 parent aca8f20 commit 48a9c76
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/react-day-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/react": "^18.0.38",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.0",
"date-fns": "^2.29.3",
"date-fns": "^2.30.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-rdp": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest-axe": "^3.5.5",
"@types/react-helmet": "^6.1.6",
"@types/react-router-dom": "^5.3.3",
"date-fns": "^2.29.3",
"date-fns": "^2.30.0",
"docusaurus-plugin-typedoc": "^0.19.2",
"eslint": "^8.39.0",
"identity-obj-proxy": "^3.0.0",
Expand Down
30 changes: 24 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2986,6 +2986,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.21.0":
version: 7.22.5
resolution: "@babel/runtime@npm:7.22.5"
dependencies:
regenerator-runtime: ^0.13.11
checksum: 12a50b7de2531beef38840d17af50c55a094253697600cee255311222390c68eed704829308d4fd305e1b3dfbce113272e428e9d9d45b1730e0fede997eaceb1
languageName: node
linkType: hard

"@babel/template@npm:^7.12.7, @babel/template@npm:^7.16.7, @babel/template@npm:^7.3.3":
version: 7.16.7
resolution: "@babel/template@npm:7.16.7"
Expand Down Expand Up @@ -8341,10 +8350,12 @@ __metadata:
languageName: node
linkType: hard

"date-fns@npm:^2.29.3":
version: 2.29.3
resolution: "date-fns@npm:2.29.3"
checksum: e01cf5b62af04e05dfff921bb9c9933310ed0e1ae9a81eb8653452e64dc841acf7f6e01e1a5ae5644d0337e9a7f936175fd2cb6819dc122fdd9c5e86c56be484
"date-fns@npm:^2.30.0":
version: 2.30.0
resolution: "date-fns@npm:2.30.0"
dependencies:
"@babel/runtime": ^7.21.0
checksum: f7be01523282e9bb06c0cd2693d34f245247a29098527d4420628966a2d9aad154bd0e90a6b1cf66d37adcb769cd108cf8a7bd49d76db0fb119af5cdd13644f4
languageName: node
linkType: hard

Expand Down Expand Up @@ -15348,7 +15359,7 @@ __metadata:
"@types/react": ^18.0.38
"@typescript-eslint/eslint-plugin": ^5.59.11
"@typescript-eslint/parser": ^5.59.0
date-fns: ^2.29.3
date-fns: ^2.30.0
eslint: ^8.39.0
eslint-config-prettier: ^8.8.0
eslint-config-rdp: "workspace:^"
Expand Down Expand Up @@ -15758,6 +15769,13 @@ __metadata:
languageName: node
linkType: hard

"regenerator-runtime@npm:^0.13.11":
version: 0.13.11
resolution: "regenerator-runtime@npm:0.13.11"
checksum: 27481628d22a1c4e3ff551096a683b424242a216fee44685467307f14d58020af1e19660bf2e26064de946bad7eff28950eae9f8209d55723e2d9351e632bbb4
languageName: node
linkType: hard

"regenerator-runtime@npm:^0.13.4":
version: 0.13.9
resolution: "regenerator-runtime@npm:0.13.9"
Expand Down Expand Up @@ -18697,7 +18715,7 @@ __metadata:
"@types/react-helmet": ^6.1.6
"@types/react-router-dom": ^5.3.3
clsx: ^1.2.1
date-fns: ^2.29.3
date-fns: ^2.30.0
docusaurus-plugin-typedoc: ^0.19.2
eslint: ^8.39.0
focus-trap-react: 10.1.1
Expand Down

0 comments on commit 48a9c76

Please sign in to comment.