mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-27 16:22:20 +00:00
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:
committed by
Nicolas Gallagher
parent
bbffe86fd6
commit
cc9c9f1ec8
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user