]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(deps): pin marked
authorEvan You <evan@vuejs.org>
Mon, 12 Aug 2024 01:33:56 +0000 (09:33 +0800)
committerEvan You <evan@vuejs.org>
Mon, 12 Aug 2024 01:36:39 +0000 (09:36 +0800)
.github/renovate.json5
package.json
pnpm-lock.yaml

index f13e5dd9753b4b0666d3e9b7d807b98a5dcafe8a..34307d8af13d2fd6e38ec32f5791935932d95801 100644 (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',
   ],
 }
index eaf118113bc0d867b7012153ab3e28aceb2f786a..1b08c8bcf7362f3c923efcc25144875014a59fd5 100644 (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",
index 9926afe02d49dbac4b55c0799a09cbb266f36010..2a4aeb62eb432d6918b9f812811ab1c426724146 100644 (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