From 66f2858c5a4504a0dc6d313c78742c50bce7534a Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Thu, 31 Oct 2024 13:33:38 +0100 Subject: [PATCH] chore: sync with translated-content ``` git ls-files 'package.json' 'yarn.lock' '.*' ':!:.github' \ | xargs -I {} \ sh -c "cp ../translated-content/{} {} && sed -i '' 's#translated-content#translated-content-de#g' {}" ``` --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 582d53b79..919b95b92 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "markdown-it": "^14.1.0", "markdownlint-cli2": "0.14.0", "markdownlint-rule-search-replace": "1.2.0", - "mdast-util-from-markdown": "^2.0.1", + "mdast-util-from-markdown": "^2.0.2", "ora": "^8.1.0", "prettier": "3.3.3", "unist-util-visit": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index f74079041..21cc4c1b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -624,10 +624,10 @@ markdownlint@0.35.0: markdown-it "14.1.0" markdownlint-micromark "0.1.10" -mdast-util-from-markdown@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.1.tgz#32a6e8f512b416e1f51eb817fc64bd867ebcd9cc" - integrity sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA== +mdast-util-from-markdown@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz#4850390ca7cf17413a9b9a0fbefcd1bc0eb4160a" + integrity sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA== dependencies: "@types/mdast" "^4.0.0" "@types/unist" "^3.0.0"