Skip to content

Commit c23e699

Browse files
authored
feat: update rolldown to 1.0.0-beta.50 (#508)
1 parent ecf9fd2 commit c23e699

File tree

5 files changed

+164
-164
lines changed

5 files changed

+164
-164
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.13.0",
1616
"markdown-it-image-size": "^15.0.1",
17-
"oxc-minify": "^0.96.0",
17+
"oxc-minify": "^0.97.0",
1818
"vitepress": "^2.0.0-alpha.12",
1919
"vitepress-plugin-group-icons": "^1.6.5",
2020
"vitepress-plugin-llms": "^1.8.1",

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.49",
68+
"rolldown": "1.0.0-beta.50",
6969
"rollup": "^4.43.0",
7070
"simple-git-hooks": "^2.13.1",
7171
"tsx": "^4.20.6",

packages/vite/package.json

Lines changed: 3 additions & 3 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.96.0",
85+
"@oxc-project/runtime": "0.97.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.49",
90+
"rolldown": "1.0.0-beta.50",
9191
"tinyglobby": "^0.2.15"
9292
},
9393
"optionalDependencies": {
@@ -97,7 +97,7 @@
9797
"@babel/parser": "^7.28.5",
9898
"@jridgewell/remapping": "^2.3.5",
9999
"@jridgewell/trace-mapping": "^0.3.31",
100-
"@oxc-project/types": "0.96.0",
100+
"@oxc-project/types": "0.97.0",
101101
"@polka/compression": "^1.0.0-next.25",
102102
"@rolldown/pluginutils": "^1.0.0-beta.46",
103103
"@rollup/plugin-alias": "^5.1.1",

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

0 commit comments

Comments
 (0)