Skip to content

Commit

Permalink
fix: path completion (#5)
Browse files Browse the repository at this point in the history
* fix: path completion

* chore: update esbuild

Co-authored-by: Vito Liu <vitoliu@xiaoman.cn>
  • Loading branch information
liu-lihao and okki-vitoliu authored Jun 26, 2021
1 parent 7eb9a4d commit d05d1f3
Show file tree
Hide file tree
Showing 3 changed files with 1,751 additions and 1,994 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/hash-sum": "^1.0.0",
"@types/jest": "^26.0.20",
"@vue/compiler-sfc": "^3.0.7",
"esbuild": "^0.9.3",
"esbuild": "^0.11.19",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"stylus": "^0.54.8",
Expand All @@ -39,6 +39,6 @@
"hash-sum": "^2.0.0"
},
"peerDependencies": {
"esbuild": "^0.9.3"
"esbuild": "^0.11.19"
}
}
Loading

0 comments on commit d05d1f3

Please sign in to comment.