Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
lspaczynski committed Dec 16, 2021
1 parent a1c7378 commit 3dc2a83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
18 changes: 0 additions & 18 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"object": {
"pins": [
{
"package": "Action",
"repositoryURL": "https://github.com/RxSwiftCommunity/Action.git",
"state": {
"branch": null,
"revision": "55f5da064fd66cb09acde22cbbb744fe7f6355aa",
"version": "5.0.0"
}
},
{
"package": "CwlCatchException",
"repositoryURL": "https://github.com/mattgallagher/CwlCatchException.git",
Expand Down Expand Up @@ -37,15 +28,6 @@
"version": "9.2.1"
}
},
{
"package": "RxAppState",
"repositoryURL": "https://github.com/pixeldock/RxAppState.git",
"state": {
"branch": null,
"revision": "956f438ea16481c1bd9a8ca3bc169af7435aaf0b",
"version": "1.7.1"
}
},
{
"package": "RxSwift",
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
Expand Down
8 changes: 1 addition & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.2.0")),
.package(url: "https://github.com/RxSwiftCommunity/RxSwiftExt.git", .upToNextMajor(from: "6.1.0")),
.package(url: "https://github.com/pixeldock/RxAppState.git", .upToNextMajor(from: "1.7.1")),
.package(url: "https://github.com/RxSwiftCommunity/Action.git", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "9.2.1"))
],
targets: [
Expand All @@ -24,9 +22,7 @@ let package = Package(
dependencies: [
.product(name: "RxSwift", package: "RxSwift"),
.product(name: "RxCocoa", package: "RxSwift"),
"RxSwiftExt",
"RxAppState",
"Action"
"RxSwiftExt"
]),
.testTarget(
name: "ShowcaseExtensionsTests",
Expand All @@ -37,8 +33,6 @@ let package = Package(
.product(name: "RxBlocking", package: "RxSwift"),
.product(name: "RxTest", package: "RxSwift"),
"RxSwiftExt",
"RxAppState",
"Action",
"Nimble"
]),
]
Expand Down

0 comments on commit 3dc2a83

Please sign in to comment.