From 9ce98b50e80c7496f3ef37cccb7d5a0c1a2391e5 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Thu, 8 Sep 2016 17:38:51 +0200 Subject: [PATCH] Update dependencies - vim-like-key-notation@1.0.1 simply has a smaller download size. - n-ary-huffman@3.0.0 creates better hints for links with the same area. Instead of giving the _last_ of those the best hint, the _first_ one gets it. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 63c008f..b2b8294 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "addons-linter": "npm run gulp -- xpi && addons-linter -o text build/VimFx.xpi" }, "dependencies": { - "n-ary-huffman": "^2.1.1", - "vim-like-key-notation": "^1.0.0" + "n-ary-huffman": "^3.0.0", + "vim-like-key-notation": "^1.0.1" }, "devDependencies": { "addons-linter": "^0.15.1", -- 2.39.3