aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-09-26 14:57:59 +0100
committerGravatar GitHub <noreply@github.com> 2024-09-26 14:57:59 +0100
commit2594eb088d53a98181ac820243bcb1a765856ecf (patch)
treee812e18ec5151b5e253f17970128eaa7db096401 /packages/integrations/markdoc
parentd7779dfae7bc00ff94b1e4596ff5b4897f65aabe (diff)
downloadastro-feat/action-on-result.tar.gz
astro-feat/action-on-result.tar.zst
astro-feat/action-on-result.zip
fix(deps): update all non-major dependencies (#12003)feat/action-on-result
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to 'packages/integrations/markdoc')
-rw-r--r--packages/integrations/markdoc/package.json6
-rw-r--r--packages/integrations/markdoc/test/fixtures/render-with-components/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 1e7a90f39..9cb18f37c 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -78,9 +78,9 @@
"@types/markdown-it": "^14.1.2",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "devalue": "^5.0.0",
- "linkedom": "^0.18.4",
- "vite": "^5.4.3"
+ "devalue": "^5.1.1",
+ "linkedom": "^0.18.5",
+ "vite": "^5.4.8"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
diff --git a/packages/integrations/markdoc/test/fixtures/render-with-components/package.json b/packages/integrations/markdoc/test/fixtures/render-with-components/package.json
index 03b95608b..4bf2dba06 100644
--- a/packages/integrations/markdoc/test/fixtures/render-with-components/package.json
+++ b/packages/integrations/markdoc/test/fixtures/render-with-components/package.json
@@ -6,6 +6,6 @@
"@astrojs/markdoc": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
- "preact": "^10.23.2"
+ "preact": "^10.24.1"
}
}