Skip to content

Commit 06af8a3

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

File tree

2 files changed

+218
-201
lines changed

2 files changed

+218
-201
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.8.1",
4-
"packageManager": "pnpm@10.18.3",
4+
"packageManager": "pnpm@10.19.0",
55
"description": "A Vue JSX plugin.",
66
"type": "module",
77
"keywords": [
@@ -62,7 +62,7 @@
6262
"prepublishOnly": "pnpm run build"
6363
},
6464
"dependencies": {
65-
"@babel/core": "^7.28.4",
65+
"@babel/core": "^7.28.5",
6666
"@vue/babel-plugin-jsx": "^2.0.1",
6767
"unplugin": "^2.3.10"
6868
},
@@ -71,15 +71,15 @@
7171
"@sxzz/eslint-config": "^7.2.7",
7272
"@sxzz/prettier-config": "^2.2.4",
7373
"@types/babel__core": "^7.20.5",
74-
"@types/node": "^24.8.1",
74+
"@types/node": "^24.9.1",
7575
"bumpp": "^10.3.1",
7676
"eslint": "^9.38.0",
7777
"prettier": "^3.6.2",
7878
"rolldown-plugin-require-cjs": "^0.3.1",
79-
"tsdown": "^0.15.8",
79+
"tsdown": "^0.15.10",
8080
"tsx": "^4.20.6",
8181
"typescript": "^5.9.3",
82-
"vite": "^7.1.10",
82+
"vite": "^7.1.12",
8383
"vitest": "^3.2.4",
8484
"vue": "^3.5.22"
8585
},

0 commit comments

Comments
 (0)