Skip to content

Commit 6395617

Browse files
authored
update peer deps to support react 18 (#19)
1 parent a5033c4 commit 6395617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adblock-detect-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"typescript": "^3.7.2"
4242
},
4343
"peerDependencies": {
44-
"react": "^16.8.0 || ^17.0.0",
45-
"react-dom": "^16.8.0 || ^17.0.0"
44+
"react": ">=16.8.0",
45+
"react-dom": ">=16.8.0"
4646
}
4747
}

0 commit comments

Comments
 (0)