Skip to content

Commit 357470b

Browse files
author
Egor Didenko
committed
feat(nextjs): added support for the latest version of next.js and react 19
1 parent a27ec7a commit 357470b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-uploader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"test": "vitest"
3030
},
3131
"peerDependencies": {
32-
"@types/react": "17 || 18",
33-
"next": "13 || 14"
32+
"@types/react": "17 || 18 || 19",
33+
"next": "13 || 14 || 15"
3434
},
3535
"dependencies": {
3636
"@uploadcare/file-uploader": "^1.11.1",
@@ -87,4 +87,4 @@
8787
"react hook file upload",
8888
"front-end"
8989
]
90-
}
90+
}

0 commit comments

Comments
 (0)