Skip to content

Commit 722cbf8

Browse files
committed
feat: update rolldown
1 parent ce60f95 commit 722cbf8

File tree

3 files changed

+110
-218
lines changed

3 files changed

+110
-218
lines changed

packages/vite/package.json

Lines changed: 3 additions & 3 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.26",
88+
"rolldown": "1.0.0-beta.27",
8989
"tinyglobby": "^0.2.14"
9090
},
9191
"optionalDependencies": {
@@ -95,9 +95,9 @@
9595
"@ampproject/remapping": "^2.3.0",
9696
"@babel/parser": "^7.28.0",
9797
"@jridgewell/trace-mapping": "^0.3.29",
98-
"@oxc-project/types": "0.76.0",
98+
"@oxc-project/types": "0.77.0",
9999
"@polka/compression": "^1.0.0-next.25",
100-
"@rolldown/pluginutils": "1.0.0-beta.26",
100+
"@rolldown/pluginutils": "1.0.0-beta.27",
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.26"
13+
"rolldown": "1.0.0-beta.27"
1414
}
1515
}

0 commit comments

Comments
 (0)