Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
133 changes: 66 additions & 67 deletions Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.5
// swift-tools-version:6.0

/**
* Publish
Expand All @@ -24,7 +24,7 @@ let package = Package(
.package(
name: "Plot",
url: "https://github.com/johnsundell/plot.git",
from: "0.9.0"
from: "0.13.0"
),
.package(
name: "Files",
Expand Down
4 changes: 2 additions & 2 deletions Tests/PublishTests/Tests/PlotComponentTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ final class PlotComponentTests: PublishTestCase {
XCTAssertEqual(html, """
<iframe src="https://www.youtube-nocookie.com/embed/123"\
frameborder="0"\
allowfullscreen="true"\
allowfullscreen\
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture"\
></iframe>
""")
Expand All @@ -76,7 +76,7 @@ final class PlotComponentTests: PublishTestCase {
XCTAssertEqual(html, """
<iframe src="https://player.vimeo.com/video/123"\
frameborder="0"\
allowfullscreen="true"\
allowfullscreen\
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture"\
></iframe>
""")
Expand Down