Skip to content

Commit 3a6ebb2

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

File tree

2 files changed

+440
-433
lines changed

2 files changed

+440
-433
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.6.1",
4-
"packageManager": "pnpm@10.14.0",
4+
"packageManager": "pnpm@10.15.0",
55
"description": "Vue JSX plugin for both Vue 2 and 3.",
66
"type": "module",
77
"keywords": [
@@ -67,25 +67,25 @@
6767
"@babel/plugin-syntax-typescript": "^7.27.1",
6868
"@vue/babel-plugin-jsx": "^1.5.0",
6969
"@vue/babel-preset-jsx": "^1.4.0",
70-
"local-pkg": "^1.1.1",
71-
"magic-string": "^0.30.17",
72-
"unplugin": "^2.3.6",
73-
"unplugin-utils": "^0.2.5"
70+
"local-pkg": "^1.1.2",
71+
"magic-string": "^0.30.18",
72+
"unplugin": "^2.3.8",
73+
"unplugin-utils": "^0.3.0"
7474
},
7575
"devDependencies": {
76-
"@sxzz/eslint-config": "^7.1.2",
77-
"@sxzz/prettier-config": "^2.2.3",
76+
"@sxzz/eslint-config": "^7.1.4",
77+
"@sxzz/prettier-config": "^2.2.4",
7878
"@types/babel__core": "^7.20.5",
7979
"@types/node": "^22.17.2",
8080
"bumpp": "^10.2.3",
81-
"eslint": "^9.33.0",
81+
"eslint": "^9.34.0",
8282
"prettier": "^3.6.2",
8383
"tsdown": "^0.14.1",
84-
"tsx": "^4.20.4",
84+
"tsx": "^4.20.5",
8585
"typescript": "^5.9.2",
86-
"vite": "^7.1.2",
86+
"vite": "^7.1.3",
8787
"vitest": "^3.2.4",
88-
"vue": "^3.5.18"
88+
"vue": "^3.5.19"
8989
},
9090
"engines": {
9191
"node": ">=18.12.0"

0 commit comments

Comments
 (0)