Skip to content

Commit

Permalink
Update Vite to latest (#10259)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Feb 28, 2024
1 parent e56c428 commit f6fc18c
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 387 deletions.
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"tsconfck": "^3.0.0",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"vite": "^5.1.2",
"vite": "^5.1.4",
"vitefu": "^0.2.5",
"which-pm": "^2.1.1",
"yargs-parser": "^21.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"cheerio": "1.0.0-rc.12",
"mocha": "^10.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.11"
"vite": "^5.1.4"
}
}
92 changes: 0 additions & 92 deletions packages/db/src/core/integration/load-astro-config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/integrations/alpinejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@playwright/test": "1.40.0",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"vite": "^5.1.2"
"vite": "^5.1.4"
},
"publishConfig": {
"provenance": true
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 @@ -83,7 +83,7 @@
"astro-scripts": "workspace:*",
"devalue": "^4.3.2",
"linkedom": "^0.16.4",
"vite": "^5.1.2"
"vite": "^5.1.4"
},
"engines": {
"node": ">=18.14.1"
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 @@ -72,7 +72,7 @@
"remark-shiki-twoslash": "^3.1.3",
"remark-toc": "^9.0.0",
"unified": "^11.0.4",
"vite": "^5.1.2"
"vite": "^5.1.4"
},
"engines": {
"node": ">=18.14.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"cheerio": "1.0.0-rc.12",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"vite": "^5.1.2"
"vite": "^5.1.4"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",
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 @@ -49,7 +49,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"svelte": "^4.2.5",
"vite": "^5.1.2"
"vite": "^5.1.4"
},
"peerDependencies": {
"astro": "^4.0.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 @@ -41,7 +41,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"tailwindcss": "^3.3.5",
"vite": "^5.1.2"
"vite": "^5.1.4"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.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 @@ -51,7 +51,7 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"linkedom": "^0.16.4",
"vite": "^5.1.2",
"vite": "^5.1.4",
"vue": "^3.3.8"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit f6fc18c

Please sign in to comment.