Skip to content

Commit

Permalink
chore(deps): bump react-datepicker in /examples/hello-world
Browse files Browse the repository at this point in the history
Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases)
- [Commits](v4.9.0...v4.10.0)

---
updated-dependencies:
- dependency-name: react-datepicker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 31, 2023
1 parent 34a33b5 commit af07594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-datepicker": "^4.9.0",
"react-datepicker": "^4.10.0",
"react-dom": "^18.2.0",
"react-scripts": "4.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/hello-world/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10070,10 +10070,10 @@ react-app-polyfill@^2.0.0:
regenerator-runtime "^0.13.7"
whatwg-fetch "^3.4.1"

react-datepicker@^4.9.0:
version "4.9.0"
resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-4.9.0.tgz#e70cc7956e89e22d41dfdca06a6a8bf9676a0cc6"
integrity sha512-H2TphqnbFpBzbgcYN6B2lhiNt0us0OBdvMOuhmZMXvm7s1Cz7U5nYdORL7aCh7bc41ofPimf3ocg/uw2/xdRUA==
react-datepicker@^4.10.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-4.10.0.tgz#3f386ac5873dac5ea56544e51cdc01109938796c"
integrity sha512-6IfBCZyWj54ZZGLmEZJ9c4Yph0s9MVfEGDC2evOvf9AmVz+RRcfP2Czqad88Ff9wREbcbqa4dk7IFYeXF1d3Ag==
dependencies:
"@popperjs/core" "^2.9.2"
classnames "^2.2.6"
Expand Down

0 comments on commit af07594

Please sign in to comment.