From: Evan You Date: Mon, 26 Feb 2024 01:24:38 +0000 (+0800) Subject: chore(deps): pin @rollup/plugin-replace in renovate.json X-Git-Tag: v3.4.20~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a64ed3fe7946dc993bb18dd2c3967e62b2d3e5;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): pin @rollup/plugin-replace in renovate.json --- diff --git a/.github/renovate.json5 b/.github/renovate.json5 index db0e457a64..1fdf206e69 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' ], }