Przeglądaj źródła

Upgrade dependencies

iou90 4 lat temu
rodzic
commit
bad183b158
2 zmienionych plików z 533 dodań i 268 usunięć
  1. 529
    264
      package-lock.json
  2. 4
    4
      package.json

+ 529
- 264
package-lock.json
Plik diff jest za duży
Wyświetl plik


+ 4
- 4
package.json Wyświetl plik

@@ -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
 }