chore(deps): pin marked

This commit is contained in:
Evan You 2024-08-12 09:33:56 +08:00
parent 3f23eff2b5
commit 5238e5a9de
No known key found for this signature in database
GPG Key ID: 00E9AB7A6704CE0A
3 changed files with 6 additions and 2 deletions

View File

@ -54,5 +54,9 @@
// pinned
// https://github.com/vuejs/core/commit/a012e39b373f1b6918e5c89856e8f902e1bfa14d
'@rollup/plugin-replace',
// pinned
// only used in example for e2e tests
'marked',
],
}

View File

@ -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",

View File

@ -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