Ver código fonte

deps: update react-native-vector-icons

master
Saúl Ibarra Corretgé 6 anos atrás
pai
commit
8e0bd36ece
4 arquivos alterados com 36 adições e 7 exclusões
  1. 2
    2
      ios/Podfile.lock
  2. 2
    0
      ios/sdk/sdk.xcodeproj/project.pbxproj
  3. 30
    4
      package-lock.json
  4. 2
    1
      package.json

+ 2
- 2
ios/Podfile.lock Ver arquivo

@@ -92,7 +92,7 @@ PODS:
92 92
     - RNSound/Core (= 0.10.9)
93 93
   - RNSound/Core (0.10.9):
94 94
     - React/Core
95
-  - RNVectorIcons (5.0.0):
95
+  - RNVectorIcons (6.0.2):
96 96
     - React
97 97
   - SDWebImage/Core (4.4.2)
98 98
   - SDWebImage/GIF (4.4.2):
@@ -187,7 +187,7 @@ SPEC CHECKSUMS:
187 187
   react-native-webrtc: 31b6d3f1e3e2ce373aa43fd682b04367250f807d
188 188
   RNGoogleSignin: 44debd8c359a662c0e2d585952e88b985bf78008
189 189
   RNSound: b360b3862d3118ed1c74bb9825696b5957686ac4
190
-  RNVectorIcons: c0dbfbf6068fefa240c37b0f71bd03b45dddac44
190
+  RNVectorIcons: 8c52e1e8da1153613fdef44748e865c25556cb9c
191 191
   SDWebImage: 624d6e296c69b244bcede364c72ae0430ac14681
192 192
   yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85
193 193
 

+ 2
- 0
ios/sdk/sdk.xcodeproj/project.pbxproj Ver arquivo

@@ -391,6 +391,7 @@
391 391
 				"${SRCROOT}/../Pods/Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet-resources.sh",
392 392
 				"${PODS_ROOT}/GTMOAuth2/Source/Touch/GTMOAuth2ViewTouch.xib",
393 393
 				"${PODS_ROOT}/GoogleSignIn/Resources/GoogleSignIn.bundle",
394
+				"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
394 395
 				"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
395 396
 				"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
396 397
 				"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf",
@@ -410,6 +411,7 @@
410 411
 			outputPaths = (
411 412
 				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GTMOAuth2ViewTouch.nib",
412 413
 				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleSignIn.bundle",
414
+				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
413 415
 				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
414 416
 				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",
415 417
 				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Feather.ttf",

+ 30
- 4
package-lock.json Ver arquivo

@@ -1877,6 +1877,23 @@
1877 1877
         }
1878 1878
       }
1879 1879
     },
1880
+    "@babel/runtime": {
1881
+      "version": "7.1.2",
1882
+      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.2.tgz",
1883
+      "integrity": "sha512-Y3SCjmhSupzFB6wcv1KmmFucH6gDVnI30WjOcicV10ju0cZjak3Jcs67YLIXBrmZYw1xCrVeJPbycFwrqNyxpg==",
1884
+      "dev": true,
1885
+      "requires": {
1886
+        "regenerator-runtime": "^0.12.0"
1887
+      },
1888
+      "dependencies": {
1889
+        "regenerator-runtime": {
1890
+          "version": "0.12.1",
1891
+          "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz",
1892
+          "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==",
1893
+          "dev": true
1894
+        }
1895
+      }
1896
+    },
1880 1897
     "@babel/template": {
1881 1898
       "version": "7.1.2",
1882 1899
       "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.1.2.tgz",
@@ -11770,15 +11787,24 @@
11770 11787
       }
11771 11788
     },
11772 11789
     "react-native-vector-icons": {
11773
-      "version": "5.0.0",
11774
-      "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-5.0.0.tgz",
11775
-      "integrity": "sha512-3ZmLGhQFk5QeHuttx0tOpghXhpVMGwXzb3pVaW/M8Qj0qkcg7koVyZmoR9vABQuxFC6KbM3l6/WLYZPh2aGfuQ==",
11790
+      "version": "6.0.2",
11791
+      "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-6.0.2.tgz",
11792
+      "integrity": "sha512-Zo0Jo4pIGDVvSrtvgRtaphz77H1RUF3nPxJXbwS/HzUtfOpMzLmjmezYQceWcrAhVimP1VvXeGQ/sSwnl5TgEw==",
11776 11793
       "requires": {
11777 11794
         "lodash": "^4.0.0",
11778
-        "prop-types": "^15.5.10",
11795
+        "prop-types": "^15.6.2",
11779 11796
         "yargs": "^8.0.2"
11780 11797
       },
11781 11798
       "dependencies": {
11799
+        "prop-types": {
11800
+          "version": "15.6.2",
11801
+          "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.2.tgz",
11802
+          "integrity": "sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==",
11803
+          "requires": {
11804
+            "loose-envify": "^1.3.1",
11805
+            "object-assign": "^4.1.1"
11806
+          }
11807
+        },
11782 11808
         "yargs": {
11783 11809
           "version": "8.0.2",
11784 11810
           "resolved": "https://registry.npmjs.org/yargs/-/yargs-8.0.2.tgz",

+ 2
- 1
package.json Ver arquivo

@@ -74,7 +74,7 @@
74 74
     "react-native-prompt": "1.0.0",
75 75
     "react-native-sound": "0.10.9",
76 76
     "react-native-swipeout": "2.3.6",
77
-    "react-native-vector-icons": "5.0.0",
77
+    "react-native-vector-icons": "6.0.2",
78 78
     "react-native-webrtc": "github:jitsi/react-native-webrtc#be3de15bb988cfabbb62cd4b3b06f4c920ee5ba0",
79 79
     "react-redux": "5.0.7",
80 80
     "react-transition-group": "2.4.0",
@@ -93,6 +93,7 @@
93 93
     "@babel/plugin-proposal-export-default-from": "7.0.0",
94 94
     "@babel/plugin-proposal-export-namespace-from": "7.0.0",
95 95
     "@babel/plugin-transform-flow-strip-types": "7.0.0",
96
+    "@babel/runtime": "7.1.2",
96 97
     "babel-eslint": "10.0.1",
97 98
     "babel-loader": "8.0.4",
98 99
     "clean-css": "3.4.25",

Carregando…
Cancelar
Salvar