소스 검색

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 년 전
부모
커밋
8dd9969288
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      package.json

+ 1
- 2
package.json 파일 보기

@@ -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",