Skip to content

Commit

Permalink
chore: update dependencies (#22)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* remove dev team

* remove google-services.json from example
  • Loading branch information
alanjcharles authored Nov 30, 2023
1 parent b6ca94d commit 6a693f7
Showing 1 changed file with 46 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,92 +3,110 @@
"pins": [
{
"package": "abseil",
"repositoryURL": "https://github.com/firebase/abseil-cpp-SwiftPM.git",
"repositoryURL": "https://github.com/google/abseil-cpp-binary.git",
"state": {
"branch": null,
"revision": "583de9bd60f66b40e78d08599cc92036c2e7e4e1",
"version": "0.20220203.2"
"revision": "bfc0b6f81adc06ce5121eb23f628473638d67c5c",
"version": "1.2022062300.0"
}
},
{
"package": "Segment",
"repositoryURL": "https://github.com/segmentio/analytics-swift",
"state": {
"branch": null,
"revision": "c8fd5fdf59299f00b3e4303a1b12a6d88893bf56",
"version": "1.4.7"
"revision": "266c374bd9c55a3101e0b5f04a9f8cab4eee747a",
"version": "1.5.0"
}
},
{
"package": "BoringSSL-GRPC",
"repositoryURL": "https://github.com/firebase/boringssl-SwiftPM.git",
"package": "AppCheck",
"repositoryURL": "https://github.com/google/app-check.git",
"state": {
"branch": null,
"revision": "dd3eda2b05a3f459fc3073695ad1b28659066eab",
"version": "0.9.1"
"revision": "5746b2d35c91c50581590ed97abe4c06b5037274",
"version": "10.18.0"
}
},
{
"package": "Firebase",
"repositoryURL": "https://github.com/firebase/firebase-ios-sdk",
"state": {
"branch": null,
"revision": "0df86ea17d5d281415be74f2290df8431644f156",
"version": "10.4.0"
"revision": "5de0369ee79ad096c164eb3afeb7921d92a43b58",
"version": "10.18.0"
}
},
{
"package": "GoogleAppMeasurement",
"repositoryURL": "https://github.com/google/GoogleAppMeasurement.git",
"state": {
"branch": null,
"revision": "9a09ece724128e8d1e14c5133b87c0e236844ac0",
"version": "10.4.0"
"revision": "6b332152355c372ace9966d8ee76ed191f97025e",
"version": "10.17.0"
}
},
{
"package": "GoogleDataTransport",
"repositoryURL": "https://github.com/google/GoogleDataTransport.git",
"state": {
"branch": null,
"revision": "f6b558e3f801f2cac336b04f615ce111fa9ddaa0",
"version": "9.2.1"
"revision": "a732a4b47f59e4f725a2ea10f0c77e93a7131117",
"version": "9.3.0"
}
},
{
"package": "GoogleUtilities",
"repositoryURL": "https://github.com/google/GoogleUtilities.git",
"state": {
"branch": null,
"revision": "0543562f85620b5b7c510c6bcbef75b562a5127b",
"version": "7.11.0"
"revision": "bc27fad73504f3d4af235de451f02ee22586ebd3",
"version": "7.12.1"
}
},
{
"package": "gRPC",
"repositoryURL": "https://github.com/grpc/grpc-ios.git",
"repositoryURL": "https://github.com/google/grpc-binary.git",
"state": {
"branch": null,
"revision": "8440b914756e0d26d4f4d054a1c1581daedfc5b6",
"version": "1.44.3-grpc"
"revision": "a673bc2937fbe886dd1f99c401b01b6d977a9c98",
"version": "1.49.1"
}
},
{
"package": "GTMSessionFetcher",
"repositoryURL": "https://github.com/google/gtm-session-fetcher.git",
"state": {
"branch": null,
"revision": "5ccda3981422a84186387dbb763ba739178b529c",
"version": "2.3.0"
"revision": "115f75e43851774934d695449a4836123c3246e1",
"version": "3.2.0"
}
},
{
"package": "InteropForGoogle",
"repositoryURL": "https://github.com/google/interop-ios-for-google-sdks.git",
"state": {
"branch": null,
"revision": "2d12673670417654f08f5f90fdd62926dc3a2648",
"version": "100.0.0"
}
},
{
"package": "JSONSafeEncoder",
"repositoryURL": "https://github.com/segmentio/jsonsafeencoder-swift.git",
"state": {
"branch": null,
"revision": "8b70dc8c01b7b041912e30e29d2b488a43f782ac",
"version": "1.0.1"
}
},
{
"package": "leveldb",
"repositoryURL": "https://github.com/firebase/leveldb.git",
"state": {
"branch": null,
"revision": "0706abcc6b0bd9cedfbb015ba840e4a780b5159b",
"version": "1.22.2"
"revision": "9d108e9112aa1d65ce508facf804674546116d9c",
"version": "1.22.3"
}
},
{
Expand All @@ -105,8 +123,8 @@
"repositoryURL": "https://github.com/google/promises.git",
"state": {
"branch": null,
"revision": "3e4e743631e86c8c70dbc6efdc7beaa6e90fd3bb",
"version": "2.1.1"
"revision": "e70e889c0196c76d22759eb50d6a0270ca9f1d9e",
"version": "2.3.1"
}
},
{
Expand All @@ -123,8 +141,8 @@
"repositoryURL": "https://github.com/apple/swift-protobuf.git",
"state": {
"branch": null,
"revision": "ab3a58b7209a17d781c0d1dbb3e1ff3da306bae8",
"version": "1.20.3"
"revision": "65e8f29b2d63c4e38e736b25c27b83e012159be8",
"version": "1.25.2"
}
}
]
Expand Down

0 comments on commit 6a693f7

Please sign in to comment.