Skip to content

Commit b8be990

Browse files
committedFeb 13, 2024·
fix(deps): pin lru-cache to avoid hashing error
close #10300
1 parent 159efa9 commit b8be990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/compiler-sfc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@babel/types": "^7.23.9",
5757
"@vue/consolidate": "^0.17.3",
5858
"hash-sum": "^2.0.0",
59-
"lru-cache": "^10.2.0",
59+
"lru-cache": "10.1.0",
6060
"merge-source-map": "^1.1.0",
6161
"minimatch": "^9.0.3",
6262
"postcss-modules": "^6.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.