summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx
diff options
context:
space:
mode:
authorGravatar Junseong Park <39112954+jsparkdev@users.noreply.github.com> 2025-03-31 23:18:20 +0900
committerGravatar GitHub <noreply@github.com> 2025-03-31 23:18:20 +0900
commitff9d69e3443c80059c54f6296d19f66bb068ead3 (patch)
treecb22f15eea41a50c25dd131e0ac09548e63b897a /packages/integrations/mdx
parentb8645c18fcbc903d494c42b70d54ce66852810bc (diff)
downloadastro-ff9d69e3443c80059c54f6296d19f66bb068ead3.tar.gz
astro-ff9d69e3443c80059c54f6296d19f66bb068ead3.tar.zst
astro-ff9d69e3443c80059c54f6296d19f66bb068ead3.zip
fix: update `vite` to latest version (#13526)
* fix: update `vite` to latest version * apply suggestion Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Diffstat (limited to '')
-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 d72e39b75..f0f16d490 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -70,7 +70,7 @@
"remark-toc": "^9.0.0",
"shiki": "^3.2.1",
"unified": "^11.0.5",
- "vite": "^6.2.3"
+ "vite": "^6.2.4"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=22.0.0"