Skip to content

Commit

Permalink
Adds support for react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
arqex committed Dec 12, 2024
1 parent 2ace064 commit f8d691c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Changelog
=========
# 3.3.0
* Adds support for React 19

## 3.2.0
* Adds support for React 18

## 3.1.0
* Adds support for React 17

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-datetime",
"version": "3.2.0",
"version": "3.3.0",
"description": "A lightweight but complete datetime picker React.js component",
"homepage": "https://github.com/arqex/react-datetime",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"peerDependencies": {
"moment": "^2.16.0",
"react": "^16.5.0 || ^17.0.0 || ^18.0.0"
"react": "16.5.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@babel/core": "7.7.4",
Expand Down

0 comments on commit f8d691c

Please sign in to comment.