Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update rolldown-related dependencies
  • Loading branch information
renovate[bot] authored Oct 14, 2025
commit e0b5a0fa801f2789d02f9dd0b7abf2c8db38709a
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"picocolors": "^1.1.1",
"playwright-chromium": "^1.55.1",
"prettier": "3.6.2",
"rolldown": "^1.0.0-beta.42",
"rolldown": "^1.0.0-beta.43",
"rollup": "^4.43.0",
"simple-git-hooks": "^2.13.1",
"tsx": "^4.20.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"cross-spawn": "^7.0.6",
"mri": "^1.2.0",
"picocolors": "^1.1.1",
"tsdown": "^0.15.6"
"tsdown": "^0.15.7"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"acorn": "^8.15.0",
"fdir": "^6.5.0",
"picocolors": "^1.1.1",
"tsdown": "^0.15.6",
"tsdown": "^0.15.7",
"vite": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"postcss-modules": "^6.0.1",
"premove": "^4.0.0",
"resolve.exports": "^2.0.3",
"rolldown": "^1.0.0-beta.41",
"rolldown": "^1.0.0-beta.43",
"rolldown-plugin-dts": "^0.16.11",
"rollup-plugin-license": "^3.6.0",
"sass": "^1.93.2",
Expand Down
Loading