Skip to content

Commit f8d892a

Browse files
committed
update dependencies to official repo
1 parent 486c548 commit f8d892a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Package.resolved

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

Package.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@ let package = Package(
1212
targets: ["CodeEditTextView"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
16-
.package(url: "https://github.com/krzyzanowskim/STTextView", exact: "0.1.0"),
17-
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", exact: "0.7.0"),
18-
.package(url: "https://github.com/lukepistrol/tree-sitter-bash.git", branch: "feature/spm"),
15+
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0"),
16+
.package(url: "https://github.com/krzyzanowskim/STTextView.git", exact: "0.1.0"),
17+
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter.git", exact: "0.7.0"),
18+
.package(url: "https://github.com/lukepistrol/tree-sitter-bash.git", branch: "feature/spm"), // non-official
1919
.package(url: "https://github.com/tree-sitter/tree-sitter-c.git", branch: "master"),
2020
.package(url: "https://github.com/tree-sitter/tree-sitter-cpp.git", branch: "master"),
2121
.package(url: "https://github.com/tree-sitter/tree-sitter-c-sharp.git", branch: "master"),
22-
.package(url: "https://github.com/lukepistrol/tree-sitter-css.git", branch: "feature/spm"),
22+
.package(url: "https://github.com/lukepistrol/tree-sitter-css.git", branch: "feature/spm"), // non-official
2323
.package(url: "https://github.com/elixir-lang/tree-sitter-elixir.git", branch: "main"),
2424
.package(url: "https://github.com/tree-sitter/tree-sitter-go.git", branch: "master"),
2525
.package(url: "https://github.com/camdencheek/tree-sitter-go-mod.git", branch: "main"),
2626
.package(url: "https://github.com/tree-sitter/tree-sitter-haskell.git", branch: "master"),
27-
.package(url: "https://github.com/mattmassicotte/tree-sitter-html.git", branch: "feature/spm"),
27+
.package(url: "https://github.com/mattmassicotte/tree-sitter-html.git", branch: "feature/spm"), // non-official
2828
.package(url: "https://github.com/tree-sitter/tree-sitter-java.git", branch: "master"),
2929
.package(url: "https://github.com/tree-sitter/tree-sitter-javascript.git", branch: "master"),
30-
.package(url: "https://github.com/mattmassicotte/tree-sitter-json.git", branch: "feature/spm"),
30+
.package(url: "https://github.com/tree-sitter/tree-sitter-json.git", branch: "master"),
3131
.package(url: "https://github.com/tree-sitter/tree-sitter-php.git", branch: "master"),
32-
.package(url: "https://github.com/lukepistrol/tree-sitter-python.git", branch: "feature/spm"),
33-
.package(url: "https://github.com/mattmassicotte/tree-sitter-ruby.git", branch: "feature/swift"),
32+
.package(url: "https://github.com/lukepistrol/tree-sitter-python.git", branch: "feature/spm"), // non-official
33+
.package(url: "https://github.com/tree-sitter/tree-sitter-ruby.git", branch: "master"),
3434
.package(url: "https://github.com/tree-sitter/tree-sitter-rust.git", branch: "master"),
3535
.package(url: "https://github.com/alex-pinkus/tree-sitter-swift.git", branch: "with-generated-files"),
36-
.package(url: "https://github.com/mattmassicotte/tree-sitter-yaml.git", branch: "feature/spm"),
36+
.package(url: "https://github.com/mattmassicotte/tree-sitter-yaml.git", branch: "feature/spm"), // non-official
3737
.package(url: "https://github.com/maxxnino/tree-sitter-zig.git", branch: "main"),
3838
],
3939
targets: [

0 commit comments

Comments
 (0)