Skip to content

Commit c751172

Browse files
sapphi-redshulaoda
andauthored
feat: update rolldown to 1.0.0-beta.54 (#21267)
Co-authored-by: shulaoda <[email protected]>
1 parent 2eb259a commit c751172

File tree

5 files changed

+164
-158
lines changed

5 files changed

+164
-158
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"feed": "^5.1.0",
1515
"gsap": "^3.14.1",
1616
"markdown-it-image-size": "^15.0.1",
17-
"oxc-minify": "^0.101.0",
17+
"oxc-minify": "^0.102.0",
1818
"vitepress": "^2.0.0-alpha.15",
1919
"vitepress-plugin-group-icons": "^1.6.5",
2020
"vitepress-plugin-llms": "^1.9.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"picocolors": "^1.1.1",
6565
"playwright-chromium": "^1.57.0",
6666
"prettier": "3.7.4",
67-
"rolldown": "1.0.0-beta.53",
67+
"rolldown": "1.0.0-beta.54",
6868
"rollup": "^4.43.0",
6969
"simple-git-hooks": "^2.13.1",
7070
"tsx": "^4.21.0",

packages/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
},
7474
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
7575
"dependencies": {
76-
"@oxc-project/runtime": "0.101.0",
76+
"@oxc-project/runtime": "0.102.0",
7777
"fdir": "^6.5.0",
7878
"lightningcss": "^1.30.2",
7979
"picomatch": "^4.0.3",
8080
"postcss": "^8.5.6",
81-
"rolldown": "1.0.0-beta.53",
81+
"rolldown": "1.0.0-beta.54",
8282
"tinyglobby": "^0.2.15"
8383
},
8484
"optionalDependencies": {
@@ -88,9 +88,9 @@
8888
"@babel/parser": "^7.28.5",
8989
"@jridgewell/remapping": "^2.3.5",
9090
"@jridgewell/trace-mapping": "^0.3.31",
91-
"@oxc-project/types": "0.101.0",
91+
"@oxc-project/types": "0.102.0",
9292
"@polka/compression": "^1.0.0-next.25",
93-
"@rolldown/pluginutils": "1.0.0-beta.53",
93+
"@rolldown/pluginutils": "1.0.0-beta.54",
9494
"@rollup/plugin-alias": "^5.1.1",
9595
"@rollup/plugin-commonjs": "^29.0.0",
9696
"@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.53"
13+
"rolldown": "1.0.0-beta.54"
1414
}
1515
}

0 commit comments

Comments
 (0)