Skip to content

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Feb 23, 2023
1 parent 9092c67 commit f23ee83
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.10",
"version": "0.1.11",
"main": "./dist/cli.js",
"bin": "./bin/vti",
"author": "Pine Wu <[email protected]>",
"license": "MIT",
"dependencies": {
"commander": "^9.4.1",
"vls": "^0.8.4"
"vls": "^0.8.5"
},
"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 @@ -1055,10 +1055,10 @@ util-deprecate@^1.0.2:
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==

vls@^0.8.4:
version "0.8.4"
resolved "https://registry.yarnpkg.com/vls/-/vls-0.8.4.tgz#84a1a265fdc7505c612174ef3c3ba59de55495dc"
integrity sha512-eqrygySQJvTK03lMzvFhFEQ6rrTOl+PbweR9/8yKw2vbBxsTKQiVPHsbb7qFJEiLnqCa8wbDSt3QMcdT8LZvzg==
vls@^0.8.5:
version "0.8.5"
resolved "https://registry.yarnpkg.com/vls/-/vls-0.8.5.tgz#083ac88bea52bab47180bc001d85890edf771246"
integrity sha512-61kbdO2COZWBMC4wq59QfDdev9ruXd0226f57DFJTFpFXv85S+qnHakQlAmbSYFFLGKcx95HB2UjnuQh4YRwFA==
dependencies:
eslint "^8.34.0"
eslint-plugin-vue "^9.9.0"
Expand Down

0 comments on commit f23ee83

Please sign in to comment.