Skip to content

Commit 6f8287b

Browse files
committed
feat: update rolldown
1 parent 2588f03 commit 6f8287b

File tree

3 files changed

+69
-86
lines changed

3 files changed

+69
-86
lines changed

packages/vite/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"lightningcss": "^1.30.1",
8787
"picomatch": "^4.0.2",
8888
"postcss": "^8.5.5",
89-
"rolldown": "1.0.0-beta.16",
89+
"rolldown": "1.0.0-beta.17",
9090
"tinyglobby": "^0.2.14"
9191
},
9292
"optionalDependencies": {
@@ -96,10 +96,9 @@
9696
"@ampproject/remapping": "^2.3.0",
9797
"@babel/parser": "^7.27.5",
9898
"@jridgewell/trace-mapping": "^0.3.25",
99-
"@oxc-project/runtime": "^0.73.0",
10099
"@oxc-project/types": "0.73.0",
101100
"@polka/compression": "^1.0.0-next.25",
102-
"@rolldown/pluginutils": "1.0.0-beta.16",
101+
"@rolldown/pluginutils": "1.0.0-beta.17",
103102
"@rollup/plugin-alias": "^5.1.1",
104103
"@rollup/plugin-commonjs": "^28.0.5",
105104
"@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.16"
13+
"rolldown": "1.0.0-beta.17"
1414
}
1515
}

0 commit comments

Comments
 (0)