Skip to content

Commit

Permalink
Bump Vite to 4.1 (#6277)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Feb 17, 2023
1 parent a486104 commit d9474d4
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 46 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-eyes-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Bump Vite to 4.1
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"typescript": "*",
"unist-util-visit": "^4.1.0",
"vfile": "^5.3.2",
"vite": "^4.0.3",
"vite": "^4.1.2",
"vitefu": "^0.2.4",
"yargs-parser": "^21.0.1",
"zod": "^3.17.3"
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.0.3"
"vite": "^4.1.2"
},
"peerDependencies": {
"astro": "workspace:^2.0.13",
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 @@ -68,7 +68,7 @@
"remark-rehype": "^10.1.0",
"remark-shiki-twoslash": "^3.1.0",
"remark-toc": "^8.0.1",
"vite": "^4.0.3"
"vite": "^4.1.2"
},
"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 @@ -49,7 +49,7 @@
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.11",
"mocha": "^9.2.2",
"vite": "^4.0.3"
"vite": "^4.1.2"
},
"astro": {
"external": true
Expand Down
6 changes: 3 additions & 3 deletions packages/integrations/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"svelte": "^3.54.0",
"vite": "^4.0.3"
"vite": "^4.1.2"
},
"peerDependencies": {
"svelte": "^3.54.0",
"astro": "workspace:^2.0.13"
"astro": "workspace:^2.0.13",
"svelte": "^3.54.0"
},
"engines": {
"node": ">=16.12.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/integrations/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"tailwindcss": "^3.0.24",
"vite": "^4.0.3"
"vite": "^4.1.2"
},
"peerDependencies": {
"tailwindcss": "^3.0.24",
"astro": "workspace:^2.0.13"
"astro": "workspace:^2.0.13",
"tailwindcss": "^3.0.24"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
6 changes: 3 additions & 3 deletions packages/integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"chai": "^4.3.6",
"linkedom": "^0.14.17",
"mocha": "^9.2.2",
"vite": "^4.0.3",
"vite": "^4.1.2",
"vue": "^3.2.37"
},
"peerDependencies": {
"vue": "^3.2.30",
"astro": "workspace:^2.0.13"
"astro": "workspace:^2.0.13",
"vue": "^3.2.30"
},
"engines": {
"node": ">=16.12.0"
Expand Down
66 changes: 33 additions & 33 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 d9474d4

Please sign in to comment.