From: Evan You Date: Mon, 12 Aug 2024 01:33:56 +0000 (+0800) Subject: chore(deps): pin marked X-Git-Tag: v3.5.0-beta.2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5238e5a9dedbd295bc1fd61e78c33a05bec2b977;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): pin marked --- diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f13e5dd975..34307d8af1 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 eaf118113b..1b08c8bcf7 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 9926afe02d..2a4aeb62eb 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