Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Oct 31, 2022
1 parent ce6bea6 commit 37bb8b8
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.7",
"version": "0.1.8",
"main": "./dist/cli.js",
"bin": "./bin/vti",
"author": "Pine Wu <octref@gmail.com>",
"license": "MIT",
"dependencies": {
"commander": "^8.3.0",
"vls": "^0.8.1"
"vls": "^0.8.2"
},
"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 @@ -1003,10 +1003,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.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/vls/-/vls-0.8.1.tgz#51f0b9c9838535c400591f92f826f18cd4712982"
integrity sha512-Oja3mdxnFxrnSWu3igDyq/vuaeLPd1tU+ZSgVNYvnXcAHwjw2El4iUxhSwJqf6synDl0P8cX41xbiutb0OUoHg==
vls@^0.8.2:
version "0.8.2"
resolved "https://registry.yarnpkg.com/vls/-/vls-0.8.2.tgz#58d8143737edecd67618780c2db80166af5dd07d"
integrity sha512-esrJmf7yRY5rlG7d5Jmucp7P2ZeWHOi7p1aADwxbPiN69SgNUq1Tp24YJ0vUXiEU8mgOW0tf0dL4f6LlSu6K/g==
dependencies:
eslint "^7.32.0"
eslint-plugin-vue "^7.19.1"
Expand Down

0 comments on commit 37bb8b8

Please sign in to comment.