diff --git a/packages/frontend/apps/ios/App/App.xcworkspace/xcshareddata/swiftpm/Package.resolved b/packages/frontend/apps/ios/App/App.xcworkspace/xcshareddata/swiftpm/Package.resolved index fc3e703a85..8d91279b2a 100644 --- a/packages/frontend/apps/ios/App/App.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/packages/frontend/apps/ios/App/App.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Recouse/EventSource", "state" : { - "revision" : "713f8c0a0270a80a968c007ddc0d6067e80a5393", - "version" : "0.1.7" + "revision" : "d3d3a918c6b7aad080d2cf87cf7eaa87872e579b", + "version" : "0.1.8" } }, { diff --git a/packages/frontend/apps/ios/App/Packages/Intelligents/Package.swift b/packages/frontend/apps/ios/App/Packages/Intelligents/Package.swift index 09d26431fe..d7eaca5936 100644 --- a/packages/frontend/apps/ios/App/Packages/Intelligents/Package.swift +++ b/packages/frontend/apps/ios/App/Packages/Intelligents/Package.swift @@ -20,7 +20,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-collections.git", from: "1.4.1"), .package(url: "https://github.com/SnapKit/SnapKit.git", from: "5.7.1"), .package(url: "https://github.com/SwifterSwift/SwifterSwift.git", from: "6.2.0"), - .package(url: "https://github.com/Recouse/EventSource.git", from: "0.1.7"), + .package(url: "https://github.com/Recouse/EventSource.git", from: "0.1.8"), .package(url: "https://github.com/Lakr233/ListViewKit.git", from: "1.2.0"), .package(url: "https://github.com/Lakr233/MarkdownView.git", from: "3.8.2"), ],