Update react peer dependency in react-native-web

Play nicely with npm 7+ and react-native@0.69 / react@18

Close #2347
This commit is contained in:
Brent Vatne
2022-07-19 13:25:18 -07:00
committed by Nicolas Gallagher
parent bbffe86fd6
commit cc9c9f1ec8
3 changed files with 24 additions and 18 deletions
+2 -2
View File
@@ -13,11 +13,11 @@
"prop-types": "^15.6.0",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-native-web": "0.18.4"
"react-native-web": "0.18.6"
},
"devDependencies": {
"babel-loader": "^8.2.5",
"babel-plugin-react-native-web": "0.18.4",
"babel-plugin-react-native-web": "0.18.6",
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",