1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-23 19:21:53 +03:00

Update deps

This commit is contained in:
Tae Won Ha 2018-05-19 22:56:51 +02:00
parent f9591ee023
commit 8b103bbd0a
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
3 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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"

View File

@ -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