Skip to content

Commit 2947edd

Browse files
authored
feat: update rolldown to 1.0.0-rc.16 (#22248)
1 parent e616e78 commit 2947edd

File tree

5 files changed

+187
-191
lines changed

5 files changed

+187
-191
lines changed

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.4",
1515
"feed": "^5.2.0",
1616
"markdown-it-image-size": "^15.0.1",
17-
"oxc-minify": "^0.124.0",
17+
"oxc-minify": "^0.126.0",
1818
"vitepress": "^2.0.0-alpha.17",
1919
"vitepress-plugin-graphviz": "^0.0.1",
2020
"vitepress-plugin-group-icons": "^1.7.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"oxfmt": "^0.44.0",
6565
"picocolors": "^1.1.1",
6666
"playwright-chromium": "^1.59.1",
67-
"rolldown": "1.0.0-rc.15",
67+
"rolldown": "1.0.0-rc.16",
6868
"rollup": "^4.59.0",
6969
"simple-git-hooks": "^2.13.1",
7070
"tsx": "^4.21.0",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"lightningcss": "^1.32.0",
7777
"picomatch": "^4.0.4",
7878
"postcss": "^8.5.9",
79-
"rolldown": "1.0.0-rc.15",
79+
"rolldown": "1.0.0-rc.16",
8080
"tinyglobby": "^0.2.16"
8181
},
8282
"optionalDependencies": {

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-rc.15"
13+
"rolldown": "1.0.0-rc.16"
1414
}
1515
}

0 commit comments

Comments
 (0)