Skip to content

Commit 2e6f736

Browse files
committed
chore: update deps
1 parent db919e3 commit 2e6f736

File tree

3 files changed

+2170
-1598
lines changed

3 files changed

+2170
-1598
lines changed

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@10.9.0",
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": "^2.3.2"
5454
},
5555
"devDependencies": {
56-
"@antfu/eslint-config": "^2.21.2",
57-
"@swc/core": "^1.6.6",
58-
"@types/node": "^20.14.9",
56+
"@antfu/eslint-config": "^4.12.0",
57+
"@swc/core": "^1.11.21",
58+
"@types/node": "^22.14.1",
5959
"defu": "^6.1.4",
6060
"esbuild": "0.20.2",
61-
"eslint": "^9.6.0",
61+
"eslint": "^9.25.1",
6262
"path-exists": "^5.0.0",
6363
"prettier": "3.2.5",
64-
"rollup": "^4.18.0",
64+
"rollup": "^4.40.0",
6565
"tsup": "8.0.2",
6666
"typescript": "5.4.4",
67-
"vite": "^5.3.2",
68-
"vitest": "^1.6.0"
67+
"vite": "^6.3.2",
68+
"vitest": "^3.1.2"
6969
}
7070
}

0 commit comments

Comments
 (0)