mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
Update deps
This commit is contained in:
parent
f9591ee023
commit
8b103bbd0a
4
Cartfile
4
Cartfile
@ -1,7 +1,7 @@
|
||||
github "ReactiveX/RxSwift" "4.1.2"
|
||||
github "PureLayout/PureLayout" == 3.0.2
|
||||
github "eonil/FileSystemEvents" "master"
|
||||
github "sparkle-project/Sparkle" == 1.18.1
|
||||
github "sparkle-project/Sparkle" == 1.19.0
|
||||
github "qvacua/CocoaFontAwesome" "master"
|
||||
github "qvacua/CocoaMarkdown" "master"
|
||||
github "qvacua/RxMsgpackRpc" == 0.0.1
|
||||
@ -11,4 +11,4 @@ github "sindresorhus/github-markdown-css" == 2.10.0
|
||||
github "httpswift/swifter" == 1.4.1
|
||||
github "a2/MessagePack.swift" == 3.0.0
|
||||
|
||||
github "Quick/Nimble" == 7.0.3
|
||||
github "Quick/Nimble" == 7.1.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
github "PureLayout/PureLayout" "v3.0.2"
|
||||
github "Quick/Nimble" "v7.0.3"
|
||||
github "Quick/Nimble" "v7.1.1"
|
||||
github "ReactiveX/RxSwift" "4.1.2"
|
||||
github "a2/MessagePack.swift" "3.0.0"
|
||||
github "eonil/FileSystemEvents" "85a089104af37f04a6bf7f2d07d7a93cac0b4fe1"
|
||||
@ -10,4 +10,4 @@ github "qvacua/RxMessagePort" "v0.0.1"
|
||||
github "qvacua/RxMsgpackRpc" "v0.0.1"
|
||||
github "qvacua/RxNeovimApi" "v0.2.2"
|
||||
github "sindresorhus/github-markdown-css" "v2.10.0"
|
||||
github "sparkle-project/Sparkle" "1.18.1"
|
||||
github "sparkle-project/Sparkle" "1.19.0"
|
||||
|
@ -3,6 +3,9 @@
|
||||
* Some refactorings for the Neovim and the UI interface.
|
||||
* Use LuaJIT again.
|
||||
* GH-636: Bugfix: double cursor when entering terminal
|
||||
* Dependencies updates:
|
||||
- sparkle-project/Sparkle@1.19.0
|
||||
- Quick/nimble@7.1.1
|
||||
|
||||
# 0.23.0-275
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user