Skip to content

Commit

Permalink
Bump xterm-addon-ligatures from 0.1.0-beta-2 to 0.2.0 in /termi… (#1500)
Browse files Browse the repository at this point in the history
Bump xterm-addon-ligatures from 0.1.0-beta-2 to 0.2.0 in /terminus-terminal
  • Loading branch information
Eugeny authored Sep 11, 2019
2 parents c20e4e7 + 621ba8c commit 3b073d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion terminus-terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"uuid": "^3.3.2",
"xterm": "3.15.0-beta98",
"xterm-addon-fit": "^0.2.0-beta1",
"xterm-addon-ligatures": "^0.1.0-beta-2",
"xterm-addon-ligatures": "^0.2.0",
"xterm-addon-search": "^0.2.0-beta1",
"xterm-addon-webgl": "^0.2.0-beta1"
},
Expand Down
16 changes: 8 additions & 8 deletions terminus-terminal/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ define-properties@^1.1.2:
dependencies:
object-keys "^1.0.12"

font-finder@^1.0.2, font-finder@^1.0.3:
font-finder@^1.0.3, font-finder@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/font-finder/-/font-finder-1.0.4.tgz#2ca944954dd8d0e1b5bdc4c596cc08607761d89b"
integrity sha512-naF16RpjWUTFLqzhmdivYpBCrqySN6PI+a4GPtoEsCdvOpbKYTGeTjO7mxh3Wwjz4xKU+Oqx9kwOcteLDeMFQA==
dependencies:
get-system-fonts "^2.0.0"
promise-stream-reader "^1.0.1"

font-ligatures@^1.3.1:
font-ligatures@^1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/font-ligatures/-/font-ligatures-1.3.2.tgz#227eb5fc38fef34b5373aa19b555320b82842a71"
integrity sha512-h9t+gvKVr/c2GnQs4GhXHY39/qyLlXNaIxupU1cxj7YOXEFT8+sJfcchIrZ9UETZUUT7dNcI7RDOXN7gFtuw2g==
Expand Down Expand Up @@ -218,13 +218,13 @@ xterm-addon-fit@^0.2.0-beta1:
resolved "https://registry.yarnpkg.com/xterm-addon-fit/-/xterm-addon-fit-0.2.0.tgz#293d871eb3843cb5373b4cf4a785435ec1c57216"
integrity sha512-bGKXbYD8m/qsm9syekfjAc0bUyl9kdEWjnkTmcwR1DrIgfuo7e8M/B51JtEIjkzsHlleSe3uOyyetVgVJYzAPg==

xterm-addon-ligatures@^0.1.0-beta-2:
version "0.1.0-beta-2"
resolved "https://registry.yarnpkg.com/xterm-addon-ligatures/-/xterm-addon-ligatures-0.1.0-beta-2.tgz#def635fd0ca671fe61179629f8492b76c66dec6e"
integrity sha512-MN5zCBxrF9xagzUYIpcgHS4L/Isod3m3ET5S7AUEEbymLJ+4zccio32eyq65Bcc50x/Bm57Hoh9gaSEUdojs8g==
xterm-addon-ligatures@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/xterm-addon-ligatures/-/xterm-addon-ligatures-0.2.0.tgz#8d65fea968ba5b4306b2ada6f53eed3e1984f69c"
integrity sha512-IcRgjq3QCcL6P8W5M86BCnXIGD1LcCVKk7w3S29Yn2+YksMM3c85JjW2OUgsL3VTW/Tb6uyxpSV2rJOsRElVrQ==
dependencies:
font-finder "^1.0.2"
font-ligatures "^1.3.1"
font-finder "^1.0.4"
font-ligatures "^1.3.2"

xterm-addon-search@^0.2.0-beta1:
version "0.2.0"
Expand Down

0 comments on commit 3b073d6

Please sign in to comment.