소스 검색

Upgrade dependencies

iou90 4 년 전
부모
커밋
bad183b158
2개의 변경된 파일533개의 추가작업 그리고 268개의 파일을 삭제
  1. 529
    264
      package-lock.json
  2. 4
    4
      package.json

+ 529
- 264
package-lock.json
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 4
- 4
package.json 파일 보기

@@ -37,12 +37,12 @@
37 37
     "prop-types": "^15.7.2"
38 38
   },
39 39
   "devDependencies": {
40
-    "@react-native-community/eslint-config": "^0.0.5",
40
+    "@react-native-community/eslint-config": "^0.0.7",
41 41
     "babel-eslint": "^10.0.3",
42
-    "eslint": "^5.16.0",
43
-    "eslint-plugin-jsx": "^0.0.2",
42
+    "eslint": "^6.8.0",
43
+    "eslint-plugin-jsx": "^0.1.0",
44 44
     "eslint-plugin-react": "^7.18.3",
45
-    "eslint-plugin-react-hooks": "^1.7.0",
45
+    "eslint-plugin-react-hooks": "^2.4.0",
46 46
     "eslint-plugin-react-native": "^3.8.1"
47 47
   }
48 48
 }