Skip to content

Commit

Permalink
Merge pull request #48 from forem/joshpuetz/switch-webview-content-mo…
Browse files Browse the repository at this point in the history
…de-for-third-party-oauth
  • Loading branch information
joshpuetz authored Feb 8, 2022
2 parents 5dfaa77 + 8b0cea2 commit f366039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"repositoryURL": "https://github.com/freshOS/Stevia",
"state": {
"branch": null,
"revision": "e1e8dc40deab3a863a35a7a0aab10f7304f4b42a",
"version": "5.1.0"
"revision": "87dd17a86240f16788239a78dd8be11c4b013150",
"version": "4.8.0"
}
},
{
"package": "YPImagePicker",
"repositoryURL": "https://github.com/Yummypets/YPImagePicker",
"state": {
"branch": null,
"revision": "2cf2d150bb0861f2079bc44b56c17aabf5e5d5aa",
"version": null
"revision": "4dbae7a1f69db3d65c47f4106d0ca09f678edeaf",
"version": "5.2.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/Yummypets/YPImagePicker", .revision("2cf2d150bb0861f2079bc44b56c17aabf5e5d5aa")),
.package(url: "https://github.com/Yummypets/YPImagePicker", .upToNextMajor(from: "5.2.0")),
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.4.0"),
.package(url: "https://github.com/Alamofire/AlamofireImage.git", from: "4.1.0"),
.package(url: "https://github.com/vadymmarkov/Fakery", .upToNextMajor(from: "5.0.0")),
Expand Down

0 comments on commit f366039

Please sign in to comment.