Skip to content

Commit

Permalink
vti 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Oct 16, 2021
1 parent 028d21f commit e6e5a15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions vti/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "vti",
"description": "Vetur Terminal Interface",
"version": "0.1.4",
"version": "0.1.5",
"main": "./dist/cli.js",
"bin": "./bin/vti",
"author": "Pine Wu <[email protected]>",
"license": "MIT",
"dependencies": {
"commander": "^8.2.0",
"vls": "^0.7.5"
"vls": "^0.7.6"
},
"scripts": {
"compile": "rollup -c rollup.config.js",
Expand Down
8 changes: 4 additions & 4 deletions vti/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1010,10 +1010,10 @@ v8-compile-cache@^2.0.3:
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==

vls@^0.7.5:
version "0.7.5"
resolved "https://registry.yarnpkg.com/vls/-/vls-0.7.5.tgz#0a7dddc5a292418c6e02d061ae96fb0c9cdd2205"
integrity sha512-Vk4ZCRon6cxnKhjnXCwZigIXJTEHSJ3nGh19sUKPNdXvPiz/j1Bk81OlprmJuGTcRuUWg8cr+oGWWp85fHwEkA==
vls@^0.7.6:
version "0.7.6"
resolved "https://registry.yarnpkg.com/vls/-/vls-0.7.6.tgz#22b879ce5d58c1f40cc34f59a73f7e51fad7aab2"
integrity sha512-UaE5peKpeT0dsTg4KAbxRVKLotD4i0DW3wb/srcJgNJmpBmTv2HAkE3hMR/naf1bMmUTpQyQPUaZOJE5ihBqlA==
dependencies:
eslint "^7.32.0"
eslint-plugin-vue "^7.19.1"
Expand Down

0 comments on commit e6e5a15

Please sign in to comment.