Skip to content

Commit

Permalink
fix(react-datetime): upgrade react-datetime to support React18 (#1303)
Browse files Browse the repository at this point in the history
Upgrade `react-datetime` with React18 support

The only change in the library was the package.json peer dependency
definition:
https://github.com/arqex/react-datetime/pull/838/files

Co-authored-by: Pedro Ladaria <[email protected]>
  • Loading branch information
pladaria and Pedro Ladaria authored Dec 13, 2024
1 parent d9c5353 commit 9caf2c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"lottie-react": "^2.4.0",
"moment": "^2.29.1",
"react-autosuggest": "^10.1.0",
"react-datetime": "^3.1.1",
"react-datetime": "^3.2.0",
"react-focus-lock": "^2.8.1",
"react-transition-group": "^4.4.5",
"rifm": "^0.12.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5571,7 +5571,7 @@ __metadata:
prop-types: ^15.8.1
react: 18.2.0
react-autosuggest: ^10.1.0
react-datetime: ^3.1.1
react-datetime: ^3.2.0
react-dom: 18.2.0
react-focus-lock: ^2.8.1
react-router: ^6.6.2
Expand Down Expand Up @@ -18674,15 +18674,15 @@ __metadata:
languageName: node
linkType: hard

"react-datetime@npm:^3.1.1":
version: 3.1.1
resolution: "react-datetime@npm:3.1.1"
"react-datetime@npm:^3.2.0":
version: 3.2.0
resolution: "react-datetime@npm:3.2.0"
dependencies:
prop-types: ^15.5.7
peerDependencies:
moment: ^2.16.0
react: ^16.5.0 || ^17.0.0
checksum: a8ef1c9c19c8d896595b1fec4b97785ae15230303ae804c01db9280ec0414ede1e8648b8d87c87644b4298971d974a45507b749e8013d829d75ab2e93f8387e3
react: ^16.5.0 || ^17.0.0 || ^18.0.0
checksum: c3407beb64f44cd5944252bee1c4565fc138e3f1e81d8e4fd00d2aeac564a18848ee9af5f51fbbb39bba588f8c2d659570384af1ce8378d4e0049a6bdb083655
languageName: node
linkType: hard

Expand Down

1 comment on commit 9caf2c2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-1gbjqi2i5-flows-projects-65bb050e.vercel.app

Built with commit 9caf2c2.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.