Skip to content

Commit 53ffadc

Browse files
committed
Bump react-clock from 5.0.0 to 6.0.0
1 parent 3fb41f9 commit 53ffadc

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

packages/react-datetime-picker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"get-user-locale": "^3.0.0",
6666
"make-event-props": "^2.0.0",
6767
"react-calendar": "^6.0.0",
68-
"react-clock": "^5.0.0",
68+
"react-clock": "^6.0.0",
6969
"react-date-picker": "^11.0.0",
7070
"react-fit": "^2.0.0",
7171
"react-time-picker": "^7.0.0"

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2569,6 +2569,24 @@ __metadata:
25692569
languageName: node
25702570
linkType: hard
25712571

2572+
"react-clock@npm:^6.0.0":
2573+
version: 6.0.0
2574+
resolution: "react-clock@npm:6.0.0"
2575+
dependencies:
2576+
"@wojtekmaj/date-utils": "npm:^2.0.2"
2577+
clsx: "npm:^2.0.0"
2578+
get-user-locale: "npm:^3.0.0"
2579+
peerDependencies:
2580+
"@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
2581+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
2582+
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
2583+
peerDependenciesMeta:
2584+
"@types/react":
2585+
optional: true
2586+
checksum: 10c0/7d6c67896b78942375433e417dd9dbd2de8ab3b2885084f5ed038cd0db96c449c52b2c1d09a1a990f98417a51b52baca01f897b586c6fc05eae580644700d21c
2587+
languageName: node
2588+
linkType: hard
2589+
25722590
"react-date-picker@npm:^11.0.0":
25732591
version: 11.0.0
25742592
resolution: "react-date-picker@npm:11.0.0"
@@ -2619,7 +2637,7 @@ __metadata:
26192637
make-event-props: "npm:^2.0.0"
26202638
react: "npm:^18.2.0"
26212639
react-calendar: "npm:^6.0.0"
2622-
react-clock: "npm:^5.0.0"
2640+
react-clock: "npm:^6.0.0"
26232641
react-date-picker: "npm:^11.0.0"
26242642
react-dom: "npm:^18.2.0"
26252643
react-fit: "npm:^2.0.0"

0 commit comments

Comments
 (0)