diff --git a/Examples/xx-messenger/Package.swift b/Examples/xx-messenger/Package.swift index e49750ca16702861be964a5991472e4ff186b9fb..63e8b36b61d5449f4d130ae45fb1d9b1f4b29358 100644 --- a/Examples/xx-messenger/Package.swift +++ b/Examples/xx-messenger/Package.swift @@ -38,7 +38,7 @@ let package = Package( ), .package( url: "https://github.com/pointfreeco/swift-composable-architecture.git", - .upToNextMajor(from: "0.43.0") + .upToNextMajor(from: "0.47.2") ), .package( url: "https://git.xx.network/elixxir/client-ios-db.git", @@ -46,15 +46,15 @@ let package = Package( ), .package( url: "https://github.com/darrarski/swift-composable-presentation.git", - .upToNextMajor(from: "0.6.0") + .upToNextMajor(from: "0.6.1") ), .package( url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", - .upToNextMajor(from: "0.5.0") + .upToNextMajor(from: "0.6.0") ), .package( url: "https://github.com/pointfreeco/swift-custom-dump.git", - .upToNextMajor(from: "0.6.0") + .upToNextMajor(from: "0.6.1") ), .package( url: "https://github.com/apple/swift-log.git", diff --git a/Examples/xx-messenger/XXMessenger.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Examples/xx-messenger/XXMessenger.xcworkspace/xcshareddata/swiftpm/Package.resolved index 4626e31d8eb62969ebd67d9f70afd2f184787bd0..6a90e7fb3973c153ce2fa363a6ed46ea8f2fe03f 100644 --- a/Examples/xx-messenger/XXMessenger.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Examples/xx-messenger/XXMessenger.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/combine-schedulers", "state" : { - "revision" : "aa3e575929f2bcc5bad012bd2575eae716cbcdf7", - "version" : "0.8.0" + "revision" : "882ac01eb7ef9e36d4467eb4b1151e74fcef85ab", + "version" : "0.9.1" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/groue/GRDB.swift", "state" : { - "revision" : "13e1f4d7c2896a6a9293102f664e5311e017ffb2", - "version" : "6.1.0" + "revision" : "8330469ac3cbbf0ee52b7e8a4e2b1f4c44bb13ea", + "version" : "6.4.0" } }, { @@ -50,8 +50,17 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-case-paths", "state" : { - "revision" : "15bba50ebf3a2065388c8d12210debe4f6ada202", - "version" : "0.10.0" + "revision" : "bb436421f57269fbcfe7360735985321585a86e5", + "version" : "0.10.1" + } + }, + { + "identity" : "swift-clocks", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-clocks", + "state" : { + "revision" : "20b25ca0dd88ebfb9111ec937814ddc5a8880172", + "version" : "0.2.0" } }, { @@ -68,8 +77,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture.git", "state" : { - "revision" : "5bd450a8ac6a802f82d485bac219cbfacffa69fb", - "version" : "0.43.0" + "revision" : "c9259b5f74892690cb04a9a8088b4a1789b05a7d", + "version" : "0.47.2" } }, { @@ -77,8 +86,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/darrarski/swift-composable-presentation.git", "state" : { - "revision" : "f69eb0c9a82832f67dfd5dace98e6d0e8d748b0f", - "version" : "0.6.0" + "revision" : "dec8f4fa46d5e07848aa6fc763a6c9fd0007b37a", + "version" : "0.6.1" } }, { @@ -86,8 +95,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-custom-dump.git", "state" : { - "revision" : "819d9d370cd721c9d87671e29d947279292e4541", - "version" : "0.6.0" + "revision" : "ead7d30cc224c3642c150b546f4f1080d1c411a8", + "version" : "0.6.1" } }, { @@ -95,8 +104,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-identified-collections", "state" : { - "revision" : "bfb0d43e75a15b6dfac770bf33479e8393884a36", - "version" : "0.4.1" + "revision" : "a08887de589e3829d488e0b4b707b2ca804b1060", + "version" : "0.5.0" } }, { @@ -108,13 +117,22 @@ "version" : "1.4.4" } }, + { + "identity" : "swiftui-navigation", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swiftui-navigation", + "state" : { + "revision" : "4b666bcc59ba1711a7543ecb37e1d181963b180c", + "version" : "0.4.2" + } + }, { "identity" : "xctest-dynamic-overlay", "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay.git", "state" : { - "revision" : "16e6409ee82e1b81390bdffbf217b9c08ab32784", - "version" : "0.5.0" + "revision" : "5a5457a744239896e9b0b03a8e1a5069c3e7b91f", + "version" : "0.6.0" } } ], diff --git a/Package.resolved b/Package.resolved index d7760fa278975208f6d8594eac3dbd5c29784cbe..ec74561fcbec29a3917ef111bf0afe9fbcd9c674 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-custom-dump.git", "state" : { - "revision" : "819d9d370cd721c9d87671e29d947279292e4541", - "version" : "0.6.0" + "revision" : "ead7d30cc224c3642c150b546f4f1080d1c411a8", + "version" : "0.6.1" } }, { @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay.git", "state" : { - "revision" : "16e6409ee82e1b81390bdffbf217b9c08ab32784", - "version" : "0.5.0" + "revision" : "5a5457a744239896e9b0b03a8e1a5069c3e7b91f", + "version" : "0.6.0" } } ], diff --git a/Package.swift b/Package.swift index b1d78d2adb57ef25fa0056fae812cc04b853cf7e..d5844ed406969435ec67a1b268e042f87fa9e146 100644 --- a/Package.swift +++ b/Package.swift @@ -21,11 +21,11 @@ let package = Package( dependencies: [ .package( url: "https://github.com/pointfreeco/swift-custom-dump.git", - .upToNextMajor(from: "0.6.0") + .upToNextMajor(from: "0.6.1") ), .package( url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git", - .upToNextMajor(from: "0.5.0") + .upToNextMajor(from: "0.6.0") ), .package( url: "https://github.com/kishikawakatsumi/KeychainAccess.git",