Browse Source

TST: check ios folder

ref-lint-hooks
marcosrdz 5 years ago
committed by Overtorment
parent
commit
5bdfdac01f
  1. 6
      ios/Podfile.lock
  2. 8
      package-lock.json

6
ios/Podfile.lock

@ -1,6 +1,6 @@
PODS:
- boost-for-react-native (1.63.0)
- BVLinearGradient (2.5.4):
- BVLinearGradient (2.5.6):
- React
- DoubleConversion (1.1.6)
- EFQRCode (5.1.0):
@ -319,7 +319,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
BVLinearGradient: 8cbc5155c978f2e43098818c91d206d07aae6d30
BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
EFQRCode: 07ee69f29196329e974b9bffa5381240cc09ea4c
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
@ -374,6 +374,6 @@ SPEC CHECKSUMS:
ToolTipMenu: bdcaa0e888bcf44778a67fe34639b094352e904e
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411
PODFILE CHECKSUM: f93db402b02d7f01a8bc51d9b2cc10a39391b081
PODFILE CHECKSUM: ef655dbfc37a307597477cc9e71b13a060c7e137
COCOAPODS: 1.8.4

8
package-lock.json

@ -7676,6 +7676,7 @@
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
"integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
"dev": true,
"optional": true,
"requires": {
"is-glob": "^2.0.0"
}
@ -8188,7 +8189,8 @@
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
"integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
"dev": true
"dev": true,
"optional": true
},
"is-finite": {
"version": "1.0.2",
@ -8220,6 +8222,7 @@
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
"integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
"dev": true,
"optional": true,
"requires": {
"is-extglob": "^1.0.0"
}
@ -13419,7 +13422,8 @@
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
"dev": true
"dev": true,
"optional": true
},
"string_decoder": {
"version": "1.1.1",

Loading…
Cancel
Save