Skip to content

Commit 0100764

Browse files
committed
feat: update rolldown
1 parent 4df58bd commit 0100764

File tree

3 files changed

+81
-81
lines changed

3 files changed

+81
-81
lines changed

packages/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
},
8282
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
8383
"dependencies": {
84-
"@oxc-project/runtime": "0.73.2",
84+
"@oxc-project/runtime": "0.75.0",
8585
"fdir": "^6.4.6",
8686
"lightningcss": "^1.30.1",
8787
"picomatch": "^4.0.2",
8888
"postcss": "^8.5.6",
89-
"rolldown": "1.0.0-beta.19",
89+
"rolldown": "1.0.0-beta.20",
9090
"tinyglobby": "^0.2.14"
9191
},
9292
"optionalDependencies": {
@@ -96,9 +96,9 @@
9696
"@ampproject/remapping": "^2.3.0",
9797
"@babel/parser": "^7.27.5",
9898
"@jridgewell/trace-mapping": "^0.3.25",
99-
"@oxc-project/types": "0.73.2",
99+
"@oxc-project/types": "0.75.0",
100100
"@polka/compression": "^1.0.0-next.25",
101-
"@rolldown/pluginutils": "1.0.0-beta.19",
101+
"@rolldown/pluginutils": "1.0.0-beta.20",
102102
"@rollup/plugin-alias": "^5.1.1",
103103
"@rollup/plugin-commonjs": "^28.0.6",
104104
"@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.19"
13+
"rolldown": "1.0.0-beta.20"
1414
}
1515
}

0 commit comments

Comments
 (0)