diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index e3895b2af..9338fa707 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "2e661e8c8c3a4c4af33d3e5a69c81ce37669665e4b98e10943641241208799be", + "originHash" : "978577225a5036d45e6d0b6efa3114b62d416e56115615c78b83bb375e8534df", "pins" : [ { "identity" : "alamofire", @@ -87,8 +87,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core", "state" : { - "revision" : "c3a442b5bd2fb67680aa252638773c4d7d1551ad", - "version" : "14.0.0" + "revision" : "f9664e0b91a79d86373cafa87f89e0a45deb3128", + "version" : "15.0.0" } }, { @@ -96,8 +96,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core-ui", "state" : { - "revision" : "9301c5758508f8a65acc1eb83d0c3168d98991e5", - "version" : "17.2.0" + "revision" : "3c36b8c376dd8779b47a5b03acfbe71ed270282a", + "version" : "18.0.0" } }, { @@ -132,8 +132,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-version-checker", "state" : { - "revision" : "4f7303c66e8bfd6a0ca7fb21fd35838b58c72219", - "version" : "9.0.0" + "revision" : "050e58bf34ad61db90c2426f8d8fd6a4b49fabf0", + "version" : "10.0.0" } }, { diff --git a/Tuist/Package.swift b/Tuist/Package.swift index 4b64e088d..3fadc2181 100644 --- a/Tuist/Package.swift +++ b/Tuist/Package.swift @@ -33,13 +33,13 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-algorithms", .upToNextMajor(from: "1.2.0")), .package(url: "https://github.com/Alamofire/Alamofire", .upToNextMajor(from: "5.2.2")), - .package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "14.0.0")), - .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "17.0.0")), + .package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "15.0.0")), + .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "18.0.0")), .package(url: "https://github.com/Infomaniak/ios-features", branch: "myksuite"), .package(url: "https://github.com/Infomaniak/ios-login", .upToNextMajor(from: "7.2.0")), .package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.3")), .package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "1.0.0")), - .package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "9.0.0")), + .package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "10.0.0")), .package(url: "https://github.com/Infomaniak/LocalizeKit", .upToNextMajor(from: "1.0.2")), .package(url: "https://github.com/realm/realm-swift", .upToNextMajor(from: "10.52.0")), .package(url: "https://github.com/SCENEE/FloatingPanel", .upToNextMajor(from: "2.0.0")),