Skip to content

Commit b2acd09

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

File tree

2 files changed

+110
-110
lines changed

2 files changed

+110
-110
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.14.0",
5+
"packageManager": "pnpm@10.15.0",
66
"description": "SWC plugin for Vite and Rollup",
77
"publishConfig": {
88
"access": "public"
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@rollup/pluginutils": "^5.2.0",
5252
"load-tsconfig": "^0.2.5",
53-
"unplugin": "^2.3.6"
53+
"unplugin": "^2.3.8"
5454
},
5555
"devDependencies": {
5656
"@antfu/eslint-config": "^5.2.1",
@@ -61,10 +61,10 @@
6161
"eslint": "^9.33.0",
6262
"path-exists": "^5.0.0",
6363
"prettier": "3.6.2",
64-
"rollup": "^4.46.2",
64+
"rollup": "^4.47.1",
6565
"tsup": "8.5.0",
6666
"typescript": "5.9.2",
67-
"vite": "^7.1.2",
67+
"vite": "^7.1.3",
6868
"vitest": "^3.2.4"
6969
}
7070
}

0 commit comments

Comments
 (0)