Skip to content

Commit cd80bc0

Browse files
fix(deps): update all non-major dependencies
1 parent 8ec7ddf commit cd80bc0

File tree

3 files changed

+783
-1247
lines changed

3 files changed

+783
-1247
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
20.18.3

package.json

+10-10
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@9.4.0",
5+
"packageManager": "pnpm@9.15.7",
66
"description": "SWC plugin for Vite and Rollup",
77
"publishConfig": {
88
"access": "public"
@@ -48,23 +48,23 @@
4848
"@swc/core": "^1.2.108"
4949
},
5050
"dependencies": {
51-
"@rollup/pluginutils": "^5.1.0",
51+
"@rollup/pluginutils": "^5.1.4",
5252
"load-tsconfig": "^0.2.5",
53-
"unplugin": "^1.11.0"
53+
"unplugin": "^1.16.1"
5454
},
5555
"devDependencies": {
56-
"@antfu/eslint-config": "^2.21.2",
56+
"@antfu/eslint-config": "^2.27.3",
5757
"@swc/core": "^1.6.6",
58-
"@types/node": "^20.14.9",
58+
"@types/node": "^20.17.23",
5959
"defu": "^6.1.4",
60-
"esbuild": "0.20.2",
60+
"esbuild": "0.25.0",
6161
"eslint": "^9.6.0",
6262
"path-exists": "^5.0.0",
6363
"prettier": "3.2.5",
64-
"rollup": "^4.18.0",
65-
"tsup": "8.0.2",
66-
"typescript": "5.4.4",
67-
"vite": "^5.3.2",
64+
"rollup": "^4.34.9",
65+
"tsup": "8.4.0",
66+
"typescript": "5.8.2",
67+
"vite": "^5.4.14",
6868
"vitest": "^1.6.0"
6969
}
7070
}

0 commit comments

Comments
 (0)