Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "^19.1.0",
"react-datepicker": "^8.2.1",
"react-datepicker": "^8.3.0",
"react-dom": "^19.1.0",
"react-scripts": "5.0.1"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/hello-world/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7131,7 +7131,7 @@ __metadata:
resolution: "hello-world@workspace:."
dependencies:
react: "npm:^19.1.0"
react-datepicker: "npm:^8.2.1"
react-datepicker: "npm:^8.3.0"
react-dom: "npm:^19.1.0"
react-scripts: "npm:5.0.1"
languageName: unknown
Expand Down Expand Up @@ -10857,17 +10857,17 @@ __metadata:
languageName: node
linkType: hard

"react-datepicker@npm:^8.2.1":
version: 8.2.1
resolution: "react-datepicker@npm:8.2.1"
"react-datepicker@npm:^8.3.0":
version: 8.3.0
resolution: "react-datepicker@npm:8.3.0"
dependencies:
"@floating-ui/react": "npm:^0.27.3"
clsx: "npm:^2.1.1"
date-fns: "npm:^4.1.0"
peerDependencies:
react: ^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc
react-dom: ^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc
checksum: 10c0/a4665b51d138789f2ab43716e157ef1d6a1241ea6a8c2300ec18925ef773fc598592d700ba124631dff18a5077d254941f0d618090f587d853db406220e3a008
checksum: 10c0/34a9dcc298c6a2b0ba9482e0e4d5e5834c261ed362c595063e544a7a33c4291d2a1fc59d7b84cf2e839530956744497703c250fc8319f196368c9427847c145b
languageName: node
linkType: hard

Expand Down
Loading