summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-01-04 02:24:49 +0800
committerGravatar GitHub <noreply@github.com> 2023-01-03 13:24:49 -0500
commitf6cf92b48317a19a3840ad781b77d6d3cae143bb (patch)
treec22d07726672c36ba35a69285c1ad98e8d62e28c /packages/integrations/mdx
parent5007bc78815ce81e91c9b1482c1b84e1214de4b0 (diff)
downloadastro-f6cf92b48317a19a3840ad781b77d6d3cae143bb.tar.gz
astro-f6cf92b48317a19a3840ad781b77d6d3cae143bb.tar.zst
astro-f6cf92b48317a19a3840ad781b77d6d3cae143bb.zip
Upgrade to Vite 4 (#5685)
* Upgrade Vite 4 * Simplify Svelte preprocess setup * Upgrade rollup * Fix tests * Fix wrong changeset target * Fix error tests * Set NODE_ENV default
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 351d1ddb4..820b61775 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -68,7 +68,7 @@
"remark-rehype": "^10.1.0",
"remark-shiki-twoslash": "^3.1.0",
"remark-toc": "^8.0.1",
- "vite": "^3.0.0"
+ "vite": "^4.0.3"
},
"engines": {
"node": "^14.18.0 || >=16.12.0"