Skip to content

Commit 3e99cea

Browse files
Merge pull request #4898 from Hacker0x01/dependabot/npm_and_yarn/examples/hello-world/react-datepicker-7.0.0
chore(deps): bump react-datepicker from 6.9.0 to 7.0.0 in /examples/hello-world
2 parents c1258d3 + e807937 commit 3e99cea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"react": "^18.3.1",
7-
"react-datepicker": "^6.9.0",
7+
"react-datepicker": "^7.0.0",
88
"react-dom": "^18.3.1",
99
"react-scripts": "5.0.1"
1010
},

examples/hello-world/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7340,10 +7340,10 @@ react-app-polyfill@^3.0.0:
73407340
regenerator-runtime "^0.13.9"
73417341
whatwg-fetch "^3.6.2"
73427342

7343-
react-datepicker@^6.9.0:
7344-
version "6.9.0"
7345-
resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-6.9.0.tgz#0ad234dad81d567ae64cad79697bbad69c95490b"
7346-
integrity sha512-QTxuzeem7BUfVFWv+g5WuvzT0c5BPo+XTCNbMTZKSZQLU+cMMwSUHwspaxuIcDlwNcOH0tiJ+bh1fJ2yxOGYWA==
7343+
react-datepicker@^7.0.0:
7344+
version "7.0.0"
7345+
resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-7.0.0.tgz#432458c9ca3de201a624f31f81c808abab572d53"
7346+
integrity sha512-GXyf0nzmjl5vvj/bBbeJUWArfc/S6k0XaLV6zjUCFFZlDtdaHIwAwVAV5Z1vX2Gxc+5pw9HOa0j/0RRfwilAYw==
73477347
dependencies:
73487348
"@floating-ui/react" "^0.26.2"
73497349
clsx "^2.1.0"

0 commit comments

Comments
 (0)