Skip to content

Commit c1cabd9

Browse files
fix(deps): update rolldown-related dependencies
1 parent 8618ab5 commit c1cabd9

File tree

5 files changed

+153
-137
lines changed

5 files changed

+153
-137
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.2",
1616
"markdown-it-image-size": "^15.0.1",
17-
"oxc-minify": "^0.103.0",
17+
"oxc-minify": "^0.106.0",
1818
"vitepress": "^2.0.0-alpha.15",
1919
"vitepress-plugin-group-icons": "^1.6.5",
2020
"vitepress-plugin-llms": "^1.9.3",

packages/create-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"cross-spawn": "^7.0.6",
3939
"mri": "^1.2.0",
4040
"picocolors": "^1.1.1",
41-
"tsdown": "^0.17.4"
41+
"tsdown": "^0.18.4"
4242
}
4343
}

packages/plugin-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"acorn": "^8.15.0",
5555
"picocolors": "^1.1.1",
56-
"tsdown": "^0.17.4",
56+
"tsdown": "^0.18.4",
5757
"vite": "workspace:*"
5858
}
5959
}

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
7575
"dependencies": {
76-
"@oxc-project/runtime": "0.103.0",
76+
"@oxc-project/runtime": "0.106.0",
7777
"fdir": "^6.5.0",
7878
"lightningcss": "^1.30.2",
7979
"picomatch": "^4.0.3",

0 commit comments

Comments
 (0)