瀏覽代碼
fix(deps): Update package.json (#1583)
* Update package.json
* Remove react version from peerDependencies
* Update package.json
Co-authored-by: Thibault Malbranche <thibault.malbranche@epitech.eu>
Jason Safaiyeh
4 年之前
No account linked to committer's email address
|
@@ -29,8 +29,7 @@
|
29
|
29
|
"type": "Component"
|
30
|
30
|
},
|
31
|
31
|
"peerDependencies": {
|
32
|
|
- "react": "16.11.0",
|
33
|
|
- "react-native": ">=0.60 <0.63"
|
|
32
|
+ "react-native": ">=0.60 <0.64"
|
34
|
33
|
},
|
35
|
34
|
"dependencies": {
|
36
|
35
|
"escape-string-regexp": "2.0.0",
|