Skip to content

Commit 9a2552c

Browse files
committed
fix vls dependency
1 parent b1d302b commit 9a2552c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

vti/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"chalk": "^4.1.0",
1111
"glob": "^7.1.2",
12-
"vls": "^0.4.1",
12+
"vls": "^0.4.2",
1313
"vscode-languageserver": "^6.1.1",
1414
"vscode-languageserver-protocol": "^3.15.3",
1515
"vscode-languageserver-types": "^3.15.1",

vti/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4582,10 +4582,10 @@ vfile@^4.0.0, vfile@^4.0.1:
45824582
unist-util-stringify-position "^2.0.0"
45834583
vfile-message "^2.0.0"
45844584

4585-
vls@^0.4.1:
4586-
version "0.4.1"
4587-
resolved "https://registry.yarnpkg.com/vls/-/vls-0.4.1.tgz#9c59acdf5bf7ce6a5835a7004ba7ea7fb4f89447"
4588-
integrity sha512-K/bbaMG7Mv5XsLes9bSPOZl3bN4h/OkyVfeN4T9KE7mzseC2yfnRl5Kn/hktTmWc5GylLFWe8rE3xkfx0hzsPg==
4585+
vls@^0.4.2:
4586+
version "0.4.2"
4587+
resolved "https://registry.yarnpkg.com/vls/-/vls-0.4.2.tgz#0495c5291e00e67567a581394a5283aa5fb3add1"
4588+
integrity sha512-iH1MUOMaLwv5Lewkt/mYppy/UdBLh8MonL4CSiKh4GNj0GfEJHQfk2s8d0WixVooD++UGCa/dzpGB8CRzGnBtA==
45894589
dependencies:
45904590
"@prettier/plugin-pug" "^1.4.4"
45914591
"@starptech/prettyhtml" "^0.10.0"

0 commit comments

Comments
 (0)