diff options
author | 2023-11-17 22:02:05 +0800 | |
---|---|---|
committer | 2023-11-17 22:02:05 +0800 | |
commit | 1c48ed286538ab9e354eca4e4dcd7c6385c96721 (patch) | |
tree | 0e240fda3dbc1202ecd0507773ad4d29084e936b /packages/integrations/mdx | |
parent | cd0878751857ba38a833fa77d81ed3a2f6998e2f (diff) | |
download | astro-1c48ed286538ab9e354eca4e4dcd7c6385c96721.tar.gz astro-1c48ed286538ab9e354eca4e4dcd7c6385c96721.tar.zst astro-1c48ed286538ab9e354eca4e4dcd7c6385c96721.zip |
Support Vite 5 (#9122)
Diffstat (limited to 'packages/integrations/mdx')
-rw-r--r-- | packages/integrations/mdx/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index f9e22d58c..20948fe61 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -75,7 +75,7 @@ "remark-shiki-twoslash": "^3.1.3", "remark-toc": "^8.0.1", "unified": "^10.1.2", - "vite": "^4.4.9" + "vite": "^5.0.0" }, "engines": { "node": ">=18.14.1" |