Skip to content

Commit 4b16ab9

Browse files
committed
wip
1 parent ebc75b4 commit 4b16ab9

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package@swift-6.0.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ extension Target.Dependency {
2525
static var htmlElementTypes: Self { .product(name: "HTMLElementTypes", package: "swift-html-types") }
2626
static var pointFreeHTML: Self { .product(name: "PointFreeHTML", package: "pointfree-html") }
2727
static var pointFreeHtmlTestSupport: Self { .product(name: "PointFreeHtmlTestSupport", package: "pointfree-html") }
28-
static var inlineSnapshotTesting: Self { .product(name: "InlineSnapshotTesting", package: "swift-snapshot-testing") }
29-
static var dependenciesTestSupport: Self { .product(name: "DependenciesTestSupport", package: "swift-dependencies") }
3028
}
3129

3230
let package = Package(
@@ -48,8 +46,6 @@ let package = Package(
4846
.package(url: "https://github.com/coenttb/swift-html-types.git", branch: "main"),
4947
.package(url: "https://github.com/coenttb/swift-css-types.git", branch: "main"),
5048
.package(url: "https://github.com/coenttb/pointfree-html.git", branch: "main"),
51-
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.18.3"),
52-
.package(url: "https://github.com/pointfreeco/swift-dependencies.git", branch: "1.9.0"),
5349
],
5450
targets: [
5551
.target(

0 commit comments

Comments
 (0)