mirror of https://github.com/vuejs/core.git
chore(deps): pin marked
This commit is contained in:
parent
3f23eff2b5
commit
5238e5a9de
|
@ -54,5 +54,9 @@
|
|||
// pinned
|
||||
// https://github.com/vuejs/core/commit/a012e39b373f1b6918e5c89856e8f902e1bfa14d
|
||||
'@rollup/plugin-replace',
|
||||
|
||||
// pinned
|
||||
// only used in example for e2e tests
|
||||
'marked',
|
||||
],
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue