Skip to content

Commit 98ca5e3

Browse files
committed
feat: update rolldown
1 parent c9e4477 commit 98ca5e3

File tree

3 files changed

+108
-102
lines changed

3 files changed

+108
-102
lines changed

packages/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"lightningcss": "^1.30.1",
8686
"picomatch": "^4.0.2",
8787
"postcss": "^8.5.6",
88-
"rolldown": "1.0.0-beta.25",
88+
"rolldown": "1.0.0-beta.26",
8989
"tinyglobby": "^0.2.14"
9090
},
9191
"optionalDependencies": {
@@ -97,7 +97,7 @@
9797
"@jridgewell/trace-mapping": "^0.3.29",
9898
"@oxc-project/types": "0.76.0",
9999
"@polka/compression": "^1.0.0-next.25",
100-
"@rolldown/pluginutils": "1.0.0-beta.25",
100+
"@rolldown/pluginutils": "1.0.0-beta.26",
101101
"@rollup/plugin-alias": "^5.1.1",
102102
"@rollup/plugin-commonjs": "^28.0.6",
103103
"@rollup/plugin-dynamic-import-vars": "2.1.4",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"convert-source-map": "^2.0.0",
1111
"css-color-names": "^1.0.1",
1212
"kill-port": "^1.6.1",
13-
"rolldown": "1.0.0-beta.24"
13+
"rolldown": "1.0.0-beta.26"
1414
}
1515
}

0 commit comments

Comments
 (0)