Skip to content

Commit

Permalink
chore: 🤖 rename vite to rolldown-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Jul 17, 2024
1 parent 63843ce commit c77d0e3
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 33 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"tsx": "^4.16.0",
"typescript": "^5.2.2",
"typescript-eslint": "^7.15.0",
"vite": "workspace:*",
"rolldown-vite": "workspace:*",
"vitest": "^1.6.0"
},
"simple-git-hooks": {
Expand All @@ -100,7 +100,7 @@
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"vite": "workspace:*"
"rolldown-vite": "workspace:*"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"acorn": "^8.12.0",
"picocolors": "^1.0.1",
"unbuild": "^2.0.0",
"vite": "workspace:*"
"rolldown-vite": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "5.3.3",
"name": "rolldown-vite",
"version": "0.1.0",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down
2 changes: 1 addition & 1 deletion playground/external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"slash3": "npm:slash@^3.0.0",
"slash5": "npm:slash@^5.1.0",
"vite": "workspace:*",
"rolldown-vite": "workspace:*",
"vue": "^3.4.31",
"vue32": "npm:vue@~3.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "workspace:*",
"rolldown-vite": "workspace:*",
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.19.2",
"terser": "^5.31.1"
Expand Down
115 changes: 89 additions & 26 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 c77d0e3

Please sign in to comment.