Skip to content

Commit

Permalink
Upgrade to Vite 4.3 (#6877)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Apr 25, 2023
1 parent 0afff32 commit edabf01
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 45 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-jars-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Upgrade to Vite 4.3
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"typescript": "*",
"unist-util-visit": "^4.1.0",
"vfile": "^5.3.2",
"vite": "^4.2.1",
"vite": "^4.3.1",
"vitefu": "^0.2.4",
"yargs-parser": "^21.0.1",
"zod": "^3.20.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"mocha": "^9.2.2",
"rollup-plugin-copy": "^3.4.0",
"sharp": "^0.31.0",
"vite": "^4.2.1"
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"linkedom": "^0.14.12",
"mocha": "^9.2.2",
"rollup": "^3.20.1",
"vite": "^4.0.3"
"vite": "^4.3.1"
},
"engines": {
"node": ">=16.12.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.11",
"mocha": "^9.2.2",
"vite": "^4.2.1"
"vite": "^4.3.1"
},
"astro": {
"external": true
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"svelte": "^3.54.0",
"vite": "^4.2.1"
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"tailwindcss": "^3.0.24",
"vite": "^4.1.2"
"vite": "^4.3.1"
},
"peerDependencies": {
"astro": "workspace:^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"chai": "^4.3.6",
"linkedom": "^0.14.17",
"mocha": "^9.2.2",
"vite": "^4.2.1",
"vite": "^4.3.1",
"vue": "^3.2.37"
},
"peerDependencies": {
Expand Down
81 changes: 44 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edabf01

Please sign in to comment.