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 Jun 10, 2025
commit 6a99e257c2147e02121992d5e548fc98abbbf1ca
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.12.6"
"tsdown": "^0.12.7"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"acorn": "^8.14.1",
"picocolors": "^1.1.1",
"tsdown": "^0.12.6",
"tsdown": "^0.12.7",
"vite": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
"postcss-modules": "^6.0.1",
"premove": "^4.0.0",
"resolve.exports": "^2.0.3",
"rolldown": "^1.0.0-beta.10",
"rolldown-plugin-dts": "^0.13.7",
"rolldown": "^1.0.0-beta.14",
"rolldown-plugin-dts": "^0.13.9",
"rollup-plugin-license": "^3.6.0",
"sass": "^1.89.0",
"sass-embedded": "^1.89.0",
Expand Down
Loading