diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 5c0317035..8aabf86ef 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "react": "^18.3.1", - "react-datepicker": "^7.0.0", + "react-datepicker": "^7.1.0", "react-dom": "^18.3.1", "react-scripts": "5.0.1" }, diff --git a/examples/hello-world/yarn.lock b/examples/hello-world/yarn.lock index c3dc917a6..686877a64 100644 --- a/examples/hello-world/yarn.lock +++ b/examples/hello-world/yarn.lock @@ -7340,10 +7340,10 @@ react-app-polyfill@^3.0.0: regenerator-runtime "^0.13.9" whatwg-fetch "^3.6.2" -react-datepicker@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-7.0.0.tgz#432458c9ca3de201a624f31f81c808abab572d53" - integrity sha512-GXyf0nzmjl5vvj/bBbeJUWArfc/S6k0XaLV6zjUCFFZlDtdaHIwAwVAV5Z1vX2Gxc+5pw9HOa0j/0RRfwilAYw== +react-datepicker@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-7.1.0.tgz#d800b63d1598a01f9a7bcceac6ae30ca3eea9aa6" + integrity sha512-Z91n5ybhmzI+YChj1ZG7ntPPOmHR2Dh4jbIl+mNgKXKoxyzUQBh7M3eQaFOwrBCVdKy5vsj370/ocQlGu1qsGA== dependencies: "@floating-ui/react" "^0.26.2" clsx "^2.1.0"