downpin and ignore remark-unwrap-images
This commit is contained in:
parent
edb78ad772
commit
a63ca4c102
@ -74,7 +74,7 @@ jobs:
|
||||
echo "$outdated"
|
||||
|
||||
# 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)
|
||||
|
||||
|
||||
|
@ -163,7 +163,7 @@ class Markdown(Component):
|
||||
"remark-gfm@3.0.1": ImportVar(
|
||||
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
|
||||
),
|
||||
"rehype-katex@6.0.3": ImportVar(
|
||||
|
Loading…
Reference in New Issue
Block a user