Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3c067d

Browse files
authored
feat: update rolldown to 1.0.0-rc.10 (#21932)
1 parent 5fcce46 commit b3c067d

4 files changed

Lines changed: 190 additions & 190 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@voidzero-dev/vitepress-theme": "^4.8.3",
1515
"feed": "^5.2.0",
1616
"markdown-it-image-size": "^15.0.1",
17-
"oxc-minify": "^0.115.0",
17+
"oxc-minify": "^0.120.0",
1818
"vitepress": "^2.0.0-alpha.16",
1919
"vitepress-plugin-graphviz": "^0.0.1",
2020
"vitepress-plugin-group-icons": "^1.7.1",

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.58.2",
6666
"prettier": "3.8.1",
67-
"rolldown": "1.0.0-rc.9",
67+
"rolldown": "1.0.0-rc.10",
6868
"rollup": "^4.59.0",
6969
"simple-git-hooks": "^2.13.1",
7070
"tsx": "^4.21.0",

packages/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
},
7474
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
7575
"dependencies": {
76-
"@oxc-project/runtime": "0.115.0",
76+
"@oxc-project/runtime": "0.120.0",
7777
"lightningcss": "^1.32.0",
7878
"picomatch": "^4.0.3",
7979
"postcss": "^8.5.8",
80-
"rolldown": "1.0.0-rc.9",
80+
"rolldown": "1.0.0-rc.10",
8181
"tinyglobby": "^0.2.15"
8282
},
8383
"optionalDependencies": {

0 commit comments

Comments
 (0)