Skip to content

Commit b292707

Browse files
committed
feat: update rolldown
1 parent 8638a59 commit b292707

File tree

4 files changed

+82
-82
lines changed

4 files changed

+82
-82
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.0",
84+
"@oxc-project/runtime": "0.73.2",
8585
"fdir": "^6.4.6",
8686
"lightningcss": "^1.30.1",
8787
"picomatch": "^4.0.2",
8888
"postcss": "^8.5.5",
89-
"rolldown": "1.0.0-beta.17",
89+
"rolldown": "1.0.0-beta.18",
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.0",
99+
"@oxc-project/types": "0.73.2",
100100
"@polka/compression": "^1.0.0-next.25",
101-
"@rolldown/pluginutils": "1.0.0-beta.17",
101+
"@rolldown/pluginutils": "1.0.0-beta.18",
102102
"@rollup/plugin-alias": "^5.1.1",
103103
"@rollup/plugin-commonjs": "^28.0.5",
104104
"@rollup/plugin-dynamic-import-vars": "2.1.4",

playground/js-sourcemap/__tests__/js-sourcemap.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ describe.runIf(isBuild)('build tests', () => {
144144
{
145145
"debugId": "00000000-0000-0000-0000-000000000000",
146146
"ignoreList": [],
147-
"mappings": ";8qCAEA,MAFA,OAAO,6BAAuB,wBAE9B,QAAQ,IAAI,wBAAuB",
147+
"mappings": ";oDAEA,MAFA,OAAO,6BAAuB,wBAE9B,QAAQ,IAAI,wBAAuB",
148148
"sources": [
149149
"../../after-preload-dynamic.js",
150150
],

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.17"
13+
"rolldown": "1.0.0-beta.18"
1414
}
1515
}

0 commit comments

Comments
 (0)