Skip to content

Commit 756858e

Browse files
committed
feat: update rolldown to 1.0.0-beta.52
1 parent 38a8609 commit 756858e

File tree

4 files changed

+99
-99
lines changed

4 files changed

+99
-99
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"picocolors": "^1.1.1",
6666
"playwright-chromium": "^1.56.1",
6767
"prettier": "3.6.2",
68-
"rolldown": "1.0.0-beta.51",
68+
"rolldown": "1.0.0-beta.52",
6969
"rollup": "^4.43.0",
7070
"simple-git-hooks": "^2.13.1",
7171
"tsx": "^4.20.6",

packages/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282
},
8383
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
8484
"dependencies": {
85-
"@oxc-project/runtime": "0.98.0",
85+
"@oxc-project/runtime": "0.99.0",
8686
"fdir": "^6.5.0",
8787
"lightningcss": "^1.30.2",
8888
"picomatch": "^4.0.3",
8989
"postcss": "^8.5.6",
90-
"rolldown": "1.0.0-beta.51",
90+
"rolldown": "1.0.0-beta.52",
9191
"tinyglobby": "^0.2.15"
9292
},
9393
"optionalDependencies": {
@@ -97,9 +97,9 @@
9797
"@babel/parser": "^7.28.5",
9898
"@jridgewell/remapping": "^2.3.5",
9999
"@jridgewell/trace-mapping": "^0.3.31",
100-
"@oxc-project/types": "0.98.0",
100+
"@oxc-project/types": "0.99.0",
101101
"@polka/compression": "^1.0.0-next.25",
102-
"@rolldown/pluginutils": "1.0.0-beta.51",
102+
"@rolldown/pluginutils": "1.0.0-beta.52",
103103
"@rollup/plugin-alias": "^5.1.1",
104104
"@rollup/plugin-commonjs": "^29.0.0",
105105
"@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.51"
13+
"rolldown": "1.0.0-beta.52"
1414
}
1515
}

0 commit comments

Comments
 (0)