Skip to content

Commit

Permalink
Merge pull request #14 from teufelaudio/update-dependencies
Browse files Browse the repository at this point in the history
[Maintenance]: Update dependencies
  • Loading branch information
OguzYuuksel committed Jan 29, 2024
2 parents 092568a + 67b2689 commit fb8a729
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
25 changes: 17 additions & 8 deletions Package.resolved
Expand Up @@ -6,35 +6,44 @@
"repositoryURL": "https://github.com/teufelaudio/FoundationExtensions.git",
"state": {
"branch": null,
"revision": "6b9bd39109a1634112c325aa2e4a6a63d58a6254",
"version": "0.5.1"
"revision": "c441f8fa10ee6c93ce4d4d3939a8bd683987e48f",
"version": "0.6.2"
}
},
{
"package": "Lottie",
"repositoryURL": "https://github.com/airbnb/lottie-ios.git",
"state": {
"branch": null,
"revision": "d6feea26a370019b4d3a85f5984cb95a2734776f",
"version": "4.2.0"
"revision": "f522990668c2f9132323a2e68d924c7dcb9130b4",
"version": "4.4.0"
}
},
{
"package": "swift-snapshot-testing",
"repositoryURL": "https://github.com/pointfreeco/swift-snapshot-testing.git",
"state": {
"branch": null,
"revision": "cef5b3f6f11781dd4591bdd1dd0a3d22bd609334",
"version": "1.11.0"
"revision": "8e68404f641300bfd0e37d478683bb275926760c",
"version": "1.15.2"
}
},
{
"package": "swift-syntax",
"repositoryURL": "https://github.com/apple/swift-syntax.git",
"state": {
"branch": null,
"revision": "64889f0c732f210a935a0ad7cda38f77f876262d",
"version": "509.1.1"
}
},
{
"package": "UIExtensions",
"repositoryURL": "https://github.com/teufelaudio/UIExtensions.git",
"state": {
"branch": null,
"revision": "7746162ac3ad18646fc12ec6a7d0aca965ed7f04",
"version": "1.0.0"
"revision": "453700eb5670e57bf0c5b5efd2b3c1ea5d59434f",
"version": "1.1.1"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -8,8 +8,8 @@ let package = Package(
.library(name: "LottieExtensions", targets: ["LottieExtensions"]),
],
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: "1.0.0")
.package(name: "Lottie", url: "https://github.com/airbnb/lottie-ios.git", from: "4.4.0"),
.package(name: "UIExtensions", url: "https://github.com/teufelaudio/UIExtensions.git", from: "1.1.1")
],
targets: [
.target(name: "LottieExtensions", dependencies: ["Lottie", "UIExtensions"]),
Expand Down

0 comments on commit fb8a729

Please sign in to comment.