Skip to content

Commit

Permalink
Bump dependencies (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachOrr committed Oct 27, 2019
1 parent ce4727e commit b6b051b
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ target 'The Blue Alliance' do
pod 'BFRImageViewer'
pod 'PINRemoteImage', '3.0.0-beta.13'
pod 'PureLayout'
pod 'XCDYouTubeKit', '~> 2.7'
pod 'XCDYouTubeKit', '~> 2.8'
pod 'Zip', '~> 1.1'

# Firebase
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ PODS:
- PINCache (= 3.0.1-beta.6)
- PINRemoteImage/Core
- Protobuf (3.10.0)
- PureLayout (3.1.4)
- PureLayout (3.1.5)
- RCTRequired (0.61.1)
- RCTTypeSafety (0.61.1):
- FBLazyVector (= 0.61.1)
Expand Down Expand Up @@ -427,7 +427,7 @@ PODS:
- TBATestingMocks (1.0.0-LOCAL)
- TBAUtils (1.0.0-LOCAL)
- TBAUtils/Tests (1.0.0-LOCAL)
- XCDYouTubeKit (2.8.0)
- XCDYouTubeKit (2.8.1)
- Yoga (1.14.0)
- Zip (1.1.0)

Expand Down Expand Up @@ -487,7 +487,7 @@ DEPENDENCIES:
- TBATestingMocks (from `Frameworks/TBATestingMocks`)
- TBAUtils (from `Frameworks/TBAUtils`)
- TBAUtils/Tests (from `Frameworks/TBAUtils`)
- XCDYouTubeKit (~> 2.7)
- XCDYouTubeKit (~> 2.8)
- Yoga (from `subtrees/the-blue-alliance-react/node_modules/react-native/ReactCommon/yoga`)
- Zip (~> 1.1)

Expand Down Expand Up @@ -646,7 +646,7 @@ SPEC CHECKSUMS:
PINOperation: 24b774353ca248fcf87d67b2d61eef42087c125a
PINRemoteImage: d6d51c5d2adda55f1ce30c96e850b6c4ebd2856a
Protobuf: a4dc852ad69c027ca2166ed287b856697814375b
PureLayout: f08c01b8dec00bb14a1fefa3de4c7d9c265df85e
PureLayout: 9b4ad47b2f0388c84ff534af23d96e720c1b875a
RCTRequired: 53825815218847d3e9c7b6d92ad2d197a926d51e
RCTTypeSafety: d886540c518e53064dfa081bf7693fd650699b92
React: 5dea58967c421bd1fdf6b94c18b9ed0f5134683c
Expand Down Expand Up @@ -676,10 +676,10 @@ SPEC CHECKSUMS:
TBAOperationTesting: f6be36759c419928770d7aaa9ae1c61b0a312ca1
TBATestingMocks: 004d7f4bab4999d78da0609d6bcb58a01acca78d
TBAUtils: a259341ea3f098a8e727e734ada7af71a3aaeaf1
XCDYouTubeKit: 207fa50f3648fc0fd1558b2496c74c3b34af982c
XCDYouTubeKit: 4ca4e3322fa556ec1c32932d378365c15ce1386e
Yoga: d8c572ddec8d05b7dba08e4e5f1924004a177078
Zip: 8877eede3dda76bcac281225c20e71c25270774c

PODFILE CHECKSUM: 989be47238c4866f7c75c9ae5e1235847aa3b9f2
PODFILE CHECKSUM: 279cdf009034812d5449fa3b5825ad104dca8789

COCOAPODS: 1.7.5
4 changes: 2 additions & 2 deletions the-blue-alliance-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@
"${BUILT_PRODUCTS_DIR}/PINCache/PINCache.framework",
"${BUILT_PRODUCTS_DIR}/PINOperation/PINOperation.framework",
"${BUILT_PRODUCTS_DIR}/PINRemoteImage/PINRemoteImage.framework",
"${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework",
"${BUILT_PRODUCTS_DIR}/Protobuf/protobuf.framework",
"${BUILT_PRODUCTS_DIR}/PureLayout/PureLayout.framework",
"${BUILT_PRODUCTS_DIR}/RCTTypeSafety/RCTTypeSafety.framework",
"${BUILT_PRODUCTS_DIR}/React-Core/React.framework",
Expand Down Expand Up @@ -1318,7 +1318,7 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINCache.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINOperation.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINRemoteImage.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/protobuf.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PureLayout.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTTypeSafety.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
Expand Down
Loading

0 comments on commit b6b051b

Please sign in to comment.