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>
This commit is contained in:
Jason Safaiyeh
2020-08-26 01:26:13 +02:00
committed by GitHub
co-authored by Thibault Malbranche
parent c2395bfec2
commit 8dd9969288
+1 -2
View File
@@ -29,8 +29,7 @@
"type": "Component" "type": "Component"
}, },
"peerDependencies": { "peerDependencies": {
"react": "16.11.0", "react-native": ">=0.60 <0.64"
"react-native": ">=0.60 <0.63"
}, },
"dependencies": { "dependencies": {
"escape-string-regexp": "2.0.0", "escape-string-regexp": "2.0.0",