Skip to content

Commit 5238e5a

Browse files
committed
chore(deps): pin marked
1 parent 3f23eff commit 5238e5a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,9 @@
5454
// pinned
5555
// https://github.com/vuejs/core/commit/a012e39b373f1b6918e5c89856e8f902e1bfa14d
5656
'@rollup/plugin-replace',
57+
58+
// pinned
59+
// only used in example for e2e tests
60+
'marked',
5761
],
5862
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"lodash": "^4.17.21",
8787
"magic-string": "^0.30.11",
8888
"markdown-table": "^3.0.3",
89-
"marked": "^13.0.3",
89+
"marked": "13.0.3",
9090
"npm-run-all2": "^6.2.2",
9191
"picocolors": "^1.0.1",
9292
"prettier": "^3.3.3",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)