Skip to content

Commit 43d5ec3

Browse files
committed
fix: explicit peer dependency support for React 19
1 parent c640f85 commit 43d5ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-isomorphic-scriptloader",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Load scripts with ease",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/archcorsair/react-isomorphic-scriptloader/issues"
3838
},
3939
"peerDependencies": {
40-
"react": ">=16.8.0"
40+
"react": ">=16.8.0 || >=19.0.0"
4141
},
4242
"devDependencies": {
4343
"@testing-library/react": "^16.3.0",

0 commit comments

Comments
 (0)