Skip to content

Commit aa28410

Browse files
committed
chore: upgrade deps
1 parent 50ef18b commit aa28410

File tree

3 files changed

+744
-703
lines changed

3 files changed

+744
-703
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.8.0",
4-
"packageManager": "pnpm@10.17.1",
4+
"packageManager": "pnpm@10.18.1",
55
"description": "A Vue JSX plugin.",
66
"type": "module",
77
"keywords": [
@@ -63,22 +63,22 @@
6363
},
6464
"dependencies": {
6565
"@babel/core": "^7.28.4",
66-
"@vue/babel-plugin-jsx": "^1.5.0",
66+
"@vue/babel-plugin-jsx": "^2.0.1",
6767
"unplugin": "^2.3.10"
6868
},
6969
"devDependencies": {
7070
"@babel/plugin-syntax-typescript": "^7.27.1",
71-
"@sxzz/eslint-config": "^7.2.6",
71+
"@sxzz/eslint-config": "^7.2.7",
7272
"@sxzz/prettier-config": "^2.2.4",
7373
"@types/babel__core": "^7.20.5",
74-
"@types/node": "^24.5.2",
75-
"bumpp": "^10.2.3",
76-
"eslint": "^9.36.0",
74+
"@types/node": "^24.7.0",
75+
"bumpp": "^10.3.1",
76+
"eslint": "^9.37.0",
7777
"prettier": "^3.6.2",
78-
"tsdown": "^0.15.5",
78+
"tsdown": "^0.15.6",
7979
"tsx": "^4.20.6",
80-
"typescript": "^5.9.2",
81-
"vite": "^7.1.7",
80+
"typescript": "^5.9.3",
81+
"vite": "^7.1.9",
8282
"vitest": "^3.2.4",
8383
"vue": "^3.5.22"
8484
},

0 commit comments

Comments
 (0)