Skip to content

Commit

Permalink
feat: support Vite v6 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangHongEn authored Dec 17, 2024
1 parent 246b8ef commit c619bae
Show file tree
Hide file tree
Showing 4 changed files with 3,737 additions and 7,658 deletions.
2 changes: 1 addition & 1 deletion examples/vite-vite/vite-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@swc/core": "~1.7.10",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.0",
"vite": "^6.0.3",
"vite-plugin-top-level-await": "^1.4.4"
}
}
2 changes: 1 addition & 1 deletion examples/vite-vite/vite-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@swc/core": "~1.7.10",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.0",
"vite": "^6.0.3",
"vite-plugin-top-level-await": "^1.4.4"
}
}
Loading

0 comments on commit c619bae

Please sign in to comment.