From 89494fe0f14afd47607661752f434735860fe1eb Mon Sep 17 00:00:00 2001 From: johnpatrickmorgan Date: Tue, 28 Nov 2023 22:05:02 +0000 Subject: [PATCH] Updates FlowStacks --- Package.resolved | 115 ------------------ Package.swift | 2 +- .../xcshareddata/swiftpm/Package.resolved | 4 +- 3 files changed, 3 insertions(+), 118 deletions(-) delete mode 100644 Package.resolved diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index 221a828..0000000 --- a/Package.resolved +++ /dev/null @@ -1,115 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "combine-schedulers", - "repositoryURL": "https://github.com/pointfreeco/combine-schedulers", - "state": { - "branch": null, - "revision": "9dc9cbe4bc45c65164fa653a563d8d8db61b09bb", - "version": "1.0.0" - } - }, - { - "package": "FlowStacks", - "repositoryURL": "https://github.com/johnpatrickmorgan/FlowStacks", - "state": { - "branch": null, - "revision": "8d1bc577fcab0c09d599f1f2f6747db2d15f84f4", - "version": "0.3.0" - } - }, - { - "package": "swift-case-paths", - "repositoryURL": "https://github.com/pointfreeco/swift-case-paths", - "state": { - "branch": null, - "revision": "5da6989aae464f324eef5c5b52bdb7974725ab81", - "version": "1.0.0" - } - }, - { - "package": "swift-clocks", - "repositoryURL": "https://github.com/pointfreeco/swift-clocks", - "state": { - "branch": null, - "revision": "d1fd837326aa719bee979bdde1f53cd5797443eb", - "version": "1.0.0" - } - }, - { - "package": "swift-collections", - "repositoryURL": "https://github.com/apple/swift-collections", - "state": { - "branch": null, - "revision": "937e904258d22af6e447a0b72c0bc67583ef64a2", - "version": "1.0.4" - } - }, - { - "package": "swift-composable-architecture", - "repositoryURL": "https://github.com/pointfreeco/swift-composable-architecture", - "state": { - "branch": null, - "revision": "195284b94b799b326729640453f547f08892293a", - "version": "1.0.0" - } - }, - { - "package": "swift-concurrency-extras", - "repositoryURL": "https://github.com/pointfreeco/swift-concurrency-extras", - "state": { - "branch": null, - "revision": "ea631ce892687f5432a833312292b80db238186a", - "version": "1.0.0" - } - }, - { - "package": "swift-custom-dump", - "repositoryURL": "https://github.com/pointfreeco/swift-custom-dump", - "state": { - "branch": null, - "revision": "edd66cace818e1b1c6f1b3349bb1d8e00d6f8b01", - "version": "1.0.0" - } - }, - { - "package": "swift-dependencies", - "repositoryURL": "https://github.com/pointfreeco/swift-dependencies", - "state": { - "branch": null, - "revision": "4e1eb6e28afe723286d8cc60611237ffbddba7c5", - "version": "1.0.0" - } - }, - { - "package": "swift-identified-collections", - "repositoryURL": "https://github.com/pointfreeco/swift-identified-collections", - "state": { - "branch": null, - "revision": "d1e45f3e1eee2c9193f5369fa9d70a6ddad635e8", - "version": "1.0.0" - } - }, - { - "package": "swiftui-navigation", - "repositoryURL": "https://github.com/pointfreeco/swiftui-navigation", - "state": { - "branch": null, - "revision": "f5bcdac5b6bb3f826916b14705f37a3937c2fd34", - "version": "1.0.0" - } - }, - { - "package": "xctest-dynamic-overlay", - "repositoryURL": "https://github.com/pointfreeco/xctest-dynamic-overlay", - "state": { - "branch": null, - "revision": "302891700c7fa3b92ebde9fe7b42933f8349f3c7", - "version": "1.0.0" - } - } - ] - }, - "version": 1 -} diff --git a/Package.swift b/Package.swift index d764f11..fcbc840 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/johnpatrickmorgan/FlowStacks", from: "0.3.2"), + .package(url: "https://github.com/johnpatrickmorgan/FlowStacks", from: "0.3.6"), .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.5.0"), ], targets: [ diff --git a/TCACoordinatorsExample/TCACoordinatorsExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TCACoordinatorsExample/TCACoordinatorsExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 145b961..40d75c8 100644 --- a/TCACoordinatorsExample/TCACoordinatorsExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TCACoordinatorsExample/TCACoordinatorsExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/johnpatrickmorgan/FlowStacks", "state": { "branch": null, - "revision": "0c5414b018fac906ffce9c4aee7da2a599615c95", - "version": "0.3.4" + "revision": "14a726e093568c3088ecbd4cd5b578059b029c28", + "version": "0.3.6" } }, {