Skip to content

Commit b2a0c91

Browse files
author
Alejandro Frías Díaz
committed
use correct pattern on prom react
1 parent 676da48 commit b2a0c91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"access": "public"
6565
},
6666
"peerDependencies": {
67-
"react": "18.x",
68-
"react-dom": "18.x"
67+
"react": ">=16.8.0 < 19.0.0",
68+
"react-dom": ">=16.8.0 < 19.0.0"
6969
},
7070
"volta": {
7171
"node": "16.13.0",

0 commit comments

Comments
 (0)