Skip to content

Commit

Permalink
vti 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Mar 6, 2021
1 parent c8bda7a commit 143d8da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
6 changes: 3 additions & 3 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.0",
"version": "0.1.1",
"main": "./dist/cli.js",
"bin": "./bin/vti",
"author": "Pine Wu <[email protected]>",
"license": "MIT",
"dependencies": {
"commander": "^7.1.0",
"vls": "^0.7.1"
"vls": "^0.7.2"
},
"scripts": {
"compile": "rollup -c rollup.config.js",
Expand All @@ -21,7 +21,7 @@
"chalk": "^4.1.0",
"glob": "^7.1.2",
"rollup": "^2.40.0",
"typescript": "^4.2.2",
"typescript": "^4.2.3",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-protocol": "^3.16.0",
Expand Down
13 changes: 9 additions & 4 deletions vti/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,11 @@ typescript@^4.2.2:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c"
integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==

typescript@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==

uri-js@^4.2.2:
version "4.4.0"
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.0.tgz#aa714261de793e8a82347a7bcc9ce74e86f28602"
Expand All @@ -897,10 +902,10 @@ v8-compile-cache@^2.0.3:
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==

vls@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/vls/-/vls-0.7.1.tgz#1d40057a07ec0d24838a3d9d8ac7a1568275152d"
integrity sha512-T9PidYWoKYb2mT6k4LNyufE7p/t1n9XPjNFlpSSHevFZUfiiIt1sJjWTA+rCQ0RfWpTkrJiMpgIzedpHPsKZKw==
vls@^0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/vls/-/vls-0.7.2.tgz#2043e98199aac40122198af092d649f7b5b731bd"
integrity sha512-9nKgSPtNxQlc32K5GgZV++MdsCpNuac/SfxnEmVI0DCF4E0Uekj+RUo7Zk6NnA4veiNMN+AEjAIlbXYWPHgX6Q==
dependencies:
eslint "^7.21.0"
eslint-plugin-vue "^7.7.0"
Expand Down

0 comments on commit 143d8da

Please sign in to comment.