Skip to content

Commit

Permalink
Merge pull request #743 from Infomaniak/update-dependencies
Browse files Browse the repository at this point in the history
chore: Update dependencies
  • Loading branch information
Ambrdctr committed May 11, 2023
2 parents 0b7b657 + 563853a commit 3b3ee29
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
26 changes: 13 additions & 13 deletions .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Alamofire/Alamofire",
"state" : {
"revision" : "78424be314842833c04bc3bef5b72e85fff99204",
"version" : "5.6.4"
"revision" : "bc268c28fb170f494de9e9927c371b8342979ece",
"version" : "5.7.1"
}
},
{
Expand Down Expand Up @@ -130,8 +130,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/johnpatrickmorgan/NavigationBackport",
"state" : {
"revision" : "5096dda355148dd40162810e7f56292ce0a2b09b",
"version" : "0.7.5"
"revision" : "f8930907304f03e589487c0158924d49c2a7ae83",
"version" : "0.8.1"
}
},
{
Expand All @@ -157,26 +157,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "f2a209b164194190b46747c7f5e36cb30fd5db71",
"version" : "13.10.0"
"revision" : "72226e2fd84f3a3a8ab3cffc2890c7951f1351d5",
"version" : "13.10.1"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift",
"state" : {
"revision" : "9266efac9ef0c79e4e64a2ba36162d8d922893d2",
"version" : "10.39.0"
"revision" : "08ee98e7f52a5fb11b10b7430e6f84adbb7433a4",
"version" : "10.39.1"
}
},
{
"identity" : "sentry-cocoa",
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa",
"state" : {
"revision" : "e6dcfba32f2861438b82c7ad34e058b23c83daf6",
"version" : "8.6.0"
"revision" : "8da8166d3ee068228849f6e4ed93a99d1c4eadc0",
"version" : "8.7.0"
}
},
{
Expand Down Expand Up @@ -235,10 +235,10 @@
{
"identity" : "swiftsoup",
"kind" : "remoteSourceControl",
"location" : "https://github.com/valentinperignon/SwiftSoup",
"location" : "https://github.com/scinfu/SwiftSoup",
"state" : {
"branch" : "try-headcleaner",
"revision" : "05c6c880a5056421de271012faa8bd0a42c2e0a8"
"revision" : "0e96a20ffd37a515c5c963952d4335c89bed50a6",
"version" : "2.6.0"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions Mail/Views/SplitView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ struct SplitView: View {
ThreadView(thread: thread)
}
}
.nbUseNavigationStack(.whenAvailable)
.navigationViewStyle(.stack)

NavigationDrawer()
Expand Down
4 changes: 2 additions & 2 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ let project = Project(name: "Mail",
.package(url: "https://github.com/dkk/WrappingHStack", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/kean/Nuke", .upToNextMajor(from: "12.0.0")),
.package(url: "https://github.com/airbnb/lottie-ios", .exact("3.5.0")),
.package(url: "https://github.com/valentinperignon/SwiftSoup", .branch("try-headcleaner")),
.package(url: "https://github.com/johnpatrickmorgan/NavigationBackport", .upToNextMajor(from: "0.7.2")),
.package(url: "https://github.com/scinfu/SwiftSoup", .upToNextMajor(from: "2.6.0")),
.package(url: "https://github.com/johnpatrickmorgan/NavigationBackport", .upToNextMajor(from: "0.8.1")),
.package(url: "https://github.com/aheze/Popovers", .upToNextMajor(from: "1.3.2")),
.package(url: "https://github.com/shaps80/SwiftUIBackports", .upToNextMajor(from: "1.15.1"))
],
Expand Down

0 comments on commit 3b3ee29

Please sign in to comment.