Skip to content

Commit

Permalink
fix(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig authored and cci-rmirza committed Nov 12, 2020
1 parent eecb3c6 commit c0898f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/devicekit/DeviceKit",
"state": {
"branch": null,
"revision": "446e3ab022af7bb0058be74c1298e1f7e1615607",
"version": "3.2.0"
"revision": "dbddb0296e3ee4f83d52f9681e42705020a533e4",
"version": "4.2.1"
}
},
{
Expand All @@ -33,17 +33,17 @@
"repositoryURL": "https://github.com/marmelroy/Localize-Swift",
"state": {
"branch": null,
"revision": "f2d0c6d790b8af64ae54377ad93494e8d3e46b17",
"version": "3.1.0"
"revision": "0aa221fed0512772eaad04171d966b8d77b15212",
"version": "3.2.0"
}
},
{
"package": "Lottie",
"repositoryURL": "https://github.com/airbnb/lottie-ios",
"state": {
"branch": null,
"revision": "4e5877425dae5c10792fc9d22d53dc6bf6824dc1",
"version": "3.1.8"
"revision": "e02e82c7c1b472e85e641a7624e99c855e21add1",
"version": "3.1.9"
}
},
{
Expand Down Expand Up @@ -114,8 +114,8 @@
"repositoryURL": "https://github.com/rxswiftcommunity/rxflow",
"state": {
"branch": null,
"revision": "31557fa4a216387134c93db14130dfc45574b67d",
"version": "2.9.0"
"revision": "ccf32fd783f948a575fe89749f43e81ddc59e11f",
"version": "2.11.0"
}
},
{
Expand Down
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import PackageDescription

let rxDependencies: [Package.Dependency] = [
.package(url: "https://github.com/rxswiftcommunity/rxflow", from: "2.9.0"),
.package(url: "https://github.com/rxswiftcommunity/rxflow", from: "2.11.0"),
.package(url: "https://github.com/sunshinejr/Moya-ModelMapper", from: "10.0.0"),
.package(url: "https://github.com/RxSwiftCommunity/RxRealm", from: "3.1.0"),
.package(url: "https://github.com/RxSwiftCommunity/RxGesture", from: "3.0.3")
Expand All @@ -14,20 +14,20 @@ let package = Package(
name: "Toolkit",
platforms: [
.iOS(.v12),
.tvOS(.v10),
.watchOS(.v3)
.tvOS(.v12),
.watchOS(.v5)
],
products: [
.library(name: "Toolkit", targets: ["Toolkit"]),
.library(name: "ToolkitRxSwift", type: .dynamic, targets: ["ToolkitRxSwift"])
],
dependencies: [
.package(url: "https://github.com/SnapKit/SnapKit", from: "5.0.1"),
.package(url: "https://github.com/airbnb/lottie-ios", from: "3.1.8"),
.package(url: "https://github.com/devicekit/DeviceKit", from: "3.2.0"),
.package(url: "https://github.com/airbnb/lottie-ios", from: "3.1.9"),
.package(url: "https://github.com/devicekit/DeviceKit", from: "4.2.1"),
.package(url: "https://github.com/evgenyneu/keychain-swift", from: "19.0.0"),
.package(url: "https://github.com/bizz84/SwiftyStoreKit", from: "0.16.1"),
.package(url: "https://github.com/marmelroy/Localize-Swift", from: "3.1.0"),
.package(url: "https://github.com/marmelroy/Localize-Swift", from: "3.2.0"),
.package(url: "https://github.com/AliSoftware/Reusable", from: "4.1.1")
] + rxDependencies,
targets: [
Expand Down

0 comments on commit c0898f9

Please sign in to comment.