Skip to content

Commit 5889b23

Browse files
committed
Bump dependencies to release
1 parent 08f6cda commit 5889b23

2 files changed

Lines changed: 16 additions & 9 deletions

File tree

Package.resolved

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

Package.swift

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ let package = Package(
77
.macOS(.v13)
88
],
99
dependencies: [
10-
.package(url: "https://github.com/brokenhandsio/kiln.git", from: "1.7.0"),
11-
// Shared Vapor design system (header/footer chrome, brand CSS, and the
12-
// shared docs layout), the same layer docs.vapor.codes uses — so the API
13-
// docs match visually. TEMPORARY local override while the `#designResource`
14-
// local-asset changes are validated; revert to github/main once published.
15-
.package(path: "../design"),
10+
.package(url: "https://github.com/brokenhandsio/kiln.git", from: "1.8.2"),
11+
// Shared Vapor design system — the same layer docs.vapor.codes uses, so
12+
// the API docs match visually (header/footer chrome, brand CSS, docs layout).
13+
.package(url: "https://github.com/vapor/design.git", from: "1.0.0-rc.1"),
1614
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
1715
],
1816
targets: [

0 commit comments

Comments
 (0)