Skip to content

Commit

Permalink
Merge pull request #13 from teufelaudio/update-dependencies
Browse files Browse the repository at this point in the history
Dependency version update
  • Loading branch information
melle committed Aug 1, 2023
2 parents 641195f + 9848204 commit 092568a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
40 changes: 2 additions & 38 deletions Package.resolved
Expand Up @@ -19,24 +19,6 @@
"version": "4.2.0"
}
},
{
"package": "swift-case-paths",
"repositoryURL": "https://github.com/pointfreeco/swift-case-paths",
"state": {
"branch": null,
"revision": "fc45e7b2cfece9dd80b5a45e6469ffe67fe67984",
"version": "0.14.1"
}
},
{
"package": "swift-custom-dump",
"repositoryURL": "https://github.com/pointfreeco/swift-custom-dump",
"state": {
"branch": null,
"revision": "505aa98716275fbd045d8f934fee3337c82ffbd3",
"version": "0.10.3"
}
},
{
"package": "swift-snapshot-testing",
"repositoryURL": "https://github.com/pointfreeco/swift-snapshot-testing.git",
Expand All @@ -46,31 +28,13 @@
"version": "1.11.0"
}
},
{
"package": "swiftui-navigation",
"repositoryURL": "https://github.com/pointfreeco/swiftui-navigation.git",
"state": {
"branch": null,
"revision": "db81007362f998654239021ca9308a264e59d3e2",
"version": "0.7.2"
}
},
{
"package": "UIExtensions",
"repositoryURL": "https://github.com/teufelaudio/UIExtensions.git",
"state": {
"branch": null,
"revision": "b3eb10854edf5922203b402f5c5684dddbff71b5",
"version": "0.7.0"
}
},
{
"package": "xctest-dynamic-overlay",
"repositoryURL": "https://github.com/pointfreeco/xctest-dynamic-overlay",
"state": {
"branch": null,
"revision": "4af50b38daf0037cfbab15514a241224c3f62f98",
"version": "0.8.5"
"revision": "7746162ac3ad18646fc12ec6a7d0aca965ed7f04",
"version": "1.0.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(name: "Lottie", url: "https://github.com/airbnb/lottie-ios.git", from: "4.2.0"),
.package(name: "UIExtensions", url: "https://github.com/teufelaudio/UIExtensions.git", from: "0.7.0")
.package(name: "UIExtensions", url: "https://github.com/teufelaudio/UIExtensions.git", from: "1.0.0")
],
targets: [
.target(name: "LottieExtensions", dependencies: ["Lottie", "UIExtensions"]),
Expand Down

0 comments on commit 092568a

Please sign in to comment.