summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2024-11-27 18:00:35 +0800
committerGravatar GitHub <noreply@github.com> 2024-11-27 18:00:35 +0800
commit9f440196dc39f36fce0198bf4c97131160e5bcc1 (patch)
treeabffe1350064663af8a46c86d819f6429087faac /packages/integrations/mdx
parenta2f90ced77c18757883a4a060d2b321764a0c60f (diff)
downloadastro-9f440196dc39f36fce0198bf4c97131160e5bcc1.tar.gz
astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.tar.zst
astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.zip
Update Vite to 6.0.0 (#12524)
Diffstat (limited to 'packages/integrations/mdx')
-rw-r--r--packages/integrations/mdx/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index fe59d20f3..00e5598d5 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -70,7 +70,7 @@
"remark-toc": "^9.0.0",
"shiki": "^1.22.2",
"unified": "^11.0.5",
- "vite": "6.0.0-beta.6"
+ "vite": "^6.0.1"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"