Skip to content

Commit d28ede6

Browse files
fix(deps): update all non-major dependencies (#304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87b4579 commit d28ede6

File tree

2 files changed

+117
-117
lines changed

2 files changed

+117
-117
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-swc",
33
"type": "module",
44
"version": "0.0.0",
5-
"packageManager": "pnpm@10.22.0",
5+
"packageManager": "pnpm@10.23.0",
66
"description": "SWC plugin for Vite and Rollup",
77
"publishConfig": {
88
"access": "public"
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@rollup/pluginutils": "^5.3.0",
5252
"load-tsconfig": "^0.2.5",
53-
"unplugin": "^2.3.10"
53+
"unplugin": "^2.3.11"
5454
},
5555
"devDependencies": {
5656
"@antfu/eslint-config": "^6.2.0",
@@ -61,10 +61,10 @@
6161
"eslint": "^9.39.1",
6262
"path-exists": "^5.0.0",
6363
"prettier": "3.6.2",
64-
"rollup": "^4.53.2",
64+
"rollup": "^4.53.3",
6565
"tsup": "8.5.1",
6666
"typescript": "5.9.3",
67-
"vite": "^7.2.2",
67+
"vite": "^7.2.4",
6868
"vitest": "^4.0.13"
6969
}
7070
}

0 commit comments

Comments
 (0)