We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c640f85 commit 43d5ec3Copy full SHA for 43d5ec3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-isomorphic-scriptloader",
3
- "version": "2.0.0",
+ "version": "3.0.0",
4
"description": "Load scripts with ease",
5
"main": "dist/index.js",
6
"module": "dist/index.mjs",
@@ -37,7 +37,7 @@
37
"url": "https://github.com/archcorsair/react-isomorphic-scriptloader/issues"
38
},
39
"peerDependencies": {
40
- "react": ">=16.8.0"
+ "react": ">=16.8.0 || >=19.0.0"
41
42
"devDependencies": {
43
"@testing-library/react": "^16.3.0",
0 commit comments