From 09a64ed3fe7946dc993bb18dd2c3967e62b2d3e5 Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 26 Feb 2024 09:24:38 +0800 Subject: [PATCH] chore(deps): pin @rollup/plugin-replace in renovate.json --- .github/renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index db0e457a6..1fdf206e6 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -50,5 +50,9 @@ // pinned // https://github.com/vuejs/core/issues/10300#issuecomment-1940855364 'lru-cache', + + // pinned + // https://github.com/vuejs/core/commit/a012e39b373f1b6918e5c89856e8f902e1bfa14d + '@rollup/plugin-replace' ], }