Skip to content

Commit 48d948c

Browse files
authored
fix package.json
1 parent 1e342ea commit 48d948c

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
@@ -29,7 +29,7 @@
2929
"semantic-release": "semantic-release"
3030
},
3131
"dependencies": {
32-
"react": "18.2.0"
32+
"react": ">=18.2.0"
3333
},
3434
"peerDependencies": {
3535
"react-native": ">=0.72"
@@ -43,4 +43,4 @@
4343
"next"
4444
]
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)