Skip to content

Commit c0898f9

Browse files
anonrigcci-rmirza
authored andcommitted
fix(dependencies): update dependencies
1 parent eecb3c6 commit c0898f9

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import PackageDescription
55

66
let rxDependencies: [Package.Dependency] = [
7-
.package(url: "https://github.com/rxswiftcommunity/rxflow", from: "2.9.0"),
7+
.package(url: "https://github.com/rxswiftcommunity/rxflow", from: "2.11.0"),
88
.package(url: "https://github.com/sunshinejr/Moya-ModelMapper", from: "10.0.0"),
99
.package(url: "https://github.com/RxSwiftCommunity/RxRealm", from: "3.1.0"),
1010
.package(url: "https://github.com/RxSwiftCommunity/RxGesture", from: "3.0.3")
@@ -14,20 +14,20 @@ let package = Package(
1414
name: "Toolkit",
1515
platforms: [
1616
.iOS(.v12),
17-
.tvOS(.v10),
18-
.watchOS(.v3)
17+
.tvOS(.v12),
18+
.watchOS(.v5)
1919
],
2020
products: [
2121
.library(name: "Toolkit", targets: ["Toolkit"]),
2222
.library(name: "ToolkitRxSwift", type: .dynamic, targets: ["ToolkitRxSwift"])
2323
],
2424
dependencies: [
2525
.package(url: "https://github.com/SnapKit/SnapKit", from: "5.0.1"),
26-
.package(url: "https://github.com/airbnb/lottie-ios", from: "3.1.8"),
27-
.package(url: "https://github.com/devicekit/DeviceKit", from: "3.2.0"),
26+
.package(url: "https://github.com/airbnb/lottie-ios", from: "3.1.9"),
27+
.package(url: "https://github.com/devicekit/DeviceKit", from: "4.2.1"),
2828
.package(url: "https://github.com/evgenyneu/keychain-swift", from: "19.0.0"),
2929
.package(url: "https://github.com/bizz84/SwiftyStoreKit", from: "0.16.1"),
30-
.package(url: "https://github.com/marmelroy/Localize-Swift", from: "3.1.0"),
30+
.package(url: "https://github.com/marmelroy/Localize-Swift", from: "3.2.0"),
3131
.package(url: "https://github.com/AliSoftware/Reusable", from: "4.1.1")
3232
] + rxDependencies,
3333
targets: [

0 commit comments

Comments
 (0)