Skip to content

Commit 4e72cf2

Browse files
committed
Update Package.swift
1 parent b167d6a commit 4e72cf2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Package.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@ let package = Package(
5555
],
5656
dependencies: [
5757
.package(url: "https://github.com/coenttb/swift-html-rendering", from: "0.1.4"),
58-
.package(url: "https://github.com/coenttb/swift-markdown-html-rendering", from: "0.1.0"),
58+
.package(url: "https://github.com/coenttb/swift-markdown-html-rendering", from: "0.1.1"),
5959
.package(url: "https://github.com/coenttb/swift-css", from: "0.3.0"),
60-
.package(url: "https://github.com/coenttb/swift-svg", from: "0.2.1"),
60+
.package(url: "https://github.com/coenttb/swift-svg", from: "0.3.0"),
6161
.package(url: "https://github.com/coenttb/swift-translating", from: "0.0.1"),
6262
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.9.2"),
6363
.package(url: "https://github.com/apple/swift-collections", from: "1.1.2"),
64-
.package(url: "https://github.com/swift-standards/swift-html-standard", from: "0.1.0"),
65-
.package(url: "https://github.com/swift-standards/swift-standards", from: "0.14.1"),
66-
.package(url: "https://github.com/swift-standards/swift-incits-4-1986", from: "0.0.1"),
67-
.package(url: "https://github.com/swift-standards/swift-rfc-4648", from: "0.0.1"),
68-
.package(url: "https://github.com/swift-standards/swift-iso-9899", from: "0.0.1"),
69-
.package(url: "https://github.com/swift-standards/swift-whatwg-url", from: "0.0.1")
64+
.package(url: "https://github.com/swift-standards/swift-html-standard", from: "0.1.4"),
65+
.package(url: "https://github.com/swift-standards/swift-standards", from: "0.16.1"),
66+
.package(url: "https://github.com/swift-standards/swift-incits-4-1986", from: "0.6.5"),
67+
.package(url: "https://github.com/swift-standards/swift-rfc-4648", from: "0.5.4"),
68+
.package(url: "https://github.com/swift-standards/swift-iso-9899", from: "0.2.2"),
69+
.package(url: "https://github.com/swift-standards/swift-whatwg-url", from: "0.2.5")
7070
],
7171
targets: [
7272
.target(

0 commit comments

Comments
 (0)