소스 검색

fix(deps): pin lru-cache to avoid hashing error

close #10300
Evan You 2 년 전
부모
커밋
b8be99018c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/compiler-sfc/package.json

+ 1 - 1
packages/compiler-sfc/package.json

@@ -56,7 +56,7 @@
     "@babel/types": "^7.23.9",
     "@vue/consolidate": "^0.17.3",
     "hash-sum": "^2.0.0",
-    "lru-cache": "^10.2.0",
+    "lru-cache": "10.1.0",
     "merge-source-map": "^1.1.0",
     "minimatch": "^9.0.3",
     "postcss-modules": "^6.0.0",