From 5238e5a9dedbd295bc1fd61e78c33a05bec2b977 Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 12 Aug 2024 09:33:56 +0800 Subject: [PATCH] chore(deps): pin marked --- .github/renovate.json5 | 4 ++++ package.json | 2 +- pnpm-lock.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f13e5dd97..34307d8af 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -54,5 +54,9 @@ // pinned // https://github.com/vuejs/core/commit/a012e39b373f1b6918e5c89856e8f902e1bfa14d '@rollup/plugin-replace', + + // pinned + // only used in example for e2e tests + 'marked', ], } diff --git a/package.json b/package.json index eaf118113..1b08c8bcf 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "lodash": "^4.17.21", "magic-string": "^0.30.11", "markdown-table": "^3.0.3", - "marked": "^13.0.3", + "marked": "13.0.3", "npm-run-all2": "^6.2.2", "picocolors": "^1.0.1", "prettier": "^3.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9926afe02..2a4aeb62e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -114,7 +114,7 @@ importers: specifier: ^3.0.3 version: 3.0.3 marked: - specifier: ^13.0.3 + specifier: 13.0.3 version: 13.0.3 npm-run-all2: specifier: ^6.2.2