Skip to content

Commit f8ecd2e

Browse files
[chore:] Update CodeEditTextView to 0.7.7 (#277)
Bumps CodeEditTextView to the latest version. [Release notes](https://github.com/CodeEditApp/CodeEditTextView/releases/tag/0.7.7).
1 parent 098e648 commit f8ecd2e

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

Package.resolved

+8-17
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,8 @@
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/CodeEditApp/CodeEditTextView.git",
1616
"state" : {
17-
"revision" : "2619cb945b4d6c2fc13f22ba873ba891f552b0f3",
18-
"version" : "0.7.6"
19-
}
20-
},
21-
{
22-
"identity" : "mainoffender",
23-
"kind" : "remoteSourceControl",
24-
"location" : "https://github.com/mattmassicotte/MainOffender",
25-
"state" : {
26-
"revision" : "343cc3797618c29b48b037b4e2beea0664e75315",
27-
"version" : "0.1.0"
17+
"revision" : "509d7b2e86460e8ec15b0dd5410cbc8e8c05940f",
18+
"version" : "0.7.7"
2819
}
2920
},
3021
{
@@ -50,8 +41,8 @@
5041
"kind" : "remoteSourceControl",
5142
"location" : "https://github.com/lukepistrol/SwiftLintPlugin",
5243
"state" : {
53-
"revision" : "f69b412a765396d44dc9f4788a5b79919c1ca9e3",
54-
"version" : "0.2.2"
44+
"revision" : "bea71d23db993c58934ee704f798a66d7b8cb626",
45+
"version" : "0.57.0"
5546
}
5647
},
5748
{
@@ -68,17 +59,17 @@
6859
"kind" : "remoteSourceControl",
6960
"location" : "https://github.com/ChimeHQ/TextFormation",
7061
"state" : {
71-
"revision" : "f6faed6abd768ae95b70d10113d4008a7cac57a7",
72-
"version" : "0.8.2"
62+
"revision" : "b1ce9a14bd86042bba4de62236028dc4ce9db6a1",
63+
"version" : "0.9.0"
7364
}
7465
},
7566
{
7667
"identity" : "textstory",
7768
"kind" : "remoteSourceControl",
7869
"location" : "https://github.com/ChimeHQ/TextStory",
7970
"state" : {
80-
"revision" : "8883fa739aa213e70e6cb109bfbf0a0b551e4cb5",
81-
"version" : "0.8.0"
71+
"revision" : "8dc9148b46fcf93b08ea9d4ef9bdb5e4f700e008",
72+
"version" : "0.9.0"
8273
}
8374
}
8475
],

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
// A fast, efficient, text view for code.
1818
.package(
1919
url: "https://github.com/CodeEditApp/CodeEditTextView.git",
20-
from: "0.7.6"
20+
from: "0.7.7"
2121
),
2222
// tree-sitter languages
2323
.package(

Tests/CodeEditSourceEditorTests/TagEditingTests.swift

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ final class TagEditingTests: XCTestCase {
2020
window = NSWindow()
2121
window.contentViewController = controller
2222
controller.loadView()
23+
window.setFrame(NSRect(x: 0, y: 0, width: 1000, height: 1000), display: false)
2324
}
2425

2526
func test_tagClose() {

0 commit comments

Comments
 (0)