1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-03 13:19:00 +03:00

Update deps

This commit is contained in:
Tae Won Ha 2023-11-04 22:01:01 +01:00
parent 94ad5f15bc
commit e73ceaf0e9
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
8 changed files with 25 additions and 20 deletions

View File

@ -9,7 +9,7 @@ let package = Package(
.library(name: "Commons", targets: ["Commons", "CommonsObjC"]),
],
dependencies: [
.package(url: "https://github.com/Quick/Nimble", from: "11.1.0"),
.package(url: "https://github.com/Quick/Nimble", from: "13.0.0"),
],
targets: [
.target(name: "Commons", dependencies: []),

View File

@ -10,7 +10,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/qvacua/misc.swift", exact: "0.2.0"),
.package(url: "https://github.com/Quick/Nimble", from: "11.1.0"),
.package(url: "https://github.com/Quick/Nimble", from: "13.0.0"),
],
targets: [
.target(name: "Ignore", dependencies: [.product(name: "WildmatchC", package: "misc.swift")]),

View File

@ -11,8 +11,8 @@ let package = Package(
dependencies: [
.package(name: "RxPack", path: "../RxPack"),
.package(url: "https://github.com/a2/MessagePack.swift", from: "4.0.0"),
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.5.0"),
.package(url: "https://github.com/Quick/Nimble", from: "11.1.0"),
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.6.0"),
.package(url: "https://github.com/Quick/Nimble", from: "13.0.0"),
.package(name: "NvimServer", path: "../NvimServer"),
.package(name: "Commons", path: "../Commons"),
.package(name: "Tabs", path: "../Tabs"),

View File

@ -9,10 +9,10 @@ let package = Package(
.library(name: "RxNeovim", targets: ["RxNeovim"]),
],
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.5.0"),
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.6.0"),
.package(url: "https://github.com/a2/MessagePack.swift", .upToNextMinor(from: "4.0.0")),
.package(url: "https://github.com/IBM-Swift/BlueSocket", from: "2.0.2"),
.package(url: "https://github.com/Quick/Nimble", from: "11.1.0"),
.package(url: "https://github.com/Quick/Nimble", from: "13.0.0"),
],
targets: [
.target(name: "RxPack", dependencies: [

View File

@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {
/* Begin PBXBuildFile section */
@ -374,7 +374,7 @@
repositoryURL = "https://github.com/ReactiveX/RxSwift";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.5.0;
minimumVersion = 6.6.0;
};
};
/* End XCRemoteSwiftPackageReference section */

View File

@ -86,8 +86,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Nimble",
"state" : {
"revision" : "b7f6c49acdb247e3158198c5448b38c3cc595533",
"version" : "11.2.1"
"revision" : "d616f15123bfb36db1b1075153f73cf40605b39d",
"version" : "13.0.0"
}
},
{
@ -104,8 +104,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactiveX/RxSwift",
"state" : {
"revision" : "b4307ba0b6425c0ba4178e138799946c3da594f8",
"version" : "6.5.0"
"revision" : "9dcaa4b333db437b0fbfaf453fad29069044a8b4",
"version" : "6.6.0"
}
},
{
@ -122,8 +122,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sparkle-project/Sparkle",
"state" : {
"revision" : "9d85a02fe7916caa7531847452c4933d331503a5",
"version" : "2.3.1"
"revision" : "f0ceaf5cc9f3f23daa0ccb6dcebd79fc96ccc7d9",
"version" : "2.5.0"
}
},
{
@ -131,8 +131,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2",
"version" : "1.0.4"
"revision" : "a902f1823a7ff3c9ab2fba0f992396b948eda307",
"version" : "1.0.5"
}
},
{

View File

@ -1346,7 +1346,7 @@
repositoryURL = "https://github.com/ReactiveX/RxSwift";
requirement = {
kind = exactVersion;
version = 6.5.0;
version = 6.6.0;
};
};
4B9BC42824EB2E6D000209B5 /* XCRemoteSwiftPackageReference "ShortcutRecorder" */ = {
@ -1378,7 +1378,7 @@
repositoryURL = "https://github.com/sparkle-project/Sparkle";
requirement = {
kind = exactVersion;
version = 2.3.1;
version = 2.5.0;
};
};
4BADD55C283ABD0200C6B16D /* XCRemoteSwiftPackageReference "swift-collections" */ = {
@ -1386,7 +1386,7 @@
repositoryURL = "https://github.com/apple/swift-collections.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.3;
minimumVersion = 1.0.5;
};
};
4BD5655124E8014100D52809 /* XCRemoteSwiftPackageReference "swifter" */ = {
@ -1418,7 +1418,7 @@
repositoryURL = "https://github.com/Quick/Nimble";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 11.2.1;
minimumVersion = 13.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */

View File

@ -4,6 +4,11 @@
* Fix VimRSetCharacterspacing: GH-1014
* Add basic file handling to the filebrowser: GH-1005
* Provide neovim original commandline interface: GH-1003
* Dependencies updates:
- ReactiveX/RxSwift@6.6.0
- sparkle-project/Sparkle@2.5.0
- apple/swift-collections@1.0.5
- Quick/Nimble@13.0.0
# 0.44.0-20230103.174333