downpin and ignore remark-unwrap-images

This commit is contained in:
Lendemor 2024-10-21 20:59:19 +02:00
parent edb78ad772
commit a63ca4c102
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ jobs:
echo "$outdated" echo "$outdated"
# Ignore 3rd party dependencies that are not updated. # Ignore 3rd party dependencies that are not updated.
filtered_outdated=$(echo "$outdated" | grep -vE 'Package|@chakra-ui|lucide-react|@splinetool/runtime|ag-grid-react|framer-motion|react-markdown|remark-math|remark-gfm|rehype-katex|rehype-raw' || true) filtered_outdated=$(echo "$outdated" | grep -vE 'Package|@chakra-ui|lucide-react|@splinetool/runtime|ag-grid-react|framer-motion|react-markdown|remark-math|remark-gfm|rehype-katex|rehype-raw|remark-unwrap-images' || true)
no_extra=$(echo "$filtered_outdated" | grep -vE '\|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-' || true) no_extra=$(echo "$filtered_outdated" | grep -vE '\|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-' || true)

View File

@ -163,7 +163,7 @@ class Markdown(Component):
"remark-gfm@3.0.1": ImportVar( "remark-gfm@3.0.1": ImportVar(
tag=_REMARK_GFM._js_expr, is_default=True tag=_REMARK_GFM._js_expr, is_default=True
), ),
"remark-unwrap-images@5.0.0": ImportVar( "remark-unwrap-images@4.0.0": ImportVar(
tag=_REMARK_UNWRAP_IMAGES._js_expr, is_default=True tag=_REMARK_UNWRAP_IMAGES._js_expr, is_default=True
), ),
"rehype-katex@6.0.3": ImportVar( "rehype-katex@6.0.3": ImportVar(