diff options
author | 2023-04-25 22:04:45 +0800 | |
---|---|---|
committer | 2023-04-25 22:04:45 +0800 | |
commit | edabf01b44d8c99da160973cd0f779e0a0b93cd7 (patch) | |
tree | b15d9856ac172b3bef8095b6d716d49c8941f23d /packages/integrations/mdx | |
parent | 0afff32741247bc4c6709a30fc83787f58ec02b7 (diff) | |
download | astro-edabf01b44d8c99da160973cd0f779e0a0b93cd7.tar.gz astro-edabf01b44d8c99da160973cd0f779e0a0b93cd7.tar.zst astro-edabf01b44d8c99da160973cd0f779e0a0b93cd7.zip |
Upgrade to Vite 4.3 (#6877)
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 96a1f94c5..6f3cad30d 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -71,7 +71,7 @@ "remark-rehype": "^10.1.0", "remark-shiki-twoslash": "^3.1.0", "remark-toc": "^8.0.1", - "vite": "^4.2.1" + "vite": "^4.3.1" }, "engines": { "node": ">=16.12.0" |