Skip to content

Commit 66ca82a

Browse files
committed
update to 3.0.1 and add react 19 support
1 parent 3820ed9 commit 66ca82a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-drag-drop-files",
3-
"version": "3.0.1",
3+
"version": "3.0.1-1",
44
"description": "Light React Drag & Drop files and images library styled by styled-components",
55
"author": "Karim <[email protected]>",
66
"license": "MIT",
@@ -65,8 +65,8 @@
6565
"styled-components": "^6.1.11"
6666
},
6767
"peerDependencies": {
68-
"react": "^18.0.0",
69-
"react-dom": "^18.0.0"
68+
"react": ">=18.0.0",
69+
"react-dom": ">=18.0.0"
7070
},
7171
"devDependencies": {
7272
"@babel/cli": "^7.14.5",

0 commit comments

Comments
 (0)