Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"@tsdown/exe": "0.21.7",
"@types/node": "^20.19.0 || >=22.12.0",
"@vitejs/devtools": "^0.1.0",
"esbuild": "^0.27.0",
"esbuild": "^0.27.0 || ^0.28.0",
Comment thread
fengmk2 marked this conversation as resolved.
Outdated
Comment thread
fengmk2 marked this conversation as resolved.
Outdated
"jiti": ">=1.21.0",
"less": "^4.0.0",
"publint": "^0.3.0",
Expand Down Expand Up @@ -217,7 +217,7 @@
"node": "^20.19.0 || >=22.12.0"
},
"bundledVersions": {
"vite": "8.0.3",
"vite": "8.0.5",
"rolldown": "1.0.0-rc.13",
"tsdown": "0.21.7"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/.upstream-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"vite": {
"repo": "https://github.com/vitejs/vite.git",
"branch": "main",
"hash": "a248a410426a08916771ba82f37b3496375636b8"
"hash": "1a12d4ca4c62eedaeaf734d722b27ab17b5b1dd0"
}
}
Loading
Loading